Re: [FFmpeg-devel] [PATCH 2/5] libavcodec/mvha: Check height before applying median predictor

2020-02-09 Thread Michael Niedermayer
On Sun, Feb 09, 2020 at 08:28:27PM +0100, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which you can solve the problem conveniently. New school: Use the highes

Re: [FFmpeg-devel] [PATCH 2/5] libavcodec/mvha: Check height before applying median predictor

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

[FFmpeg-devel] [PATCH 2/5] libavcodec/mvha: Check height before applying median predictor

2020-02-09 Thread Michael Niedermayer
Fixes: out of array read Fixes: 20495/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVHA_fuzzer-5711179129552896 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/mvha.c | 12 +++- 1