]> granicus.if.org Git - libvpx/commit
decode_tiles(): validate buffer reads
authorJohn Koleszar <jkoleszar@google.com>
Tue, 11 Jun 2013 17:06:31 +0000 (10:06 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Tue, 11 Jun 2013 21:52:32 +0000 (14:52 -0700)
commit2bcc4736028e41862191916ffd711651d14519e1
treef84c586da564cc91a410fa8beac36d9745db3d11
parente3d3ace31404cd772cb167dc29ad5b84dabbacb2
decode_tiles(): validate buffer reads

Previous code indexed using the tile length coded in the bitstream
without checking that the read would be valid.

Change-Id: Ia5047762223a4f80d75016dd546dc2ef18b6887d
vp9/decoder/vp9_decodframe.c