diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-14 12:39:29 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-14 12:39:29 +0200 |
commit | 26e690c220a35ad5577eb52ca47dc27d0c737fa9 (patch) | |
tree | 5d688ece9249111cc1fb145f073c0c9d68bcf141 /include/afl-fuzz.h | |
parent | 9eb47a924a219b3b2d2e46576757a4c14c18cfdb (diff) | |
download | afl++-26e690c220a35ad5577eb52ca47dc27d0c737fa9.tar.gz |
cmplog loop detection
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 */ |