mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
Fix index of cmp_map->log[key].
This commit is contained in:
parent
9325a4fcbb
commit
92c91f25f0
@ -1669,7 +1669,7 @@ static u8 cmp_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf,
|
||||
for (j = 0; j < i; ++j) {
|
||||
|
||||
if (afl->shm.cmp_map->log[key][j].v0 == o->v0 &&
|
||||
afl->shm.cmp_map->log[key][i].v1 == o->v1) {
|
||||
afl->shm.cmp_map->log[key][j].v1 == o->v1) {
|
||||
|
||||
goto cmp_fuzz_next_iter;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user