summaryrefslogtreecommitdiff
path: root/test/invalid_file_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-09-28 20:37:18 -0700
committerJames Zern <jzern@google.com>2016-09-28 22:42:03 -0700
commit450d89034bf61cc21257867a24ff62355f82aba6 (patch)
tree4b718307061459e1b1ee1140386d90dba9b4a097 /test/invalid_file_test.cc
parente094e151de32659fae15b3567e5dead4a5ba310d (diff)
downloadlibvpx-450d89034bf61cc21257867a24ff62355f82aba6.tar
libvpx-450d89034bf61cc21257867a24ff62355f82aba6.tar.gz
libvpx-450d89034bf61cc21257867a24ff62355f82aba6.tar.bz2
libvpx-450d89034bf61cc21257867a24ff62355f82aba6.zip
vp9_detokenize,decode_coefs: fix signed int overflow
when decoding an invalid bitstream with --enable-vp9-highbitdepth BUG=webm:1297 Change-Id: I401d87033b4293f2ca595bc51678aad9951ecf15
Diffstat (limited to 'test/invalid_file_test.cc')
-rw-r--r--test/invalid_file_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/invalid_file_test.cc b/test/invalid_file_test.cc
index bebbb141d..3955b6e3f 100644
--- a/test/invalid_file_test.cc
+++ b/test/invalid_file_test.cc
@@ -141,6 +141,8 @@ const DecodeParam kVP9InvalidFileTests[] = {
{ 1, "invalid-vp90-2-12-droppable_1.ivf.s73804_r01-05_b6-.ivf" },
{ 1, "invalid-vp90-2-03-size-224x196.webm.ivf.s44156_r01-05_b6-.ivf" },
{ 1, "invalid-vp90-2-03-size-202x210.webm.ivf.s113306_r01-05_b6-.ivf" },
+ { 1,
+ "invalid-vp90-2-10-show-existing-frame.webm.ivf.s180315_r01-05_b6-.ivf" },
};
VP9_INSTANTIATE_TEST_CASE(InvalidFileTest,