OSDN Git Service

avcodec/truemotion2: Fix runtime error: left shift of 1 by 31 places cannot be repres...
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 28 May 2017 19:54:02 +0000 (21:54 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 28 May 2017 19:55:06 +0000 (21:55 +0200)
commitc9e884f3d98df85bf7f2cf30d71877b22929fdcb
tree140c4b8649c2cbd4cd57a73dd394a805f013ea68
parent7c845450d2daa0d066045cf94ab51cb496f1b824
avcodec/truemotion2: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int'

Fixes part of: 1888/clusterfuzz-testcase-minimized-5237704826552320

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