about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-12-14 16:00:57 +0100
committervanhauser-thc <vh@thc.org>2023-12-14 16:00:57 +0100
commitf290bdd83ba1b540396db2215d133e5a40570419 (patch)
treef4de7f842c269918e3a7e754354a8dd9bc9a4e45
parenta576f7aef42d190f969030a3efde7032d1425833 (diff)
downloadafl++-f290bdd83ba1b540396db2215d133e5a40570419.tar.gz
add AFL_FUZZER_LOOPCOUNT
-rw-r--r--include/envs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index 93e49e34..560092d9 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -172,6 +172,7 @@ static char *afl_environment_variables[] = {
     "AFL_LLVM_LTO_DONTWRITEID",
     "AFL_LLVM_LTO_SKIPINIT"
     "AFL_LLVM_LTO_STARTID",
+    "AFL_FUZZER_LOOPCOUNT",
     "AFL_NO_ARITH",
     "AFL_NO_AUTODICT",
     "AFL_NO_BUILTIN",