From e321b99479e3b640c642e3e9b34b858f7877bf43 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Tue, 31 Jan 2017 12:47:28 -0800 Subject: [PATCH] Update compile_afl --- infra/base-images/base-builder/compile_afl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/base-images/base-builder/compile_afl b/infra/base-images/base-builder/compile_afl index c9537afc1..27a8d55d1 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