forked from len0rd/rockbox
libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist overflow in res0/1/2 unpacking.'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
715749a7f4
commit
a5897697f9
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ typedef struct vorbis_info_residue0{
|
|||
int partvals; /* partitions ^ groupbook dim */
|
||||
int groupbook; /* huffbook for partitioning */
|
||||
int secondstages[64]; /* expanded out to pointers in lookup */
|
||||
int booklist[256]; /* list of second stage books */
|
||||
int booklist[512]; /* list of second stage books */
|
||||
} vorbis_info_residue0;
|
||||
|
||||
/* Mapping backend generic *****************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue