mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 14:19:02 +00:00
Added CFISAN option for verbose output on crash
This commit is contained in:
@ -2007,7 +2007,12 @@ void add_sanitizers(aflcc_state_t *aflcc, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
if (!aflcc->have_cfisan) { insert_param(aflcc, "-fsanitize=cfi"); }
|
||||
if (!aflcc->have_cfisan) {
|
||||
|
||||
insert_param(aflcc, "-fsanitize=cfi");
|
||||
insert_param(aflcc, "-fno-sanitize-trap=cfi");
|
||||
|
||||
}
|
||||
|
||||
if (!aflcc->have_hidden) {
|
||||
|
||||
|
Reference in New Issue
Block a user