about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2021-03-08 09:50:18 +0100
committerGitHub <noreply@github.com>2021-03-08 09:50:18 +0100
commitc96fca6833a78e833e0ccb3d08bff8fbd47ce40a (patch)
tree78bf0bd5d8b833b3f45d002c4ac8425a8797aa0a /include/envs.h
parent9b3d8c327d33191b181219ffce411b40bdbe8902 (diff)
parentc429021de10cf01878bd2150cc68c6b403db9335 (diff)
downloadafl++-c96fca6833a78e833e0ccb3d08bff8fbd47ce40a.tar.gz
Merge pull request #779 from AFLplusplus/top-k-ctx
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index 26f4de90..e8595ef7 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -81,6 +81,7 @@ static char *afl_environment_variables[] = {
     "AFL_LLVM_CMPLOG",
     "AFL_LLVM_INSTRIM",
     "AFL_LLVM_CTX",
+    "AFL_LLVM_CTX_K",
     "AFL_LLVM_DICT2FILE",
     "AFL_LLVM_DOCUMENT_IDS",
     "AFL_LLVM_INSTRIM_LOOPHEAD",