mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
@ -271,7 +271,7 @@ void *__libqasan_memmem(const void *haystack, size_t haystack_len,
|
||||
|
||||
}
|
||||
|
||||
} while (h++ <= end);
|
||||
} while (++h <= end);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user