1,811
edits
No edit summary |
(An infinite loop is not address error) |
||
Line 9: | Line 9: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Cause !! ACE Exploitable !! Any Exploitable !! Notes | ! Cause !! ACE Exploitable !! Any Exploitable !! Notes | ||
|- | |- | ||
| Deleting a non-existent file on the File Select Screen || style="background-color: #baffa8"| || style="background-color: #baffa8"| || sMainMenuButtons[MENU_BUTTON_ERASE_FILE_A + sSelectedFile] (assignment) is NULL. For selecting 'NO' this results in the button zoom being unaffected. 'YES' is more complex. | | Deleting a non-existent file on the File Select Screen || style="background-color: #baffa8"| || style="background-color: #baffa8"| || sMainMenuButtons[MENU_BUTTON_ERASE_FILE_A + sSelectedFile] (assignment) is NULL. For selecting 'NO' this results in the button zoom being unaffected. 'YES' is more complex. |