about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-08-23 18:02:33 +0200
committervanhauser-thc <vh@thc.org>2023-08-23 18:02:33 +0200
commit549e5dd9269238ac43ff482d439f7f671946185c (patch)
treec683a940acbfe1c37c5269c1f0103d962b2e06e9 /docs/env_variables.md
parentd95cef82730c8ea7debbac676aeeee232c08fc5a (diff)
downloadafl++-549e5dd9269238ac43ff482d439f7f671946185c.tar.gz
AFL_IGNORE_SEED_PROBLEMS
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 2ce274d3..3bb4e844 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -327,6 +327,9 @@ checks or alter some of the more exotic semantics of the tool:
     (`-i in`). This is an important feature to set when resuming a fuzzing
     session.
 
+  - `AFL_IGNORE_SEED_PROBLEMS` will skip over crashes and timeouts in the seeds
+    instead of exiting.
+
   - Setting `AFL_CRASH_EXITCODE` sets the exit code AFL++ treats as crash. For
     example, if `AFL_CRASH_EXITCODE='-1'` is set, each input resulting in a `-1`
     return code (i.e. `exit(-1)` got called), will be treated as if a crash had