diff options
author | van Hauser <vh@thc.org> | 2020-10-24 16:28:46 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-24 16:28:46 +0200 |
commit | e5f30c690822d69b4d99117024ae2570b1572481 (patch) | |
tree | fa4f3586668b955a4ba9a21ca4ae51fe5811031f /src/afl-fuzz-init.c | |
parent | e5c2779d563ac3936d9b80d441b190b95c42638b (diff) | |
download | afl++-e5f30c690822d69b4d99117024ae2570b1572481.tar.gz |
fix testcache bug
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r-- | src/afl-fuzz-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index 1bccff8f..19a8d77b 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -2358,6 +2358,7 @@ void check_asan_opts(afl_state_t *afl) { FATAL("Custom ASAN_OPTIONS set without symbolize=0 - please fix!"); } + #endif } |