about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-05-09 22:41:11 +0200
committerDominik Maier <domenukk@gmail.com>2021-05-09 22:41:11 +0200
commit7e0000021c8e456301bb861438752e0fe884660e (patch)
treebe6132b331b04ced83283770e3574fdb729eae92 /docs/env_variables.md
parentde69ba01bae87ad5e1cbfa63641d64fe73e755dd (diff)
parent6c20d54b23f9a49ca65a4b2f786b6be1a2f51105 (diff)
downloadafl++-7e0000021c8e456301bb861438752e0fe884660e.tar.gz
Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 0100ffac..8879db72 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -284,6 +284,10 @@ checks or alter some of the more exotic semantics of the tool:
     normally indicated by the cycle counter in the UI turning green. May be
     convenient for some types of automated jobs.
 
+  - `AFL_EXIT_ON_TIME` Causes afl-fuzz to terminate if no new paths were 
+    found within a specified period of time. May be convenient for some 
+    types of automated jobs.
+
   - `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behaviour
     which does not allow crashes or timeout seeds in the initial -i corpus.