From 745a442f1830f9b4b36cf9657f518d67395530c4 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 7 Mar 2015 19:36:23 -0800 Subject: [PATCH] [test suite] add AFL_HARDEN=1 to AFL compilation scripts --- test/afl/compile/afl-compile-no-enable-arg.sh | 2 +- test/afl/compile/afl-compile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/afl/compile/afl-compile-no-enable-arg.sh b/test/afl/compile/afl-compile-no-enable-arg.sh index de6e38b6..aad12571 100755 --- a/test/afl/compile/afl-compile-no-enable-arg.sh +++ b/test/afl/compile/afl-compile-no-enable-arg.sh @@ -5,6 +5,6 @@ cd ../../ CC=afl-gcc ./extras/apparmor/configure_args.sh $@ make clean -make +AFL_HARDEN=1 make cd test/afl exit $? diff --git a/test/afl/compile/afl-compile.sh b/test/afl/compile/afl-compile.sh index 6e10643b..5dcdcb79 100755 --- a/test/afl/compile/afl-compile.sh +++ b/test/afl/compile/afl-compile.sh @@ -3,6 +3,6 @@ cd ../../ CC=afl-gcc ./extras/apparmor/configure_args.sh --enable-afl-fuzzing $@ make clean -make +AFL_HARDEN=1 make cd test/afl exit $?