dolphin/Source/Core
EmptyChaos 49873b1287 MMU/PatchEngine: Fix potential crash during stack probe
TryReadInstruction doesn't validate the address it resolves, that
can result in Memory::GetPointer failing and returning nullptr
which then leads to a nullptr dereference and a crash.

Created PowerPC::HostIsInstructionRAMAddress which works the same
way as PowerPC::HostIsRAMAddress for the IBAT.
2017-01-24 08:05:11 +11:00
..
AudioCommon Merge pull request #4721 from RisingFog/remove_dead_audiodump_code 2017-01-23 09:17:11 -05:00
Common cmake: Add missing Windows file to common 2017-01-21 00:35:55 +01:00
Core MMU/PatchEngine: Fix potential crash during stack probe 2017-01-24 08:05:11 +11:00
DiscIO DiscIO: Fix out-of-bounds access in NANDContentDataBuffer 2017-01-23 21:49:26 +01:00
DolphinQt2 DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
DolphinWX Netplay: Fix wrong mapping info being used in dialog 2017-01-21 20:42:30 +01:00
InputCommon ControllerEmu: Add missing virtual destructor to BooleanSetting 2017-01-23 05:08:19 -05:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends RenderBase: Forward declare EFBAccessType 2017-01-23 12:41:26 -05:00
VideoCommon RenderBase: Forward declare EFBAccessType 2017-01-23 12:41:26 -05:00
CMakeLists.txt