mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
fixed potential UAF with custom mutator havoc on realloc
This commit is contained in:
parent
3dd39fec90
commit
cd683ed253
@ -2057,7 +2057,7 @@ havoc_stage:
|
||||
temp_len = new_len;
|
||||
if (out_buf != custom_havoc_buf) {
|
||||
|
||||
afl_realloc(AFL_BUF_PARAM(out), temp_len);
|
||||
out_buf = afl_realloc(AFL_BUF_PARAM(out), temp_len);
|
||||
if (unlikely(!afl->out_buf)) { PFATAL("alloc"); }
|
||||
memcpy(out_buf, custom_havoc_buf, temp_len);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user