Re: [FFmpeg-devel] [PATCH 3/3] avcodec/wmalosslessdec: Fix some integer anomalies

2019-10-29 Thread Michael Niedermayer
On Mon, Oct 28, 2019 at 07:22:11PM +0100, Paul B Mahol wrote: > Trivial change, LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of them. signature.asc Description: PGP signature __

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/wmalosslessdec: Fix some integer anomalies

2019-10-28 Thread Paul B Mahol
Trivial change, LGTM On 10/28/19, Michael Niedermayer wrote: > Fixes: left shift of negative value -341180 > Fixes: > 18401/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-568638013440 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/mast

[FFmpeg-devel] [PATCH 3/3] avcodec/wmalosslessdec: Fix some integer anomalies

2019-10-28 Thread Michael Niedermayer
Fixes: left shift of negative value -341180 Fixes: 18401/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-568638013440 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/w