]> git.sesse.net Git - ffmpeg/commit
avcodec/vdpau_hevc: Fix potential out-of-bounds write
authorPhilip Langdale <philipl@overt.org>
Thu, 1 Dec 2016 00:13:14 +0000 (16:13 -0800)
committerPhilip Langdale <philipl@overt.org>
Thu, 1 Dec 2016 00:14:39 +0000 (16:14 -0800)
commit4e6d1c1f4ec83000a067ff14452b34c1f2d2a43a
treeaa9f20e22e53bdf9d70f129e092f98eecf47cbbe
parent5512dbe37f83d8b11393c7059c6eae48d164461c
avcodec/vdpau_hevc: Fix potential out-of-bounds write

The maximum number of references is 16, so the index value cannot
exceed 15.

Fixes Coverity CID 134813913481401348141
libavcodec/vdpau_hevc.c