diff options
author | vanhauser-thc <vh@thc.org> | 2021-08-12 14:32:44 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-08-12 14:32:44 +0200 |
commit | c775f40ebf935ec85619fa3903af7a20a38baf98 (patch) | |
tree | 6ef9d3b6151a504686ca07d8a6e76c0a7e0e5c8e /src/afl-fuzz.c | |
parent | 3c0e8528e3430afef8f1593595917373f0d04c8b (diff) | |
download | afl++-c775f40ebf935ec85619fa3903af7a20a38baf98.tar.gz |
AFL_IGNORE_PROBLEMS + library checks and documentation
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 9b9e01a4..8ffc0e77 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -216,6 +216,7 @@ static void usage(u8 *argv0, int more_help) { "AFL_HANG_TMOUT: override timeout value (in milliseconds)\n" "AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES: don't warn about core dump handlers\n" "AFL_IGNORE_UNKNOWN_ENVS: don't warn on unknown env vars\n" + "AFL_IGNORE_PROBLEMS: do not abort fuzzing if an incorrect setup is detected during a run\n" "AFL_IMPORT_FIRST: sync and import test cases from other fuzzer instances first\n" "AFL_KILL_SIGNAL: Signal ID delivered to child processes on timeout, etc. (default: SIGKILL)\n" "AFL_MAP_SIZE: the shared memory size for that target. must be >= the size\n" |