vba-next-switch icon indicating copy to clipboard operation
vba-next-switch copied to clipboard

Crash on large rom directory

Open myMartek opened this issue 7 years ago • 2 comments
trafficstars

Hi, I have a directory on my switch which contains all english roms ever. When I navigate to this directory I can see some strange graphic artifacts where the "B" button and the VBA logo should be. As soon I go a directory back or start a rom the switch becomes unresponsive.

When I open a directory with less files everything works as expected.

myMartek avatar Jun 28 '18 06:06 myMartek

This sounds like a buffer overflow.

fennectech avatar Jul 04 '18 20:07 fennectech

yes, it is probably one. The buffer where the directory names are stored in has a fixed size. Though it should just leave the folders out, after the buffer is full.

RSDuck avatar Jul 04 '18 20:07 RSDuck