about summary refs log tree commit diff
path: root/afl-cmin
diff options
context:
space:
mode:
Diffstat (limited to 'afl-cmin')
-rwxr-xr-xafl-cmin1
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin
index ea57015e..8ae8f0b6 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -1,5 +1,6 @@
 #!/usr/bin/env sh
 export AFL_QUIET=1
+export ASAN_OPTIONS=detect_leaks=0
 THISPATH=`dirname ${0}`
 export PATH="${THISPATH}:$PATH"
 awk -f - -- ${@+"$@"} <<'EOF'