Address Error Exception: Difference between revisions

An infinite loop is not address error
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
|-
| Exceed the [[Objects#Object Limit|object limit]] || style="background-color: #ff9696"| No || style="background-color: #ff9696"| No || There's a `while (1) ;` that prevents this from occurring
|-
|-
| 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.