Re: [FFmpeg-devel] [PATCH 1/3] avcodec/flacdec: avoid undefined shift

2017-12-28 Thread Michael Niedermayer
On Tue, Dec 26, 2017 at 11:24:43PM +0100, Michael Niedermayer wrote: > Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int' > Fixes: 4688/clusterfuzz-testcase-minimized-6572210748653568 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/proje

[FFmpeg-devel] [PATCH 1/3] avcodec/flacdec: avoid undefined shift

2017-12-26 Thread Michael Niedermayer
Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int' Fixes: 4688/clusterfuzz-testcase-minimized-6572210748653568 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/flacdec.c | 2 +-