Re: [FFmpeg-devel] [PATCH 2/3] avcodec/agm: YUV420 without DCT needs even dimensions

2020-02-09 Thread Michael Niedermayer
On Fri, Jan 10, 2020 at 11:03:52PM +0100, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 19892/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5707525924323328 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH 2/3] avcodec/agm: YUV420 without DCT needs even dimensions

2020-01-10 Thread Michael Niedermayer
Fixes: out of array access Fixes: 19892/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5707525924323328 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 5 + 1 file