diff options
author | vanhauser-thc <vh@thc.org> | 2022-02-08 20:36:06 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-02-08 20:36:06 +0100 |
commit | 056ebbff15bb6ebef6664776dee05217cebdc7fe (patch) | |
tree | 5b413281a88e52722571474a6cc3cf6491f7c294 /include | |
parent | cf853fb2494912a1c4b531ffcf302843266639b7 (diff) | |
download | afl++-056ebbff15bb6ebef6664776dee05217cebdc7fe.tar.gz |
add AFL_EARLY_FORKSERVER support
Diffstat (limited to 'include')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 538ea3a8..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", |