diff options
author | vanhauser-thc <vh@thc.org> | 2022-10-25 22:13:31 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-10-25 22:13:31 +0200 |
commit | a6a26d8153a177782f999f20d33b4cfc5f9e3790 (patch) | |
tree | 8f5a141663e2a9466cfe0c04e488b072332aa0ef /utils/aflpp_driver/aflpp_driver.c | |
parent | 05e0825d66d938308842c25c4c74b5cdd4a885eb (diff) | |
download | afl++-a6a26d8153a177782f999f20d33b4cfc5f9e3790.tar.gz |
fix usecase
Diffstat (limited to 'utils/aflpp_driver/aflpp_driver.c')
-rw-r--r-- | utils/aflpp_driver/aflpp_driver.c | 4 |
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); |