move taint_mode var

This commit is contained in:
van Hauser
2020-08-11 15:10:18 +02:00
parent 4f695b6f4c
commit 457f627101
6 changed files with 24 additions and 21 deletions

View File

@ -349,7 +349,7 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
}
if (unlikely(afl->fsrv.taint_mode))
if (unlikely(afl->taint_mode))
q->exec_cksum = 0;
else if (q->exec_cksum) {