Atmosphere-NX / Atmosphere

Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.
GNU General Public License v2.0
14.4k stars 1.21k forks source link

dmnt.gen2: avoid data abort when too many breakpoints are created #2273

Closed liamwhite closed 7 months ago

liamwhite commented 8 months ago

GetFreeBreakPoint will return nullptr when the number of breakpoints is exhausted. Prevent a null pointer dereference in this case.