diff options
author | vanhauser-thc <vh@thc.org> | 2022-12-12 18:35:05 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-12-12 18:35:05 +0100 |
commit | 85b44bb73025b41d9b9a8b0aaf742f073621a98b (patch) | |
tree | 78dc7939a5e1740e6793da4d377352a55ba3775e | |
parent | 42e6f98005268d3cba92d74e0902bcdf78463ffb (diff) | |
download | afl++-85b44bb73025b41d9b9a8b0aaf742f073621a98b.tar.gz |
add cmplog envs
-rw-r--r-- | include/envs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 68d83f8c..f4cdf390 100644 --- a/include/envs.h +++ b/include/envs.h @@ -124,7 +124,9 @@ static char *afl_environment_variables[] = { "AFL_LLVM_ALLOWLIST", "AFL_LLVM_DENYLIST", "AFL_LLVM_BLOCKLIST", + "AFL_CMPLOG", "AFL_LLVM_CMPLOG", + "AFL_GCC_CMPLOG", "AFL_LLVM_INSTRIM", "AFL_LLVM_CALLER", "AFL_LLVM_CTX", |