about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-04-08 22:44:10 +0200
committervanhauser-thc <vh@thc.org>2022-04-08 22:44:10 +0200
commite9288bcfad6e350b6f3e85d45a42bae5aea480c1 (patch)
tree23a4b94f81bc41dfae44bcd1598cd2b61ff17283 /docs/env_variables.md
parent891f4d3c8e58ed06b0131673f9c58606f5d99978 (diff)
downloadafl++-e9288bcfad6e350b6f3e85d45a42bae5aea480c1.tar.gz
add AFL_KEEP_TIMEOUTS
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 9ffb08e7..fe9c6e07 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -349,6 +349,9 @@ checks or alter some of the more exotic semantics of the tool:
   - Setting `AFL_DISABLE_TRIM` tells afl-fuzz not to trim test cases. This is
     usually a bad idea!
 
+  - Setting `AFL_KEEP_TIMEOUTS` will keep longer running inputs if they reach
+    new coverage
+
   - `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behavior which
     does not allow crashes or timeout seeds in the initial -i corpus.