mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 01:58:17 +00:00
remove -D from -M
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user