Re: [FFmpeg-devel] [PATCH 1/5] avcodec/g723_1dec: Clip bits2 in both directions

2018-05-27 Thread Michael Niedermayer
On Sat, May 26, 2018 at 12:52:43AM +0200, Michael Niedermayer wrote: > Fixes: shift exponent 33 is too large for 32-bit type 'int' > Fixes: > 6743/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_G723_1_fuzzer-5823772687859712 > > Found-by: continuous fuzzing process > https://github.com/google

[FFmpeg-devel] [PATCH 1/5] avcodec/g723_1dec: Clip bits2 in both directions

2018-05-25 Thread Michael Niedermayer
Fixes: shift exponent 33 is too large for 32-bit type 'int' Fixes: 6743/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_G723_1_fuzzer-5823772687859712 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- li