mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 14:19:02 +00:00
Code formatted
This commit is contained in:
13
src/afl-cc.c
13
src/afl-cc.c
@ -2007,17 +2007,14 @@ void add_sanitizers(aflcc_state_t *aflcc, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
if (!aflcc->have_cfisan) {
|
||||
if (!aflcc->have_cfisan) { insert_param(aflcc, "-fsanitize=cfi"); }
|
||||
|
||||
if (getenv("AFL_CFISAN_VERBOSE")) {
|
||||
|
||||
insert_param(aflcc, "-fno-sanitize-trap=cfi");
|
||||
|
||||
insert_param(aflcc, "-fsanitize=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