mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
fix ck_alloc call
This commit is contained in:
@ -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 = ck_realloc((void **)&afl->extras,
|
||||||
(afl->extras_cnt + 1) * sizeof(struct extra_data));
|
(afl->extras_cnt + 1) * sizeof(struct extra_data));
|
||||||
|
Reference in New Issue
Block a user