Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dstdec: Check sample rate

2020-05-10 Thread Michael Niedermayer
On Fri, Feb 14, 2020 at 04:37:32PM +0100, Paul B Mahol wrote: > Actually I'm pretty sure log message is not needed as not power of 8 > is simply not possible. ok, will apply without the log message thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB He who know

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dstdec: Check sample rate

2020-02-14 Thread Paul B Mahol
Actually I'm pretty sure log message is not needed as not power of 8 is simply not possible. On 2/14/20, Paul B Mahol wrote: > LGTM > > On 2/13/20, Michael Niedermayer wrote: >> Fixes: out of array access >> Fixes: >> 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DST_fuzzer-57358120714

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dstdec: Check sample rate

2020-02-14 Thread Paul B Mahol
LGTM On 2/13/20, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DST_fuzzer-5735812071424000 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michae

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dstdec: Check sample rate

2020-02-14 Thread Paul B Mahol
LGTM On 2/13/20, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DST_fuzzer-5735812071424000 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michae

[FFmpeg-devel] [PATCH 2/2] avcodec/dstdec: Check sample rate

2020-02-13 Thread Michael Niedermayer
Fixes: out of array access Fixes: 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DST_fuzzer-5735812071424000 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/dstdec.c | 5 + 1 file