OSDN Git Service

avcodec/texturedsp: Fix runtime error: left shift of 218 by 24 places cannot be repre...
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 9 May 2017 23:18:36 +0000 (01:18 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 9 May 2017 23:19:03 +0000 (01:19 +0200)
commit2bd8eb05d21b582d627a93852b59cb3cfc305dae
tree75acad5ba1e7aa87c697efd310eaef3443052ec3
parented3c9b5b0dd5abb545c48e930e1c32c187b0776a
avcodec/texturedsp: Fix runtime error: left shift of 218 by 24 places cannot be represented in type 'int'

Fixes: 1428/clusterfuzz-testcase-minimized-5263281793007616

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