about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-02-05 10:36:37 +0100
committervanhauser-thc <vh@thc.org>2022-02-05 10:36:37 +0100
commitfa3c0d8a3756c1d80356690796877d94959f305c (patch)
treea8e269f7da6bd6505fb0a55b07d2c77cb4ee39ed /include/envs.h
parentd5b9cd4b73253c2fbbc7da88015ae0eac303eb32 (diff)
downloadafl++-fa3c0d8a3756c1d80356690796877d94959f305c.tar.gz
change -y to -g/-G and add env var alternatives
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index 3bacc380..538ea3a8 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -98,6 +98,8 @@ static char *afl_environment_variables[] = {
     "AFL_IGNORE_PROBLEMS",
     "AFL_IGNORE_UNKNOWN_ENVS",
     "AFL_IMPORT_FIRST",
+    "AFL_INPUT_LEN_MIN",
+    "AFL_INPUT_LEN_MAX",
     "AFL_INST_LIBS",
     "AFL_INST_RATIO",
     "AFL_KILL_SIGNAL",