fix sanitizer settings

This commit is contained in:
vanhauser-thc
2021-03-09 14:11:52 +01:00
parent e82ce95251
commit 74a6044b3f
3 changed files with 11 additions and 9 deletions

View File

@ -2457,7 +2457,7 @@ void check_asan_opts(afl_state_t *afl) {
}
if (!strstr(x, "symbolize=0")) {
if (!afl->debug && !strstr(x, "symbolize=0")) {
FATAL("Custom MSAN_OPTIONS set without symbolize=0 - please fix!");