This commit is contained in:
vanhauser-thc
2024-05-16 14:21:00 +02:00
parent 6ae95271be
commit ba7ae6c59d
2 changed files with 7 additions and 5 deletions

View File

@ -606,6 +606,8 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
}
q->exec_us = diff_us / afl->stage_max;
if (unlikely(!q->exec_us)) { q->exec_us = 1; }
q->bitmap_size = count_bytes(afl, afl->fsrv.trace_bits);
q->handicap = handicap;
q->cal_failed = 0;