aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/asan/asan_flags.inc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/asan_flags.inc')
-rw-r--r--compiler-rt/lib/asan/asan_flags.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/asan/asan_flags.inc b/compiler-rt/lib/asan/asan_flags.inc
index 43c70dbca56b..514b225c4073 100644
--- a/compiler-rt/lib/asan/asan_flags.inc
+++ b/compiler-rt/lib/asan/asan_flags.inc
@@ -87,8 +87,7 @@ ASAN_FLAG(bool, check_malloc_usable_size, true,
"295.*.")
ASAN_FLAG(bool, unmap_shadow_on_exit, false,
"If set, explicitly unmaps the (huge) shadow at exit.")
-ASAN_FLAG(bool, protect_shadow_gap, !SANITIZER_RTEMS,
- "If set, mprotect the shadow gap")
+ASAN_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
ASAN_FLAG(bool, print_stats, false,
"Print various statistics after printing an error message or if "
"atexit=1.")