diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-10 10:25:37 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-10 10:25:37 +0200 |
commit | a7340a1ac6c6165c8eb390a503758104c0d85bcb (patch) | |
tree | 3c3621aae7c8619264d7141f58de5c15b3c53369 /include/afl-fuzz.h | |
parent | b8092c62274d4b746290b44736cba0f7f4cc5400 (diff) | |
download | afl++-a7340a1ac6c6165c8eb390a503758104c0d85bcb.tar.gz |
fix AFL_CAL_FAST
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 4aba3bdf..2920f905 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -478,9 +478,7 @@ typedef struct afl_state { u32 hang_tmout; /* Timeout used for hang det (ms) */ - u8 cal_cycles, /* Calibration cycles defaults */ - cal_cycles_long, /* Calibration cycles defaults */ - havoc_stack_pow2, /* HAVOC_STACK_POW2 */ + u8 havoc_stack_pow2, /* HAVOC_STACK_POW2 */ no_unlink, /* do not unlink cur_input */ debug, /* Debug mode */ custom_only, /* Custom mutator only mode */ |