reverse read the queue n resumes

This commit is contained in:
vanhauser-thc
2021-06-22 17:24:06 +02:00
parent ba9323f14c
commit cbac22d82b
4 changed files with 14 additions and 4 deletions

View File

@ -424,7 +424,8 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
}
var_detected = 1;
afl->stage_max = afl->afl_env.afl_cal_fast ? CAL_CYCLES : CAL_CYCLES_LONG;
afl->stage_max =
afl->afl_env.afl_cal_fast ? CAL_CYCLES : CAL_CYCLES_LONG;
} else {