Re: [FFmpeg-devel] [PATCH 3/3] avcodec/cdgraphics: limit scrolling to the line

2022-06-21 Thread Michael Niedermayer
On Thu, Jun 09, 2022 at 11:37:41PM +0200, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 47877/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CDGRAPHICS_fuzzer-5690504626438144 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projec

[FFmpeg-devel] [PATCH 3/3] avcodec/cdgraphics: limit scrolling to the line

2022-06-09 Thread Michael Niedermayer
Fixes: out of array access Fixes: 47877/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CDGRAPHICS_fuzzer-5690504626438144 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/cdgraphics.c | 2 +-