Fix typos,

Use symbolize=0 for LSAN,
Remove syntactic sugar.
This commit is contained in:
Joshua Rogers
2021-04-03 14:50:35 +00:00
parent 6514e33ab6
commit afc4da47f7
8 changed files with 17 additions and 13 deletions

View File

@ -2470,10 +2470,9 @@ void check_asan_opts(afl_state_t *afl) {
if (x) {
if (!strstr(x, "exit_code=" STRINGIFY(LSAN_ERROR))) {
if (!strstr(x, "symbolize=0")) {
FATAL("Custom LSAN_OPTIONS set without exit_code=" STRINGIFY(
LSAN_ERROR) " - please fix!");
FATAL("Custom LSAN_OPTIONS set without symbolize=0 - please fix!");
}