mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 22:28:49 +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;
|
aflcc->have_cfisan = 1;
|
||||||
|
|
||||||
if (getenv("AFL_SAN_RECOVER")) {
|
|
||||||
cc_params[cc_par_cnt++] = "-fsanitize-recover=all";
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user