]> git.sesse.net Git - ffmpeg/commit
avcodec/ylc: Fix vlc of 31 bits
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 8 Jul 2017 20:51:57 +0000 (22:51 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 8 Jul 2017 21:45:47 +0000 (23:45 +0200)
commitfe9242204d33db070b8a9d907d93c9ead8a6f3ee
tree54b561cddb8d592ff81c7382560523f2c9f25553
parent2061de8a3f73f14806e5f6ccaf9a635f740a54e6
avcodec/ylc: Fix vlc of 31 bits

Fixes: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
Fixes: 2515/clusterfuzz-testcase-minimized-6197200012967936
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/ylc.c