diff options
author | mchesser <michael.chesser@adelaide.edu.au> | 2022-03-07 14:39:36 +1030 |
---|---|---|
committer | mchesser <michael.chesser@adelaide.edu.au> | 2022-03-07 15:26:54 +1030 |
commit | 2a00f32666a847b7babb160bb7c27db59cec9561 (patch) | |
tree | ca93691474f2809d28bd79e19e7c151c96143a8e /src/afl-fuzz-state.c | |
parent | c2229b506e045bba1864e8b2f8140c8dc6e83a4d (diff) | |
download | afl++-2a00f32666a847b7babb160bb7c27db59cec9561.tar.gz |
Fix buffer overrun in `rtn_extended_encoding`
`idx + i` can range from `0` to `buf.len`, but the memcpy may try and write to offsets from `idx + i` to `idx + 2 * i`.
Diffstat (limited to 'src/afl-fuzz-state.c')
0 files changed, 0 insertions, 0 deletions