Re: [FFmpeg-devel] [PATCH] avcodec/ylc: Fix vlc of 31 bits

2017-07-08 Thread Michael Niedermayer
On Sat, Jul 08, 2017 at 10:59:02PM +0200, Paul B Mahol wrote: > On 7/8/17, Michael Niedermayer wrote: > > Fixes: runtime error: left shift of 1 by 31 places cannot be represented in > > type 'int' > > Fixes: 2515/clusterfuzz-testcase-minimized-6197200012967936 > > > > Found-by: continuous fuzzing

Re: [FFmpeg-devel] [PATCH] avcodec/ylc: Fix vlc of 31 bits

2017-07-08 Thread Paul B Mahol
On 7/8/17, Michael Niedermayer wrote: > Fixes: runtime error: left shift of 1 by 31 places cannot be represented in > type 'int' > Fixes: 2515/clusterfuzz-testcase-minimized-6197200012967936 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg >

[FFmpeg-devel] [PATCH] avcodec/ylc: Fix vlc of 31 bits

2017-07-08 Thread Michael Niedermayer
Fixes: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: 2515/clusterfuzz-testcase-minimized-6197200012967936 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcod