Re: [FFmpeg-devel] [PATCH 1/2] avcodec/diracdec: Check perspective_exp and zrs_exp.

2017-08-16 Thread Michael Niedermayer
On Wed, Aug 16, 2017 at 01:47:55PM -0400, Ronald S. Bultje wrote: > Hi, > > On Aug 15, 2017 3:32 AM, "Michael Niedermayer" > wrote: > > Fixes: undefined shift > Fixes: runtime error: shift exponent 264 is too large for 32-bit type 'int' > Fixes: 2860/clusterfuzz-testcase-minimized-46728116898365

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/diracdec: Check perspective_exp and zrs_exp.

2017-08-16 Thread Ronald S. Bultje
Hi, On Aug 15, 2017 3:32 AM, "Michael Niedermayer" wrote: Fixes: undefined shift Fixes: runtime error: shift exponent 264 is too large for 32-bit type 'int' Fixes: 2860/clusterfuzz-testcase-minimized-4672811689836544 Found-by: continuous fuzzing process https://github.com/google/oss- fuzz/tree/

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/diracdec: Check perspective_exp and zrs_exp.

2017-08-16 Thread Michael Niedermayer
On Tue, Aug 15, 2017 at 03:32:43AM +0200, Michael Niedermayer wrote: > Fixes: undefined shift > Fixes: runtime error: shift exponent 264 is too large for 32-bit type 'int' > Fixes: 2860/clusterfuzz-testcase-minimized-4672811689836544 > > Found-by: continuous fuzzing process > https://github.com/g

[FFmpeg-devel] [PATCH 1/2] avcodec/diracdec: Check perspective_exp and zrs_exp.

2017-08-14 Thread Michael Niedermayer
Fixes: undefined shift Fixes: runtime error: shift exponent 264 is too large for 32-bit type 'int' Fixes: 2860/clusterfuzz-testcase-minimized-4672811689836544 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --