This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6009 - Sim crash on long LFNs
|
DetailsSimilar to
Segfault detail: *** glibc detected *** corrupted double-linked list: 0xb7e444f8 *** |
This task depends upon
I believe I found it. Changing a few sprintf's to snprintf's fixes it as far as I can tell. This patch also fixes a similar bug when pasting files with long names (that's not just limited to the sim, too), and changes a few 256's to MAX_PATH's to be more consistent.