- Status Closed
- Percent Complete
- Task Type Patches
- Category Plugins
- Assigned To No-one
- Operating System iPod 5G
- Severity Low
- Priority Very Low
- Reported Version Release 3.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Akio Idehara - 2008-12-10
Last edited by Jonas Häggqvist - 2008-12-12
Opened by Akio Idehara - 2008-12-10
Last edited by Jonas Häggqvist - 2008-12-12
FS#9622 - Fix pictureflow segmentation fault on ipod video sim
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.
Closed by Jonas Häggqvist
2008-12-12 19:40
Reason for closing: Accepted
Additional comments about closing:
2008-12-12 19:40
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.
I just wanted to confirm the issue on my e200 sim. The patch seems to help
I included you fix in
FS#8335Ideally, id3.artist and id3.albumartist should be set to their actual values (to fix
FS#9606), but this is better than nothing, I suppose.