diff options
author | van Hauser <vh@thc.org> | 2020-04-17 07:52:21 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-17 07:52:21 +0200 |
commit | 16ce55584512274804eadd71b4790be3d1bfbf97 (patch) | |
tree | ed95fbfa7c7c3d064e7fdcc5e87bbccd895db4c1 /qemu_mode | |
parent | c961925356bf3388066969b9975b424c4cdae890 (diff) | |
download | afl++-16ce55584512274804eadd71b4790be3d1bfbf97.tar.gz |
fixed 2 unimportant leaks
Diffstat (limited to 'qemu_mode')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index 118f6ebd..3b5378a4 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -233,6 +233,7 @@ if [ "$ORIG_CPU_TARGET" = "" ]; then gcc test-instr.c -o test-instr || exit 1 unset AFL_INST_RATIO + export ASAN_OPTIONS=detect_leaks=0 echo 0 | ./afl-showmap -m none -Q -q -o .test-instr0 ./test-instr || exit 1 echo 1 | ./afl-showmap -m none -Q -q -o .test-instr1 ./test-instr || exit 1 |