diff options
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 3a81cc85..9da9452a 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -574,6 +574,7 @@ typedef struct afl_state { u32 cmplog_prev_timed_out; struct afl_pass_stat* pass_stats; + struct cmp_map *orig_cmp_map; u8 describe_op_buf_256[256]; /* describe_op will use this to return a string up to 256 */ |