diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-09-08 20:58:44 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-09-08 20:58:44 +0200 |
commit | eb9f323d7c0252c8cb4229181c8b22dbdf113759 (patch) | |
tree | 4139fd9b343dcdcec9cd8c71a8984d167ed2b00c /include/envs.h | |
parent | fe98e2d760a343938de229a4253a151e3b7f7abb (diff) | |
parent | ab744abc4b3c90bee355807e7b6e40ba86f23e74 (diff) | |
download | afl++-eb9f323d7c0252c8cb4229181c8b22dbdf113759.tar.gz |
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index d9968fcd..3a06aa2a 100644 --- a/include/envs.h +++ b/include/envs.h @@ -45,7 +45,12 @@ static char *afl_environment_variables[] = { "AFL_EXIT_WHEN_DONE", "AFL_FAST_CAL", "AFL_FORCE_UI", + "AFL_GCC_ALLOWLIST", + "AFL_GCC_DENYLIST", + "AFL_GCC_BLOCKLIST", "AFL_GCC_INSTRUMENT_FILE", + "AFL_GCC_OUT_OF_LINE", + "AFL_GCC_SKIP_NEVERZERO", "AFL_GCJ", "AFL_HANG_TMOUT", "AFL_FORKSRV_INIT_TMOUT", |