mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user