Re: [FFmpeg-devel] [PATCH 2/5] avcodec/wmalosslessdec: Check block_align

2019-10-20 Thread Michael Niedermayer
On Sun, Oct 20, 2019 at 10:09:45AM +0200, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100% positive feedback" - "All either got their money back or didnt complain" "Best seller ever

Re: [FFmpeg-devel] [PATCH 2/5] avcodec/wmalosslessdec: Check block_align

2019-10-20 Thread Paul B Mahol
LGTM On 10/19/19, Michael Niedermayer wrote: > Fixes: NULL pointer dereference > Fixes: > 18331/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-5652847445671936 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-

[FFmpeg-devel] [PATCH 2/5] avcodec/wmalosslessdec: Check block_align

2019-10-19 Thread Michael Niedermayer
Fixes: NULL pointer dereference Fixes: 18331/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-5652847445671936 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/wmalosslessde