mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
fix sync issue
This commit is contained in:
@ -590,7 +590,7 @@ void sync_fuzzers(afl_state_t *afl) {
|
||||
|
||||
while (m < n) {
|
||||
|
||||
if (strcmp(namelist[m]->d_name, entry)) {
|
||||
if (strncmp(namelist[m]->d_name, entry, 9)) {
|
||||
|
||||
m++;
|
||||
|
||||
|
Reference in New Issue
Block a user