mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
Fix typos,
Use symbolize=0 for LSAN, Remove syntactic sugar.
This commit is contained in:
@ -570,9 +570,11 @@ static void set_up_environment(afl_forkserver_t *fsrv) {
|
||||
"handle_sigfpe=0:"
|
||||
"handle_sigill=0",
|
||||
0);
|
||||
|
||||
setenv("LSAN_OPTIONS",
|
||||
"exitcode=" STRINGIFY(LSAN_ERROR) ":"
|
||||
"fast_unwind_on_malloc=0",
|
||||
"fast_unwind_on_malloc=0:"
|
||||
"symbolize=0",
|
||||
0);
|
||||
|
||||
setenv("UBSAN_OPTIONS",
|
||||
|
Reference in New Issue
Block a user