summaryrefslogtreecommitdiff
path: root/sanitizers.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2017-05-04 02:20:33 +0200
committerRobert Swiecki <robert@swiecki.net>2017-05-04 02:20:33 +0200
commitaccf82f2c6596c8f0c877f86132a4f778b5090b6 (patch)
tree6d32e89f1ae76cac6276b60f2e3f35bb230e7cd8 /sanitizers.c
parentafca2256b2078534d935549f24c542438310725c (diff)
downloadhonggfuzz-accf82f2c6596c8f0c877f86132a4f778b5090b6.tar.gz
sanitizers: add detect_leaks=0 in regular (non-asan) mode
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 beaf906f..de809ab5 100644
--- a/sanitizers.c
+++ b/sanitizers.c
@@ -94,7 +94,7 @@
"wrap_signals=0:print_stats=1"
/* If no sanitzer support was requested, simply make it use abort() on errors */
-#define kSAN_REGULAR "abort_on_error=1:handle_segv=0:allocator_may_return_null=1:symbolize=0"
+#define kSAN_REGULAR "abort_on_error=1:handle_segv=0:allocator_may_return_null=1:symbolize=0:detect_leaks=0"
/*
* If the program ends with a signal that ASan does not handle (or can not