Re: [FFmpeg-devel] [PATCH 1/5] avcodec/midivid: Check vector index

2020-02-09 Thread Michael Niedermayer
On Sun, Feb 09, 2020 at 08:27:50PM +0100, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because of the obscurity o

Re: [FFmpeg-devel] [PATCH 1/5] avcodec/midivid: Check vector index

2020-02-09 Thread Paul B Mahol
lgtm On 2/9/20, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 20494/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVDV_fuzzer-5681452423577600 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael

[FFmpeg-devel] [PATCH 1/5] avcodec/midivid: Check vector index

2020-02-09 Thread Michael Niedermayer
Fixes: out of array read Fixes: 20494/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVDV_fuzzer-5681452423577600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/midivid.c | 2 ++ 1 file ch