This commit is contained in:
vanhauser-thc 2025-05-22 11:55:39 +02:00
parent 300fc1f002
commit 50fb923691

View File

@ -916,7 +916,7 @@ void sync_fuzzers(afl_state_t *afl) {
if (likely(stat(id0, &st) == 0)) {
if (unlikely(last_mtime && last_mtime < st.st_mtime)) {
if (unlikely(last_mtime && last_mtime <= st.st_mtime)) {
// the first entry is newer than when we synced last - instance was
// restarted - we have to reset our counter and will skip this instance