mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
Remove check for exit_code on LSAN and replace it with check for
symbolize=0.
This commit is contained in:
parent
afc4da47f7
commit
fee7470083
@ -716,10 +716,9 @@ static void set_up_environment(afl_forkserver_t *fsrv) {
|
||||
|
||||
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!");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user