mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
nit
This commit is contained in:
@ -1052,7 +1052,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
|
||||
|
||||
if (compiler_mode == GCC_PLUGIN || compiler_mode == GCC) {
|
||||
|
||||
cc_params[cc_par_cnt++] = "-fcf-protection";
|
||||
cc_params[cc_par_cnt++] = "-fcf-protection=full";
|
||||
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user