Lioncash 72e9cb523e svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
This adds the missing address range checking that the service functions
do before attempting to map or unmap memory. Given that both service
functions perform the same set of checks in the same order, we can wrap
these into a function and just call it from both functions, which
deduplicates a little bit of code.
2018-10-10 20:30:49 -04:00
..
2018-08-28 22:31:51 -04:00
2018-08-28 22:31:51 -04:00
2018-10-06 16:49:01 +10:00
2018-08-28 22:31:51 -04:00