Re: [FFmpeg-devel] [PATCH 3/8] avcodec/utils: Check block_align

2019-11-01 Thread Michael Niedermayer
On Fri, Nov 01, 2019 at 09:26:52AM +0100, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "Nothing to hide" only works if the folks in power share the values of you and everyone you know entirely and always will -- Tom

Re: [FFmpeg-devel] [PATCH 3/8] avcodec/utils: Check block_align

2019-11-01 Thread Paul B Mahol
LGTM On 10/31/19, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 18432/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMAV2_fuzzer-5675574936207360 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Mic

[FFmpeg-devel] [PATCH 3/8] avcodec/utils: Check block_align

2019-10-31 Thread Michael Niedermayer
Fixes: out of array access Fixes: 18432/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMAV2_fuzzer-5675574936207360 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/utils.c | 5 + 1 fil