mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR.
This commit is contained in:
@ -832,7 +832,7 @@ static void set_up_environment(void) {
|
||||
"handle_sigill=0", 0);
|
||||
|
||||
setenv("LSAN_OPTIONS",
|
||||
"exitcode=" STRINGIFY(MSAN_ERROR) ":"
|
||||
"exitcode=" STRINGIFY(LSAN_ERROR) ":"
|
||||
"fast_unwind_on_malloc=0",
|
||||
0);
|
||||
|
||||
|
Reference in New Issue
Block a user