mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
Adding AFL_CFISAN_VERBOSE variable
This commit is contained in:
@ -2010,10 +2010,14 @@ void add_sanitizers(aflcc_state_t *aflcc, char **envp) {
|
||||
if (!aflcc->have_cfisan) {
|
||||
|
||||
insert_param(aflcc, "-fsanitize=cfi");
|
||||
insert_param(aflcc, "-fno-sanitize-trap=cfi");
|
||||
|
||||
}
|
||||
|
||||
if ( getenv("AFL_CFISAN_VERBOSE") )
|
||||
{
|
||||
insert_param(aflcc, "-fno-sanitize-trap=cfi");
|
||||
}
|
||||
|
||||
|
||||
if (!aflcc->have_hidden) {
|
||||
|
||||
insert_param(aflcc, "-fvisibility=hidden");
|
||||
|
Reference in New Issue
Block a user