fix gcc_mode cmplog

This commit is contained in:
vanhauser-thc
2022-08-25 08:47:30 +02:00
parent 804e845a94
commit 88ff8aa81e
2 changed files with 3 additions and 5 deletions

View File

@ -18,6 +18,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
to variables queue items instead of 12.
- afl-cc:
- better handling of -fsanitize=..,...,.. lists
- fix gcc_mode cmplog
- obtain the map size of a target with setting AFL_DUMP_MAP_SIZE=1
note that this will exit the target before main()
- qemu_mode:

View File

@ -498,13 +498,10 @@ static void edit_params(u32 argc, char **argv, char **envp) {
alloc_printf("-fplugin=%s/afl-gcc-cmptrs-pass.so", obj_path);
cc_params[cc_par_cnt++] = fplugin_arg;
} else {
}
fplugin_arg = alloc_printf("-fplugin=%s/afl-gcc-pass.so", obj_path);
cc_params[cc_par_cnt++] = fplugin_arg;
}
cc_params[cc_par_cnt++] = "-fno-if-conversion";
cc_params[cc_par_cnt++] = "-fno-if-conversion2";