ensure one fuzzer sync per cycle, cycle introspection

This commit is contained in:
vanhauser-thc
2021-03-27 12:53:09 +01:00
parent 5ee2dd6bbd
commit 7ca51fab19
4 changed files with 18 additions and 7 deletions

View File

@ -572,6 +572,7 @@ typedef struct afl_state {
blocks_eff_select, /* Blocks selected as fuzzable */
start_time, /* Unix start time (ms) */
last_sync_time, /* Time of last sync */
last_sync_cycle, /* Cycle no. of the last sync */
last_path_time, /* Time for most recent path (ms) */
last_crash_time, /* Time for most recent crash (ms) */
last_hang_time; /* Time for most recent hang (ms) */