Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mp3_header_decompress_bsf: Check sample_rate_index

2019-12-14 Thread Michael Niedermayer
On Sat, Dec 14, 2019 at 01:23:04PM +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 2/2] avcodec/mp3_header_decompress_bsf: Check sample_rate_index

2019-12-14 Thread Paul B Mahol
lgtm On 12/14/19, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 19309/clusterfuzz-testcase-minimized-ffmpeg_BSF_MP3_HEADER_DECOMPRESS_fuzzer-5651002950942720 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-b

[FFmpeg-devel] [PATCH 2/2] avcodec/mp3_header_decompress_bsf: Check sample_rate_index

2019-12-14 Thread Michael Niedermayer
Fixes: out of array read Fixes: 19309/clusterfuzz-testcase-minimized-ffmpeg_BSF_MP3_HEADER_DECOMPRESS_fuzzer-5651002950942720 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/mp3_header_decompr