diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-13 21:06:09 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-13 21:06:09 +0100 |
commit | 24dcc5eb37dcb3c657ceef5fa33b48b1237342f5 (patch) | |
tree | 859f35aa7dca7c516d88873f9fec162d7162ea16 /test | |
parent | afb23f09cf921d54ef9d11d5fa2a219f824ee025 (diff) | |
download | afl++-24dcc5eb37dcb3c657ceef5fa33b48b1237342f5.tar.gz |
fix issue #194 more seriously
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index c78297f6..1a3ae4ea 100755 --- a/test/test.sh +++ b/test/test.sh @@ -43,6 +43,7 @@ unset AFL_DEBUG unset AFL_HARDEN unset AFL_USE_ASAN unset AFL_USE_MSAN +unset AFL_USE_UBSAN unset AFL_CC unset AFL_PRELOAD unset AFL_GCC_WHITELIST |