about summary refs log tree commit diff
path: root/utils/aflpp_driver/aflpp_driver.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-10-25 22:13:31 +0200
committervanhauser-thc <vh@thc.org>2022-10-25 22:13:31 +0200
commita6a26d8153a177782f999f20d33b4cfc5f9e3790 (patch)
tree8f5a141663e2a9466cfe0c04e488b072332aa0ef /utils/aflpp_driver/aflpp_driver.c
parent05e0825d66d938308842c25c4c74b5cdd4a885eb (diff)
downloadafl++-a6a26d8153a177782f999f20d33b4cfc5f9e3790.tar.gz
fix usecase
Diffstat (limited to 'utils/aflpp_driver/aflpp_driver.c')
-rw-r--r--utils/aflpp_driver/aflpp_driver.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/aflpp_driver/aflpp_driver.c b/utils/aflpp_driver/aflpp_driver.c
index a76ba6c2..03376b6a 100644
--- a/utils/aflpp_driver/aflpp_driver.c
+++ b/utils/aflpp_driver/aflpp_driver.c
@@ -336,6 +336,10 @@ int LLVMFuzzerRunDriver(int *argcp, char ***argvp,
 
     return ExecuteFilesOnyByOne(argc, argv, callback);
 
+  } else {
+
+    N = INT_MAX;
+
   }
 
   assert(N > 0);