Merge pull request #813 from MarcoFalke/patch-1

doc: Clarify default value of N iterations in aflpp_driver
This commit is contained in:
van Hauser 2021-03-13 13:08:58 +01:00 committed by GitHub
commit 01ad0f3c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]);