]> granicus.if.org Git - libvpx/commit
Fix potential OOB read with Error Concealment
authorJohn Koleszar <jkoleszar@google.com>
Fri, 5 Aug 2011 16:27:25 +0000 (12:27 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 11 Aug 2011 22:07:03 +0000 (18:07 -0400)
commit810a06b12caf7206bf8ed78c8abfb04620b2a90c
tree25d97dbc413e390ea8bb12c29ac6cbd684698415
parentb84e8f20c3aca0f2a65265cf704cc7c15a2c93d4
Fix potential OOB read with Error Concealment

This patch fixes an OOB read when error concealment is enabled and the
partition sizes are corrupt. The partition size read from the bitstream
was not being validated in EC mode.

Change-Id: Ia81dfd4bce1ab29ee78e42320abe52cee8318974
vp8/decoder/decodframe.c