mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58: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:
@ -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 = "
|
||||
|
Reference in New Issue
Block a user