mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
nit
This commit is contained in:
parent
8bc7b3cf26
commit
4063a3eb4c
@ -3,6 +3,10 @@
|
||||
This is the list of all noteworthy changes made in every public
|
||||
release of the tool. See README.md for the general instruction manual.
|
||||
|
||||
### Version ++4.06a (dev)
|
||||
- afl-cc:
|
||||
- add CFI sanitizer variant to gcc targets
|
||||
|
||||
### Version ++4.05c (release)
|
||||
- MacOS: libdislocator, libtokencap etc. do not work with modern
|
||||
MacOS anymore, but could be patched to work, see this issue if you
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user