Add AFL_SYNC_TIME variable for synchronization time tuning (#1425)

* Add AFL_SYNC_TIME variable for synchronization time tuning

* Documentation for AFL_SYNC_TIME variable
This commit is contained in:
Daniil Kuts
2022-05-27 13:52:31 +03:00
committed by GitHub
parent 4103ee43e2
commit c96238d85f
5 changed files with 22 additions and 3 deletions

View File

@ -577,7 +577,8 @@ typedef struct afl_state {
last_find_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) */
exit_on_time; /* Delay to exit if no new paths */
exit_on_time, /* Delay to exit if no new paths */
sync_time; /* Sync time (ms) */
u32 slowest_exec_ms, /* Slowest testcase non hang in ms */
subseq_tmouts; /* Number of timeouts in a row */