diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-03-13 11:03:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 11:03:08 +0100 |
commit | db342c9c8126ec6dcef59b561a3b319951bbad08 (patch) | |
tree | 2a05b7fa70612d1cdfef388246831d92f86111f5 /utils/aflpp_driver | |
parent | e5bdba4b9f22c0f2e4ff60ffc9bfa8fbaeb586d2 (diff) | |
download | afl++-db342c9c8126ec6dcef59b561a3b319951bbad08.tar.gz |
doc: Clarify default value of N iterations in aflpp_driver
Diffstat (limited to 'utils/aflpp_driver')
-rw-r--r-- | utils/aflpp_driver/aflpp_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/aflpp_driver/aflpp_driver.c b/utils/aflpp_driver/aflpp_driver.c index 6af79e14..9c97607c 100644 --- a/utils/aflpp_driver/aflpp_driver.c +++ b/utils/aflpp_driver/aflpp_driver.c @@ -204,7 +204,7 @@ int main(int argc, char **argv) { "To fuzz with afl-fuzz execute this:\n" " afl-fuzz [afl-flags] -- %s [-N]\n" "afl-fuzz will run N iterations before re-spawning the process (default: " - "1000)\n" + "INT_MAX)\n" "======================================================\n", argv[0], argv[0]); |