Skip to content
Snippets Groups Projects
Commit c54f394a authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Port r16326 from libvorbis.

Eliminate possibility of booklist overflow in res0/1/2 unpacking.


git-svn-id: https://svn.xiph.org/trunk/Tremor@17527 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent ff67c8b5
No related branches found
No related tags found
No related merge requests found
......@@ -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 *****************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment