about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index 3bacc380..f4327d8c 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -47,6 +47,7 @@ static char *afl_environment_variables[] = {
     "AFL_DONT_OPTIMIZE",
     "AFL_DRIVER_STDERR_DUPLICATE_FILENAME",
     "AFL_DUMB_FORKSRV",
+    "AFL_EARLY_FORKSERVER",
     "AFL_ENTRYPOINT",
     "AFL_EXIT_WHEN_DONE",
     "AFL_EXIT_ON_TIME",
@@ -98,6 +99,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",