mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
fixes two huge bugs
This commit is contained in:
@ -587,9 +587,10 @@ void sync_fuzzers(afl_state_t *afl) {
|
||||
|
||||
u8 entry[12];
|
||||
sprintf(entry, "id:%06u", next_min_accept);
|
||||
|
||||
while (m < n) {
|
||||
|
||||
if (memcmp(namelist[m]->d_name, entry, 9)) {
|
||||
if (strcmp(namelist[m]->d_name, entry)) {
|
||||
|
||||
m++;
|
||||
|
||||
|
Reference in New Issue
Block a user