]> granicus.if.org Git - libvpx/commit
vp9: fail decode if block/frame refs are corrupt
authorJames Zern <jzern@google.com>
Thu, 4 Sep 2014 22:11:45 +0000 (15:11 -0700)
committerJames Zern <jzern@google.com>
Fri, 5 Sep 2014 02:14:00 +0000 (19:14 -0700)
commit440f5097c7c402b904285af31c89e4064fadbaff
tree211a121b09965898e1a65581f13e6bef0e66c5d5
parent3de038f396f671f52ac36fece25308ef877492f5
vp9: fail decode if block/frame refs are corrupt

proceeding using a corrupt (incompletely decoded) frame reference may
lead to incorrect assumptions about allocation sizes leading to a crash.

Change-Id: I76e74f2e1be127c2e2c7e1174bb3307497dfd23d
test/invalid_file_test.cc
test/test-data.sha1
test/test.mk
vp9/decoder/vp9_decodeframe.c