about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-18 15:24:38 +0200
committervanhauser-thc <vh@thc.org>2024-06-18 15:24:38 +0200
commit304e84502d9bd8a5ac33328ceb63235f42b887ad (patch)
treec22a9536a67813ea1830626b565b8b5d8d04bbb8 /include/envs.h
parentdd762726dc7055f4b1c48da2ee1b22ff6fdde35e (diff)
downloadafl++-304e84502d9bd8a5ac33328ceb63235f42b887ad.tar.gz
fast resume option
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h
index 45b080cb..928f4185 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -115,7 +115,7 @@ static char *afl_environment_variables[] = {
     "AFL_TRACE_PC", "AFL_USE_ASAN", "AFL_USE_MSAN", "AFL_USE_TRACE_PC",
     "AFL_USE_UBSAN", "AFL_USE_TSAN", "AFL_USE_CFISAN", "AFL_USE_LSAN",
     "AFL_WINE_PATH", "AFL_NO_SNAPSHOT", "AFL_EXPAND_HAVOC_NOW", "AFL_USE_FASAN",
-    "AFL_USE_QASAN", "AFL_PRINT_FILENAMES", "AFL_PIZZA_MODE", NULL
+    "AFL_USE_QASAN", "AFL_PRINT_FILENAMES", "AFL_PIZZA_MODE", "AFL_NO_FASTRESUME", NULL
 
 };