skip entried synced from us if we have not restarted

This commit is contained in:
vanhauser-thc
2025-05-20 17:07:30 +02:00
parent 45a7d65207
commit c3d5f3f471
3 changed files with 119 additions and 41 deletions

View File

@ -1259,6 +1259,7 @@ int statsd_format_metric(afl_state_t *afl, char *buff, size_t bufflen);
/* Run */
void check_sync_fuzzers(afl_state_t *);
void sync_fuzzers(afl_state_t *);
u32 write_to_testcase(afl_state_t *, void **, u32, u32);
u8 calibrate_case(afl_state_t *, struct queue_entry *, u8 *, u32, u8);