Re: [FFmpeg-devel] [PATCH 1/5] vcodec/agm: Alloc based on coded dimensions

2019-11-15 Thread Michael Niedermayer
On Thu, Nov 14, 2019 at 06:07:30PM +0100, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Modern terrorism, a quick summary: Need oil, start war with country that has oil, kill hundread thousand in war. Let country

Re: [FFmpeg-devel] [PATCH 1/5] vcodec/agm: Alloc based on coded dimensions

2019-11-14 Thread Paul B Mahol
LGTM On 11/14/19, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 18715/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5659333417500672 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by:

[FFmpeg-devel] [PATCH 1/5] vcodec/agm: Alloc based on coded dimensions

2019-11-14 Thread Michael Niedermayer
Fixes: out of array read Fixes: 18715/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5659333417500672 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 2 +- 1 file