diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 11:00:51 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 11:00:51 +0100 |
commit | 9bdfb046912e895b952a544a7753b11b6ecab4b6 (patch) | |
tree | 4d049873e7f3d7a8dc140e3c4163954cb2a842fa /test | |
parent | cdbb35d87e81ec4e527f09bf1296bea71095510f (diff) | |
download | afl++-9bdfb046912e895b952a544a7753b11b6ecab4b6.tar.gz |
asan options in test.sh
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 605d4a91..5c4c7cb5 100755 --- a/test/test.sh +++ b/test/test.sh @@ -65,7 +65,7 @@ unset AFL_PYTHON_MODULE unset AFL_PRELOAD unset LD_PRELOAD -export ASAN_OPTIONS=detect_leaks=0 +export ASAN_OPTIONS=detect_leaks=0:allocator_may_return_null=1:abort_on_error=1:symbolize=0 # on OpenBSD we need to work with llvm from /usr/local/bin test -e /usr/local/bin/opt && { |