Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9449 - inc MAX_PLAYLISTS from 400 to 512

Attached to Project: Rockbox
Opened by frank brown (frogola) - Friday, 03 October 2008, 23:31 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Saturday, 04 October 2008, 11:26 GMT+2
Task Type Patches
Category Applications
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

fixes bug where rockbox crashes if user adds >400 playlists
   rb_playlist_cat.patch (0.6 KiB)
 apps/playlist_catalog.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Saturday, 04 October 2008, 11:26 GMT+2
Reason for closing:  Rejected
Additional comments about closing:  this does not fix anything but only increases a limit (thus increasing RAM usage). Feel free to post a real fix against crashing, but this is definitely none.
Comment by Rafaël Carré (funman) - Friday, 03 October 2008, 23:39 GMT+2
what if the user adds more than 512 playlists ?
Comment by Paul Louden (Llorean) - Saturday, 04 October 2008, 00:08 GMT+2
This doesn't seem like a "fix" for anything, just a change in the limits. Wouldn't a fix be to actually address the crash itself, rather than changing when it happens?

Loading...