mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
asan_build for tmin and analyze
This commit is contained in:
@ -743,7 +743,7 @@ static void set_up_environment(void) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#fndef ASAN_BUILD
|
#ifndef ASAN_BUILD
|
||||||
if (!getenv("AFL_DEBUG") && !strstr(x, "symbolize=0")) {
|
if (!getenv("AFL_DEBUG") && !strstr(x, "symbolize=0")) {
|
||||||
|
|
||||||
FATAL("Custom ASAN_OPTIONS set without symbolize=0 - please fix!");
|
FATAL("Custom ASAN_OPTIONS set without symbolize=0 - please fix!");
|
||||||
|
Reference in New Issue
Block a user