review done, pray

This commit is contained in:
van Hauser
2020-08-11 16:25:35 +02:00
parent 457f627101
commit 220dc4a43d
6 changed files with 144 additions and 47 deletions

View File

@ -961,8 +961,7 @@ void perform_dry_run(afl_state_t *afl) {
}
/* perform taint gathering on the input seed */
if (afl->taint_mode)
perform_taint_run(afl, q, q->fname, use_mem, q->len);
if (afl->taint_mode) perform_taint_run(afl, q, q->fname, use_mem, q->len);
q = q->next;