Files
dolphin/Source/Core/Core
Itrimel fe900e057b Core/GeckoCodeConfig : Fix Gecko codes formatting
Some locales (e.g. fr_FR.UTF-8 on ArchLinux) don't split the string stream on a space. As such, when extracted formatted data from te stream, it will return the two numbers as one for the first call, effectively overflowing the u32 variable, then will do an out-of-bounds read for the second call. Forcing the use of the C locale on the streams where it would cause a problem allows to workaround this behavior.
2020-02-14 11:51:36 +01:00
..
2018-10-29 23:00:51 +01:00
2019-10-04 13:40:21 +10:00
2020-01-04 11:43:33 -08:00
2018-07-19 18:09:20 -04:00
2019-07-18 22:29:04 +02:00