OSDN Git Service

avcodec/texturedsp: Fix multiple runtime error: left shift of 255 by 24 places cannot...
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 7 May 2017 01:27:17 +0000 (03:27 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 7 May 2017 02:11:21 +0000 (04:11 +0200)
commite92fb2bea1800b987ebc3cbeef9d48cfe4bcd191
tree7a05a5736814467b683a325863f62ba8022db74a
parent9e88cc94e58e9e4d1293f9f56c973510e30495fd
avcodec/texturedsp: Fix multiple runtime error: left shift of 255 by 24 places cannot be represented in type 'int'

Fixes: 1386/clusterfuzz-testcase-minimized-5323086394032128

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