about summary refs log tree commit diff
path: root/src/afl-common.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-04-17 13:29:32 +0200
committerhexcoder- <heiko@hexco.de>2020-04-17 13:29:32 +0200
commit87d27b861649295c3de93e48c47544f29f07f36a (patch)
tree061c7478fef6636b7767757a367eff0f296fdbc6 /src/afl-common.c
parent0f08b13fa071a959cf305d4db5ee5d17d69c2c32 (diff)
downloadafl++-87d27b861649295c3de93e48c47544f29f07f36a.tar.gz
add AFL_NO_PYTHON to list of env variables
Diffstat (limited to 'src/afl-common.c')
-rw-r--r--src/afl-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-common.c b/src/afl-common.c
index 1ac1a2f3..d90cc99b 100644
--- a/src/afl-common.c
+++ b/src/afl-common.c
@@ -66,7 +66,7 @@ char *afl_environment_variables[] = {
     "AFL_LLVM_NGRAM_SIZE", "AFL_NGRAM_SIZE", "AFL_LLVM_NOT_ZERO",
     "AFL_LLVM_WHITELIST", "AFL_NO_AFFINITY", "AFL_LLVM_LTO_STARTID",
     "AFL_LLVM_LTO_DONTWRITEID", "AFL_NO_ARITH", "AFL_NO_BUILTIN",
-    "AFL_NO_CPU_RED", "AFL_NO_FORKSRV", "AFL_NO_UI",
+    "AFL_NO_CPU_RED", "AFL_NO_FORKSRV", "AFL_NO_UI", "AFL_NO_PYTHON",
     "AFL_NO_X86",  // not really an env but we dont want to warn on it
     "AFL_PATH", "AFL_PERFORMANCE_FILE",
     //"AFL_PERSISTENT", // not implemented anymore, so warn additionally