diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-01-02 11:36:17 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-01-02 11:36:17 +0100 |
commit | 7620f6f39672a4dc799d3875a2c6f7a0d1f0b815 (patch) | |
tree | e93d3c9c8639020f1c24fe82dedcc2c863f06ccc /test/test-gcc-plugin.sh | |
parent | 214da5c42e639fb5993c9bc2ca1f48f6a8b2c9c7 (diff) | |
parent | 697e3e285bdfc3848dfeafcec7345301cb3dc64e (diff) | |
download | afl++-7620f6f39672a4dc799d3875a2c6f7a0d1f0b815.tar.gz |
Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'test/test-gcc-plugin.sh')
-rwxr-xr-x | test/test-gcc-plugin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-gcc-plugin.sh b/test/test-gcc-plugin.sh index 2b09e753..9fe63ea3 100755 --- a/test/test-gcc-plugin.sh +++ b/test/test-gcc-plugin.sh @@ -67,7 +67,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && { echo 0 > in/in $ECHO "$GREY[*] running afl-fuzz for gcc_plugin, this will take approx 10 seconds" { - ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain.gccpi >>errors 2>&1 + ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -D -- ./test-instr.plain.gccpi >>errors 2>&1 } >>errors 2>&1 test -n "$( ls out/default/queue/id:000002* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with gcc_plugin" |