mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
nit
This commit is contained in:
@ -916,7 +916,7 @@ void sync_fuzzers(afl_state_t *afl) {
|
|||||||
|
|
||||||
if (likely(stat(id0, &st) == 0)) {
|
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
|
// the first entry is newer than when we synced last - instance was
|
||||||
// restarted - we have to reset our counter and will skip this instance
|
// restarted - we have to reset our counter and will skip this instance
|
||||||
|
Reference in New Issue
Block a user