]> granicus.if.org Git - libvpx/commit
Fix overread/write reported by valgrind if (mb_cols) & 3 != 0.
authorRonald S. Bultje <rbultje@google.com>
Sat, 26 Jan 2013 00:03:15 +0000 (16:03 -0800)
committerRonald S. Bultje <rbultje@google.com>
Sat, 26 Jan 2013 01:18:08 +0000 (17:18 -0800)
commit9dc9f07fb8a1452fb123d280741bfbc6469a6ec1
tree4a8b24d3ac4d8c2eb90658ff1491bcc4a68b6fa2
parent0a7b3953f0d4a80d7053e330c5352e80ca0f5710
Fix overread/write reported by valgrind if (mb_cols) & 3 != 0.

We'd backup and restore all cols for a 64x64 SB, but the array wouldn't
be big enough to hold all that data.

Change-Id: Ic68ea721bf07e0b2f3937bd16b0b734bcc743ce1
vp9/common/vp9_alloccommon.c