about summary refs log tree commit diff
path: root/afl-cmin
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-09 15:52:14 +0100
committervan Hauser <vh@thc.org>2020-03-09 15:52:14 +0100
commita24352ddfd16c151df48b4a0cf89ced587165f1e (patch)
tree40820b794c590d4cdf46b741fdb5259490324d43 /afl-cmin
parent2f4166367390e675e59b7231382253ca2d5ec247 (diff)
downloadafl++-a24352ddfd16c151df48b4a0cf89ced587165f1e.tar.gz
fix leaks
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'