dolphin/Source/Core/Core/IOS/ES
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
..
ES.cpp IOS: Handle ES_Launch more accurately 2017-02-27 20:44:30 +01:00
ES.h IOS: Handle ES_Launch more accurately 2017-02-27 20:44:30 +01:00
Formats.cpp ESFormats: Fix GetRawTicketView 2017-02-27 21:19:05 +01:00
Formats.h IOS: Handle ES_Launch more accurately 2017-02-27 20:44:30 +01:00