about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
diff options
context:
space:
mode:
authormchesser <michael.chesser@adelaide.edu.au>2022-03-07 14:39:36 +1030
committermchesser <michael.chesser@adelaide.edu.au>2022-03-07 15:26:54 +1030
commit2a00f32666a847b7babb160bb7c27db59cec9561 (patch)
treeca93691474f2809d28bd79e19e7c151c96143a8e /src/afl-fuzz-bitmap.c
parentc2229b506e045bba1864e8b2f8140c8dc6e83a4d (diff)
downloadafl++-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-bitmap.c')
0 files changed, 0 insertions, 0 deletions