about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-28 10:13:00 +0200
committervan Hauser <vh@thc.org>2020-09-28 10:13:00 +0200
commite69b25e34be8028921389bbb114135c3028d0a3d (patch)
tree1f0dba3ddc99d4b416a0bdaad94ea3caf77dfc04 /include/afl-fuzz.h
parente85fde201e988cf9e7cf608be394977f7c045a75 (diff)
downloadafl++-e69b25e34be8028921389bbb114135c3028d0a3d.tar.gz
increase havoc_stack_pow2 on no finds
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 441ecc61..aa278820 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -443,6 +443,7 @@ typedef struct afl_state {
 
   u8 cal_cycles,                        /* Calibration cycles defaults      */
       cal_cycles_long,                  /* Calibration cycles defaults      */
+      havoc_stack_pow2,                 /* HAVOC_STACK_POW2                 */
       no_unlink,                        /* do not unlink cur_input          */
       debug,                            /* Debug mode                       */
       custom_only,                      /* Custom mutator only mode         */