mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
fix shmem persistent mode
This commit is contained in:
@ -45,7 +45,7 @@ int main(int argc, char **argv) {
|
||||
__AFL_INIT();
|
||||
buf = __AFL_FUZZ_TESTCASE_BUF;
|
||||
|
||||
while (__AFL_LOOP(1000)) {
|
||||
while (__AFL_LOOP(1000)) { // increase if you have good stability
|
||||
|
||||
len = __AFL_FUZZ_TESTCASE_LEN;
|
||||
|
||||
|
Reference in New Issue
Block a user