summaryrefslogtreecommitdiff
path: root/test/invalid_file_test.cc
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2017-09-26 12:33:40 -0700
committerJames Zern <jzern@google.com>2017-09-27 11:17:54 -0700
commitdbbbd4430411ba8931de18a8e802934de511c22c (patch)
treeafad0168ee402432a9eb6407ca4daf93b97b4d63 /test/invalid_file_test.cc
parent9e52d3910bcb36789bc04b9be2db10c7c3fc459f (diff)
downloadlibvpx-dbbbd4430411ba8931de18a8e802934de511c22c.tar
libvpx-dbbbd4430411ba8931de18a8e802934de511c22c.tar.gz
libvpx-dbbbd4430411ba8931de18a8e802934de511c22c.tar.bz2
libvpx-dbbbd4430411ba8931de18a8e802934de511c22c.zip
fix signed integer overflow of idct
Exposed by fuzz test in high bitdepth. The bug is introduced in commit 64653fa. BUG=webm:1466 Change-Id: Idd77d5c6a60efb9241471611ce1aba0646cb6ff5
Diffstat (limited to 'test/invalid_file_test.cc')
-rw-r--r--test/invalid_file_test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/invalid_file_test.cc b/test/invalid_file_test.cc
index 8f7cd107a..79220b0f6 100644
--- a/test/invalid_file_test.cc
+++ b/test/invalid_file_test.cc
@@ -134,6 +134,9 @@ const DecodeParam kVP9InvalidFileTests[] = {
{ 1, "invalid-vp90-02-v2.webm" },
#if CONFIG_VP9_HIGHBITDEPTH
{ 1, "invalid-vp90-2-00-quantizer-00.webm.ivf.s5861_r01-05_b6-.v2.ivf" },
+ { 1,
+ "invalid-vp90-2-21-resize_inter_320x180_5_3-4.webm.ivf.s45551_r01-05_b6-."
+ "ivf" },
#endif
{ 1, "invalid-vp90-03-v3.webm" },
{ 1, "invalid-vp90-2-00-quantizer-11.webm.ivf.s52984_r01-05_b6-.ivf" },