mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 06:18:04 +00:00
No AFL_SAN_RECOVER
This commit is contained in:
@ -2069,11 +2069,6 @@ void add_sanitizers(aflcc_state_t *aflcc, char **envp) {
|
||||
}
|
||||
|
||||
aflcc->have_cfisan = 1;
|
||||
|
||||
if (getenv("AFL_SAN_RECOVER")) {
|
||||
cc_params[cc_par_cnt++] = "-fsanitize-recover=all";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user