about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-01-18 14:56:26 +0100
committervanhauser-thc <vh@thc.org>2023-01-18 14:56:26 +0100
commit8fe5e29104fc514551bbc926c5142dac68562b43 (patch)
treea1003e19a4d04ba7fa4cf1e587f4c9f6e8bf5802 /include/envs.h
parent22f757a169d3da3081306c0f861ef99a509073fe (diff)
downloadafl++-8fe5e29104fc514551bbc926c5142dac68562b43.tar.gz
ignore timeout env option
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index f4cdf390..0770f94d 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -103,6 +103,7 @@ static char *afl_environment_variables[] = {
     "AFL_HARDEN",
     "AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES",
     "AFL_IGNORE_PROBLEMS",
+    "AFL_IGNORE_TIMEOUTS",
     "AFL_IGNORE_UNKNOWN_ENVS",
     "AFL_IMPORT_FIRST",
     "AFL_INPUT_LEN_MIN",