DS-Homebrew / TWiLightMenu

DSi Menu replacement for DS/DSi/3DS/2DS
https://wiki.ds-homebrew.com/twilightmenu/
GNU General Public License v3.0
3.22k stars 202 forks source link

Fix buffer overflow in slot1launch #2310

Closed edo9300 closed 11 months ago

edo9300 commented 11 months ago

cardReadHeader reads 512 bytes which is more than the size of the sNDSHeader struct (352). Add padding to the struct used so that there's enough space to read into. This caused freezing when using slot1launch on a ds where cart swapping was required