Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev

This commit is contained in:
Andrea Fioraldi
2020-04-14 13:02:53 +02:00

View File

@ -376,7 +376,7 @@ static u8 cmp_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u32 len) {
u32 loggeds = h->hits;
if (h->hits > CMP_MAP_H) loggeds = CMP_MAP_H;
u8 status;
u8 status = 0;
// opt not in the paper
u32 fails;
u8 found_one = 0;