]> git.sesse.net Git - ffmpeg/commit
avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_rem...
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 15 Jan 2018 22:46:44 +0000 (23:46 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 27 Jan 2018 03:29:30 +0000 (04:29 +0100)
commita026a3efaeb9c2026668dccbbda339a21ab3206b
tree5ec494ccaa52af6be31fa08f6136e28c4fb2e213
parent1bfc1aa004950c5ad527d823a08b8a19eef34eb0
avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode()

I suspect that this can be limited tighter, but i failed to find anything
in the spec that would confirm that.

Fixes: 4833/clusterfuzz-testcase-minimized-5302840101699584
Fixes: runtime error: left shift of 134217730 by 4 places cannot be represented in type 'int'
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/hevc_cabac.c