Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9622 - Fix pictureflow segmentation fault on ipod video sim

Attached to Project: Rockbox
Opened by Akio Idehara (idak) - Wednesday, 10 December 2008, 13:52 GMT+2
Last edited by Jonas Häggqvist (rasher) - Friday, 12 December 2008, 20:40 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type iPod 5G
Severity Low
Priority Normal
Reported Version Release 3.0
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

pictureflow segmentation fault occurs on ipod video sim.
This cause is that
id3.albumartist and id3.artist is not
initialized with NULL before search_albumart_files().

This patch fix it.
   pictureflow_set_null.patch (0.6 KiB)
 apps/plugins/pictureflow.c |    1 +
 1 file changed, 1 insertion(+)

This task depends upon

Closed by  Jonas Häggqvist (rasher)
Friday, 12 December 2008, 20:40 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Revision 19404 adds this - a proper fix (setting artist and albumartist to their correct values) still needs to be done.
Comment by Thomas Martitz (kugel.) - Friday, 12 December 2008, 19:15 GMT+2
I just wanted to confirm the issue on my e200 sim. The patch seems to help
Comment by Thomas Martitz (kugel.) - Friday, 12 December 2008, 19:33 GMT+2
I included you fix in  FS#8335 
Comment by Jonas Häggqvist (rasher) - Friday, 12 December 2008, 19:38 GMT+2
Ideally, id3.artist and id3.albumartist should be set to their actual values (to fix  FS#9606 ), but this is better than nothing, I suppose.

Loading...