about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-08-27 08:39:27 +0200
committerGitHub <noreply@github.com>2021-08-27 08:39:27 +0200
commit066f60dd2f1db256d8301755218e4ec69e643163 (patch)
tree6e49c340744e4436c2e6be990c1bd8b91ca13133 /include/envs.h
parent31e34c1634e5b5bf43c6c1a8451557fe48da2771 (diff)
parente5f5d5886af5d3fad07c2e64945236258b3aca23 (diff)
downloadafl++-066f60dd2f1db256d8301755218e4ec69e643163.tar.gz
Merge pull request #1078 from WorksButNotTested/unstable-coverage
Add unstable coverage support
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 dd84748e..e3957147 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -65,6 +65,7 @@ static char *afl_environment_variables[] = {
     "AFL_FRIDA_INST_SEED",
     "AFL_FRIDA_INST_TRACE",
     "AFL_FRIDA_INST_TRACE_UNIQUE",
+    "AFL_FRIDA_INST_UNSTABLE_COVERAGE_FILE",
     "AFL_FRIDA_JS_SCRIPT",
     "AFL_FRIDA_OUTPUT_STDOUT",
     "AFL_FRIDA_OUTPUT_STDERR",