about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--TODO.md1
-rw-r--r--include/envs.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index ac24fe07..12da6026 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,7 @@
 
 ## Should
 
+ - cmplog rtn sanity check on fixed length
  - afl-showmap -f support
  - afl-fuzz multicore wrapper script
  - add value_profile but only enable after 15 minutes without finds
diff --git a/include/envs.h b/include/envs.h
index 4259d6dd..734b1707 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -179,6 +179,7 @@ static char *afl_environment_variables[] = {
     "AFL_NO_COLOUR",
 #endif
     "AFL_NO_CPU_RED",
+    "AFL_NO_CFG_FUZZING",  // afl.rs rust crate option
     "AFL_NO_CRASH_README",
     "AFL_NO_FORKSRV",
     "AFL_NO_UI",