]> granicus.if.org Git - libvpx/commit
Prevent read to invalid RefBuffer
authorYaowu Xu <yaowu@google.com>
Wed, 25 May 2016 16:28:36 +0000 (09:28 -0700)
committerJohann Koenig <johannkoenig@google.com>
Mon, 27 Jun 2016 17:16:10 +0000 (17:16 +0000)
commit3b3ee4a4db9ef239b1e171967c20fc43459430ac
tree49e320c6e353cca14ffedcb8f046b5dd50c9d6c5
parent57566ff24adbf8109414ea908585cc5edec3ac70
Prevent read to invalid RefBuffer

This commit adds check to validate RefBuffer before reading into the
data structure, to prevent invalid read.

BUG=https://bugs.chromium.org/p/chromium/issues/detail?id=614701

(cherry picked from commit 75b6cfe1c50e749a0edb5460a491ca5ac947aff5)

Change-Id: Ie111e95bd18e88fa19d8b25e097cdf52b7139cb6
vp9/decoder/vp9_decodeframe.c