OSDN Git Service

avcodec/golomb: Fix runtime error: left shift of 1 by 31 places cannot be represented...
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 11 May 2017 19:42:45 +0000 (21:42 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 11 May 2017 21:55:49 +0000 (23:55 +0200)
commit2752410c47889a94778a541c09ed29ccce8a8de9
treefdfb323b8dc6c46eda33106dae935b4c92d48820
parent15e892aad12b23e9b5686cf66ca6fa739c734ead
avcodec/golomb: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int'

Fixes: 1481/clusterfuzz-testcase-minimized-5264379509473280

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/golomb.h