aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2017-01-31 12:47:28 -0800
committerGravatar GitHub <noreply@github.com>2017-01-31 12:47:28 -0800
commite321b99479e3b640c642e3e9b34b858f7877bf43 (patch)
tree8047b8117fcaadaaca11b875cad43147052de32e
parent3125fbeff12594195776649476fd77179e6ac4c5 (diff)
Update compile_afl
-rw-r--r--infra/base-images/base-builder/compile_afl2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-builder/compile_afl b/infra/base-images/base-builder/compile_afl
index c9537afc..27a8d55d 100644
--- a/infra/base-images/base-builder/compile_afl
+++ b/infra/base-images/base-builder/compile_afl
@@ -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