about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-08-09 14:39:25 +0000
committerGitHub <noreply@github.com>2023-08-09 14:39:25 +0000
commitb4bd33961c645b1fed059d5ff8269911bc941cc9 (patch)
treef8e77e6b0d5411cd831bd7a644c23b17ef89af37 /include/envs.h
parent7f3b0a9503f90b86e8c196c6b405f0a4c8a7babc (diff)
parentfcdfe9e990d84ab477cd3c571cbf540e8bc8e15a (diff)
downloadafl++-b4bd33961c645b1fed059d5ff8269911bc941cc9.tar.gz
Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crash
Implement an option for treating crashing seeds as new crash
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 963e1367..0007d5a8 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -35,6 +35,7 @@ static char *afl_environment_variables[] = {
     "AFL_COMPCOV_BINNAME",
     "AFL_COMPCOV_LEVEL",
     "AFL_CRASH_EXITCODE",
+    "AFL_CRASHING_SEEDS_AS_NEW_CRASH",
     "AFL_CUSTOM_MUTATOR_LIBRARY",
     "AFL_CUSTOM_MUTATOR_ONLY",
     "AFL_CUSTOM_INFO_PROGRAM",