diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-23 12:50:57 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-23 12:50:57 +0100 |
commit | 4063a3eb4c4099e37aef4f1d96e8b80d58d65fe2 (patch) | |
tree | c0069d1f4f14055a89e80b9d99be31b81efa8f27 /src | |
parent | 8bc7b3cf26c2e94ee99fa854c9f7007092bc9949 (diff) | |
download | afl++-4063a3eb4c4099e37aef4f1d96e8b80d58d65fe2.tar.gz |
nit
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-cc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c index cbf57047..7c3682fb 100644 --- a/src/afl-cc.c +++ b/src/afl-cc.c @@ -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 { |