about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorAmit Elkabetz <12958411+amitelka@users.noreply.github.com>2023-03-05 20:25:39 +0200
committerAmit Elkabetz <12958411+amitelka@users.noreply.github.com>2023-03-05 20:25:39 +0200
commite9e440d7f33a61793c63f90f9555ff3c0f45b3b4 (patch)
tree4b59d4b073d416167358f5dcfb579a75eac181b1 /include/envs.h
parent5e7f8a51e0f45780d9c8ff34ace6b03f8a7e1f71 (diff)
downloadafl++-e9e440d7f33a61793c63f90f9555ff3c0f45b3b4.tar.gz
Fixed according to PR comment, moved cli flag to an env variable
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 cf069a00..066921b9 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -91,6 +91,7 @@ static char *afl_environment_variables[] = {
     "AFL_FRIDA_TRACEABLE",
     "AFL_FRIDA_VERBOSE",
     "AFL_FUZZER_ARGS",  // oss-fuzz
+    "AFL_FUZZER_STATS_UPDATE_INTERVAL",
     "AFL_GDB",
     "AFL_GCC_ALLOWLIST",
     "AFL_GCC_DENYLIST",