diff options
Diffstat (limited to 'examples/argv_fuzzing/argv-fuzz-inl.h')
-rw-r--r-- | examples/argv_fuzzing/argv-fuzz-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/argv_fuzzing/argv-fuzz-inl.h b/examples/argv_fuzzing/argv-fuzz-inl.h index 5644f7e4..c595f7ea 100644 --- a/examples/argv_fuzzing/argv-fuzz-inl.h +++ b/examples/argv_fuzzing/argv-fuzz-inl.h @@ -53,7 +53,7 @@ } while (0) #define MAX_CMDLINE_LEN 100000 -#define MAX_CMDLINE_PAR 50000 +#define MAX_CMDLINE_PAR 50000 static char** afl_init_argv(int* argc) { |