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:
Joshua Rogers
2021-04-02 22:32:38 +00:00
parent 920e9402a4
commit 6514e33ab6
4 changed files with 7 additions and 7 deletions

View File

@ -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);