summaryrefslogtreecommitdiff
path: root/sanitizers.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2018-01-05 15:13:02 +0100
committerRobert Swiecki <robert@swiecki.net>2018-01-05 15:13:02 +0100
commita8d8c054b058ab06677b4e4232239f89885bbccd (patch)
tree5090bbd46ea79a07679e53e51fbc4509f1a90004 /sanitizers.c
parent246af3eddb368f3c990e73af3ca87900a5de7e84 (diff)
downloadhonggfuzz-a8d8c054b058ab06677b4e4232239f89885bbccd.tar.gz
sanitizers: soft_rss_limit_mb>0 creates additional thread
Diffstat (limited to 'sanitizers.c')
-rw-r--r--sanitizers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitizers.c b/sanitizers.c
index 58944c59..301ef1f0 100644
--- a/sanitizers.c
+++ b/sanitizers.c
@@ -98,7 +98,7 @@
#define kSAN_REGULAR \
"abort_on_error=1:handle_segv=0:handle_sigbus=0:handle_abort=0:" \
"handle_sigill=0:handle_sigfpe=0:allocator_may_return_null=1:" \
- "symbolize=1:detect_leaks=0:disable_coredump=0:soft_rss_limit_mb=0"
+ "symbolize=1:detect_leaks=0:disable_coredump=0"
/*
* If the program ends with a signal that ASan does not handle (or can not