about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-04-03 09:31:23 +0200
committerGitHub <noreply@github.com>2022-04-03 09:31:23 +0200
commitef5543680aea31e193ea5794c023dac8cc3ca7d6 (patch)
tree8dc251d65376b47ce17121bdf328fc79c68243f2 /include/envs.h
parentc4363dd8b3d19a3e4bab8bc1fca1708ae2ff7899 (diff)
parent26f3ec28eef78f3a57bc3c308de9a3105cb63538 (diff)
downloadafl++-ef5543680aea31e193ea5794c023dac8cc3ca7d6.tar.gz
Merge pull request #1374 from CarloMara/stable
Add new mode to AFLplusplus
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 fc276f8f..1746f946 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -224,6 +224,7 @@ static char *afl_environment_variables[] = {
     "AFL_USE_FASAN",
     "AFL_USE_QASAN",
     "AFL_PRINT_FILENAMES",
+    "AFL_PIZZA_MODE",
     NULL
 
 };