AFL_NO_SYNC

This commit is contained in:
vanhauser-thc
2024-06-04 14:47:58 +02:00
parent 7f02f0da61
commit 2d9b793dbb
8 changed files with 23 additions and 9 deletions

View File

@ -666,6 +666,8 @@ abort_calibration:
void sync_fuzzers(afl_state_t *afl) {
if (unlikely(afl->afl_env.afl_no_sync)) { return; }
DIR *sd;
struct dirent *sd_ent;
u32 sync_cnt = 0, synced = 0, entries = 0;