Re: [FFmpeg-devel] [PATCH 1/3] avcodec/adpcm: Check number of channels for MTAF

2019-09-24 Thread Michael Niedermayer
On Tue, Sep 24, 2019 at 09:17:49AM +0200, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is the science of finding the exact solution to an approximation. Benchmarking OTOH is finding an approximation

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/adpcm: Check number of channels for MTAF

2019-09-24 Thread Paul B Mahol
lgtm On 9/24/19, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 17608/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ADPCM_MTAF_fuzzer-5074936267276288 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by:

[FFmpeg-devel] [PATCH 1/3] avcodec/adpcm: Check number of channels for MTAF

2019-09-23 Thread Michael Niedermayer
Fixes: out of array access Fixes: 17608/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ADPCM_MTAF_fuzzer-5074936267276288 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/adpcm.c | 4 1