Re: [FFmpeg-devel] [PATCH 1/4] avcodec/qdm2: Check fft_coefs_index

2020-02-19 Thread Michael Niedermayer
On Wed, Feb 19, 2020 at 09:35:21AM +0100, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The smallest minority on earth is the individual. Those who deny individual rights cannot claim to be defenders of minorities. -

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/qdm2: Check fft_coefs_index

2020-02-19 Thread Paul B Mahol
lgtm On 2/19/20, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 20660/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_QDM2_fuzzer-5658290216501248 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Micha

[FFmpeg-devel] [PATCH 1/4] avcodec/qdm2: Check fft_coefs_index

2020-02-18 Thread Michael Niedermayer
Fixes: out of array access Fixes: 20660/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_QDM2_fuzzer-5658290216501248 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/qdm2.c | 3 +++ 1 file ch