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

@ -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