]> git.sesse.net Git - ffmpeg/commit
avcodec/bitstream: Check code length before truncating to uint8_t
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 24 Oct 2020 12:11:14 +0000 (14:11 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 28 Oct 2020 10:23:33 +0000 (11:23 +0100)
commite75b6ec43b63c5ba5ca2202ffd06df4d5a018e4a
tree813e86eeb46a86231fad5a4676b04db0fd11a997
parente5be4c5a88df90477f36cc81993d10f41d6180ce
avcodec/bitstream: Check code length before truncating to uint8_t

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/bitstream.c