fix ck_alloc call

This commit is contained in:
van Hauser
2020-10-30 09:44:06 +01:00
parent b33306ca2c
commit e0bdfd87b6

View File

@ -462,7 +462,7 @@ void add_extra(afl_state_t *afl, u8 *mem, u32 len) {
}
if (afl->extra) {
if (afl->extras) {
afl->extras = ck_realloc((void **)&afl->extras,
(afl->extras_cnt + 1) * sizeof(struct extra_data));