Re: [FFmpeg-devel] [PATCH 3/3] avcodec/mlpdec: add max channels check

2022-09-30 Thread Michael Niedermayer
On Fri, Sep 30, 2022 at 10:00:57AM +0200, Paul B Mahol wrote: > On 9/30/22, Michael Niedermayer wrote: > > Fixes: out of array access > > Fixes: > > 51648/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEHD_fuzzer-4644322217164800 > > > > > Make sure that this "fix" > does not break Mono.th

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/mlpdec: add max channels check

2022-09-30 Thread Paul B Mahol
On 9/30/22, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 51648/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEHD_fuzzer-4644322217164800 > Make sure that this "fix" does not break Mono.thd decoding. The sample is on trac ticket. Thanks. > Found-by: continuous fuzzi

[FFmpeg-devel] [PATCH 3/3] avcodec/mlpdec: add max channels check

2022-09-29 Thread Michael Niedermayer
Fixes: out of array access Fixes: 51648/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEHD_fuzzer-4644322217164800 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/mlpdec.c | 3 +++ 1 fil