yuzu/src/core/hle/service/glue
Lioncash b7d04d848d arp: Prevent uninitialized read of launch member variable
If anything happened to call arp functions in the wrong order and called
IRegistrar's Issue function before SetApplicationLaunchProperty, we'd
read from an uninitialized ApplicationLaunchProperty instance.

Instead, we can always initialize it so if this does happen, then the
outcome of doing such a thing is at least consistently reproducible.
2021-04-19 12:30:34 -04:00
..
arp.cpp arp: Prevent uninitialized read of launch member variable 2021-04-19 12:30:34 -04:00
arp.h arp: Use proper names, update to 12.x 2021-04-08 19:40:25 -06:00
bgtc.cpp bgtc: Update to 12.x and implement OpenTaskService 2021-04-09 00:49:47 -04:00
bgtc.h bgtc: Update to 12.x and implement OpenTaskService 2021-04-09 00:49:47 -04:00
errors.h style: Change AMs & Glues error codes to be dec instead of hex 2020-04-29 00:49:49 +10:00
glue.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
glue.h glue: Add errors for glue/arp services 2019-06-24 19:20:28 -04:00
manager.cpp glue: Correct missing bytes in ApplicationLaunchParameter 2019-06-25 22:25:10 -04:00
manager.h glue: Correct missing bytes in ApplicationLaunchParameter 2019-06-25 22:25:10 -04:00