about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-11 16:25:35 +0200
committervan Hauser <vh@thc.org>2020-08-11 16:25:35 +0200
commit220dc4a43d197f5ff451627a9923b874805c02aa (patch)
treeaa717a65ec68e7047d789d1990a5b3ae72e2c25f /include/afl-fuzz.h
parent457f627101c08b885e9edfd8b491b5be198b6f14 (diff)
downloadafl++-220dc4a43d197f5ff451627a9923b874805c02aa.tar.gz
review done, pray
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index c578c583..e251183c 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -444,7 +444,8 @@ typedef struct afl_state {
       python_only,                      /* Python-only mode                 */
       is_main_node,                     /* if this is the main node         */
       is_secondary_node,                /* if this is a secondary instance  */
-      taint_needs_splode;               /* explode fuzz input               */
+      taint_needs_splode,               /* explode fuzz input               */
+      taint_mode;
 
   u32 stats_update_freq;                /* Stats update frequency (execs)   */