This commit is contained in:
vanhauser-thc
2023-02-16 13:11:11 +01:00
parent a7c43484e1
commit 9da3a2ed45
2 changed files with 4 additions and 2 deletions

View File

@ -1624,6 +1624,8 @@ static void try_to_add_to_dictN(afl_state_t *afl, u128 v, u8 size) {
}
if (cons_0 > 1 || cons_ff > 1) { return; }
}
maybe_add_auto(afl, (u8 *)&v + off, size);