summaryrefslogtreecommitdiff
path: root/test/invalid_file_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-11-21 18:20:33 -0800
committerJames Zern <jzern@google.com>2016-11-22 15:32:00 -0800
commitcb22359d027bc44cf84fa53a3ffd81c098816cc8 (patch)
treec043b105933f41d1d3a5e7777c272eadd1e3465d /test/invalid_file_test.cc
parent0ffbb36ddc5a1be8ee38ab3bdc663fd5ea99da78 (diff)
downloadlibvpx-cb22359d027bc44cf84fa53a3ffd81c098816cc8.tar
libvpx-cb22359d027bc44cf84fa53a3ffd81c098816cc8.tar.gz
libvpx-cb22359d027bc44cf84fa53a3ffd81c098816cc8.tar.bz2
libvpx-cb22359d027bc44cf84fa53a3ffd81c098816cc8.zip
vp9,read_inter_block_mode_info: quiet msan warning
best_sub8x8[1] won't be used meaningfully when is_compound is false, but may trigger an msan warning as the value is copied around and later clamped. BUG=667044 Change-Id: Icc24c3b72cdb550bebea44d4aaa4ff8bf3fbab56
Diffstat (limited to 'test/invalid_file_test.cc')
-rw-r--r--test/invalid_file_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/invalid_file_test.cc b/test/invalid_file_test.cc
index 2921e5ddf..eae81faa1 100644
--- a/test/invalid_file_test.cc
+++ b/test/invalid_file_test.cc
@@ -144,6 +144,7 @@ const DecodeParam kVP9InvalidFileTests[] = {
{ 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" },
+ { 1, "invalid-crbug-667044.webm" },
};
VP9_INSTANTIATE_TEST_CASE(InvalidFileTest,