Re: [FFmpeg-devel] [PATCH 1/2] avcodec/exr: fix invalid shift in unpack_14()

2018-02-27 Thread Michael Niedermayer
On Wed, Feb 21, 2018 at 04:29:44AM +0100, Michael Niedermayer wrote: > Fixes: 6154/clusterfuzz-testcase-minimized-5762231061970944 > Fixes: runtime error: shift exponent 63 is too large for 32-bit type 'int' > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master

[FFmpeg-devel] [PATCH 1/2] avcodec/exr: fix invalid shift in unpack_14()

2018-02-20 Thread Michael Niedermayer
Fixes: 6154/clusterfuzz-testcase-minimized-5762231061970944 Fixes: runtime error: shift exponent 63 is too large for 32-bit type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/exr.c | 2