This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
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
|
Detailspictureflow 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. |
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.
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.
FS#8335FS#9606), but this is better than nothing, I suppose.