summaryrefslogtreecommitdiff
path: root/tests/refcmp-metadata.awk
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2021-08-25 05:06:01 +0200
committerJames Almer <jamrial@gmail.com>2021-08-25 00:56:35 -0300
commit94653e0dee8d2efa85087e28249249cb3fde3d71 (patch)
tree22978eab08a3975ba491aa952e8fec83fb832ef4 /tests/refcmp-metadata.awk
parentb492cacffd36ad4cb251ba1f13ac398318ee639a (diff)
avcodec/h264dec: fix possible out-of-bounds array access
If slice_type is > 9, the access to ff_h264_golomb_to_pict_type is out-of-bounds. Fix this by simply setting the slice_type to 0 in this case. This is completely inconsequential because the value is only being used to being used as an offset in the calculation of the film grain seed value, a corruption of which is practically invisible. Fixes coverity ticket #1490802 Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/refcmp-metadata.awk')
0 files changed, 0 insertions, 0 deletions