Re: [FFmpeg-devel] [PATCH] avcodec/dirac_vlc: limit res_bits in APPEND_RESIDUE()

2017-09-09 Thread Michael Niedermayer
On Sat, Sep 09, 2017 at 03:51:45PM +0200, Michael Niedermayer wrote: > Fixes: runtime error: left shift of 1073741838 by 1 places cannot be > represented in type 'int32_t' (aka 'int') > Fixes: 3279/clusterfuzz-testcase-minimized-4564805744590848 > > Suggested-by: > Found-by: continuous fuzzing p

[FFmpeg-devel] [PATCH] avcodec/dirac_vlc: limit res_bits in APPEND_RESIDUE()

2017-09-09 Thread Michael Niedermayer
Fixes: runtime error: left shift of 1073741838 by 1 places cannot be represented in type 'int32_t' (aka 'int') Fixes: 3279/clusterfuzz-testcase-minimized-4564805744590848 Suggested-by: Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off