about summary refs log tree commit diff
path: root/utils/aflpp_driver/aflpp_driver.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-13 13:08:58 +0100
committerGitHub <noreply@github.com>2021-03-13 13:08:58 +0100
commit01ad0f3c6a45e28eb99e7076f97af2e2a9516c45 (patch)
tree23fd81a005ec49d918d1ec24eb59e55ad0fbe9a7 /utils/aflpp_driver/aflpp_driver.c
parentf1d8a01047246cd5981cac6ad51850e98c8382c1 (diff)
parentdb342c9c8126ec6dcef59b561a3b319951bbad08 (diff)
downloadafl++-01ad0f3c6a45e28eb99e7076f97af2e2a9516c45.tar.gz
Merge pull request #813 from MarcoFalke/patch-1
 doc: Clarify default value of N iterations in aflpp_driver 
Diffstat (limited to 'utils/aflpp_driver/aflpp_driver.c')
-rw-r--r--utils/aflpp_driver/aflpp_driver.c2
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]);