diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-13 22:43:56 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-13 22:43:56 +0100 |
commit | 9bd1e19d7f004b4da6a610b07e59f99d66bb7ec2 (patch) | |
tree | 30deaa24dbcc759bf03df3b1043ef1ca69f89089 /include/envs.h | |
parent | 6ce9230ed66dbd091001436cdab2fc1718e8e61e (diff) | |
download | afl++-9bd1e19d7f004b4da6a610b07e59f99d66bb7ec2.tar.gz |
added AFL_IGNORE_UNKNOWN_ENVS
Diffstat (limited to 'include/envs.h')
-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 210b34a6..4313e053 100644 --- a/include/envs.h +++ b/include/envs.h @@ -61,6 +61,7 @@ static char *afl_environment_variables[] = { "AFL_FORKSRV_INIT_TMOUT", "AFL_HARDEN", "AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES", + "AFL_IGNORE_UNKNOWN_ENVS", "AFL_IMPORT_FIRST", "AFL_INST_LIBS", "AFL_INST_RATIO", |