Additional bounds checking to guard against the case where a residue
authorMonty <xiphmont@xiph.org>
Thu, 21 Jun 2007 00:42:23 +0000 (00:42 +0000)
committerMonty <xiphmont@xiph.org>
Thu, 21 Jun 2007 00:42:23 +0000 (00:42 +0000)
commitf4283964738b5bda84fb88d80b245fe7b6785ec7
tree41d33a398a2a6133633ffcd343b15b5b7f6b6380
parentdd46dc435d075c344229af67fca6a8ce71ecb7f2
Additional bounds checking to guard against the case where a residue
or floor is decoding into a vector larger than the current blocksize.
This is not illegal, but no encoder has ever tried it and as such, it
had not been noticed that the code did not handle the case correctly.

svn path=/trunk/vorbis/; revision=13151
lib/floor1.c
lib/res0.c