Re: [FFmpeg-devel] [PATCH 1/3] avcodec/escape124: Check depth against num_superblocks

2017-05-22 Thread Michael Niedermayer
On Sat, May 20, 2017 at 11:01:02PM +0200, Michael Niedermayer wrote: > Fixes: runtime error: left shift of 66184 by 15 places cannot be represented > in type 'int' > Fixes: 1707/clusterfuzz-testcase-minimized-6502767008940032 > > Found-by: continuous fuzzing process > https://github.com/google/o

[FFmpeg-devel] [PATCH 1/3] avcodec/escape124: Check depth against num_superblocks

2017-05-20 Thread Michael Niedermayer
Fixes: runtime error: left shift of 66184 by 15 places cannot be represented in type 'int' Fixes: 1707/clusterfuzz-testcase-minimized-6502767008940032 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libav