Update compile_afl

This commit is contained in:
Abhishek Arya 2017-01-31 12:47:28 -08:00 committed by GitHub
parent 3125fbeff1
commit e321b99479
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
echo -n "Compiling afl to $LIB_FUZZING_ENGINE ..."
# afl needs its special coverage flags
export COVERAGE_FLAGS="-fsanitize-coverage=trace-pc"
export COVERAGE_FLAGS="-fsanitize-coverage=trace-pc-guard"
export SANITIZER_FLAGS=""
mkdir -p $WORK/afl