about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-08 15:21:55 +0200
committerGitHub <noreply@github.com>2020-09-08 15:21:55 +0200
commit3890225c35413ca33a28495ce2f97b0256ad9791 (patch)
treed8fe0fe7e79dd5458d393de4df1fd0bfa62b9888 /include/envs.h
parent43cb626ad3d36024529ddc459032e664282f3cab (diff)
parent9544b3dbf22f1007f7d3f77593ec746a0345a587 (diff)
downloadafl++-3890225c35413ca33a28495ce2f97b0256ad9791.tar.gz
Merge pull request #551 from AdaCore/topic/plugin
rewrite gcc plugin
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h5
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",