dolphin/Source/Core/Core/IOS
Léo Lam 4e462d44f9 ESFormats: Fix GetRawTicketView
The vector was not constructed with the proper size, which results in a
buffer overflow as we were using memcpy.

This commit fixes that mistake and also uses a safer way of copying the
ticket view data (std::vector::insert instead of memcpy).
2017-02-27 21:19:05 +01:00
..
DI Use ESFormats for TMDs 2017-02-26 19:46:29 +01:00
ES ESFormats: Fix GetRawTicketView 2017-02-27 21:19:05 +01:00
FS IOS: Clear the /tmp directory on IOS boot 2017-02-26 12:19:57 +01:00
Network IOS/Network/Net: Use a mapper function instead of a static array for SOCKOPT mapping. 2017-02-22 10:55:38 -05:00
SDIO IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
STM IOS STM: Get rid of forward declarations in the cpp file 2017-01-29 19:30:56 -05:00
USB Merge pull request #4904 from JosJuice/oh0-usb-state-warning 2017-02-13 14:36:26 +13:00
WFS Use ESFormats for TMDs 2017-02-26 19:46:29 +01:00
Device.cpp IOS: Implement OH0 (/dev/usb/oh0) 2017-02-05 11:36:48 +01:00
Device.h IOS: Implement OH0 (/dev/usb/oh0) 2017-02-05 11:36:48 +01:00
DeviceStub.cpp IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
DeviceStub.h IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
IPC.cpp IOS: Handle ES_Launch more accurately 2017-02-27 20:44:30 +01:00
IPC.h IOS: Handle ES_Launch more accurately 2017-02-27 20:44:30 +01:00
MIOS.cpp Use ESFormats for TMDs 2017-02-26 19:46:29 +01:00
MIOS.h IOS: Implement MIOS functionality 2017-02-08 15:07:34 +01:00