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

@ -923,7 +923,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
}
cc_params[cc_par_cnt++] =
"-D__AFL_CHECK_LEAK()=__lsan_do_leak_check()";
"-D__AFL_LEAK_CHECK()=__lsan_do_leak_check()";
cc_params[cc_par_cnt++] =
"-D__AFL_COVERAGE_START_OFF()=int __afl_selective_coverage_start_off = "