This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7093 - Latest WPS parser change lets long strings crash rockbox - fix
|
DetailsSome buffer overruns in latest wps_parser.c change. Patch attached.
|
This task depends upon
improved patch. Previously we'd stop reading literal strings when the string buffer was full, regardless of whether the new string literal is a duplicate or not. Now we output a text token if the newly read string is a dupe even when the string buffer is already full. This hopefully gives the most benefit
Removed extraneous printf. Reduced length of long lines.