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

@ -460,7 +460,7 @@ u8 fuzz_one_original(afl_state_t *afl) {
u32 tmp_val = 0;
if (unlikely(afl->fsrv.taint_mode)) {
if (unlikely(afl->taint_mode)) {
tmp_val = afl->queue_cycle % 2;
ret_val = 0;