diff options
author | van Hauser <vh@thc.org> | 2022-10-24 20:01:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 20:01:36 +0200 |
commit | 02502c1a543b2150bec78fbac2f0fcf1f4cd7a5a (patch) | |
tree | 690fe65fc6663cbd80711f89882d67643210692d /include/envs.h | |
parent | e9ecfed81dfd57f557a0e91d4f8ac106cfe867a2 (diff) | |
parent | 2cbe49c6eb9fa3514289a088e68c847949d9d4cc (diff) | |
download | afl++-02502c1a543b2150bec78fbac2f0fcf1f4cd7a5a.tar.gz |
Merge pull request #1563 from nbars/stable
Fix child reaping on fuzzer termination
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h index 2204a100..33c09780 100644 --- a/include/envs.h +++ b/include/envs.h @@ -110,6 +110,7 @@ static char *afl_environment_variables[] = { "AFL_INST_RATIO", "AFL_KEEP_TIMEOUTS", "AFL_KILL_SIGNAL", + "AFL_FORK_SERVER_KILL_SIGNAL", "AFL_KEEP_TRACES", "AFL_KEEP_ASSEMBLY", "AFL_LD_HARD_FAIL", @@ -239,4 +240,3 @@ static char *afl_environment_variables[] = { extern char *afl_environment_variables[]; #endif - |