Files
dolphin/Source/Core/Core
Léo Lam 83b9feff90 Core/Movie: Fix a likely out-of-bounds read for PanicAlertT
gameID isn't null terminated since it is just an std::array<char, 6>
and .data() returns a char* so {fmt} would go way beyond the bounds of
the array when it attempts to determine the length of the string.

The fix is to pass a std::string_view to {fmt}. This commit adds
a GetGameID() function that can also be used to simplify
string comparisons.
2020-11-21 01:30:02 +01:00
..
2020-11-20 16:21:05 +01:00
2020-10-21 07:35:42 -04:00
2018-10-29 23:00:51 +01:00
2020-08-27 21:54:04 +01:00
2019-07-18 22:29:04 +02:00