remove -D from -M

This commit is contained in:
vanhauser-thc
2021-06-07 09:02:33 +02:00
parent 280814c3a2
commit a5ff9f1beb
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- Fix for llvm 13
- afl-fuzz:
- fix -F when a '/' was part of the parameter
- removed implied -D determinstic from -M main
- ensure afl-compiler-rt is built for gcc_module

View File

@ -575,7 +575,6 @@ int main(int argc, char **argv_orig, char **envp) {
}
afl->sync_id = ck_strdup(optarg);
afl->skip_deterministic = 0; // force deterministic fuzzing
afl->old_seed_selection = 1; // force old queue walking seed selection
afl->disable_trim = 1; // disable trimming