Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
apps/codecs/libtremor/backends.h
··· 95 95 int partvals; /* partitions ^ groupbook dim */ 96 96 int groupbook; /* huffbook for partitioning */ 97 97 int secondstages[64]; /* expanded out to pointers in lookup */ 98 - int booklist[256]; /* list of second stage books */ 98 + int booklist[512]; /* list of second stage books */ 99 99 } vorbis_info_residue0; 100 100 101 101 /* Mapping backend generic *****************************************/