yuzu-fork/src/core/hle/service
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
..
acc common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
am applets: Send focus state change message on applet state change 2021-04-17 09:26:48 -04:00
aoc common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
apm common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
audio codecctl: Use proper names 2021-04-08 19:40:24 -06:00
bcat common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
bpc bpc: Use proper names 2021-04-08 19:40:24 -06:00
btdrv btdrv: Update to 12.x 2021-04-09 00:49:46 -04:00
btm btm: Update to 12.x 2021-04-09 00:49:46 -04:00
caps caps_u: Update to 12.x 2021-04-08 19:40:25 -06:00
erpt erpt: Update to 12.x 2021-04-09 00:49:46 -04:00
es service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
eupld service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
fatal core: Remove unnecessary enum casts in log calls 2020-12-07 23:02:23 -05:00
fgm service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
filesystem common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
friend Merge pull request #6113 from german77/playhistory 2021-04-09 20:50:13 -07:00
glue arp: Prevent uninitialized read of launch member variable 2021-04-19 12:30:34 -04:00
grc service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
hid common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
lbl lbl: Implement most of lbl 2021-01-21 00:46:03 +11:00
ldn core: hle: ldn: Error out on call to Initialization. 2021-02-27 11:59:29 -08:00
ldr ldr: Use proper names 2021-04-08 19:40:25 -06:00
lm lm: Fix ReadLeb128 2021-02-07 23:52:56 +11:00
mig service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
mii mii: Fix BuildRandomStoreData & Cleanup raw_data 2021-01-20 21:53:57 +11:00
mm service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
ncm core: Mark unused fields as [[maybe_unused]] 2020-12-06 18:36:10 -05:00
nfc common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
nfp nfp: Correct uninitialized size being used within GetTagInfo() 2021-02-09 17:42:02 -05:00
nifm common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
nim nim: Update to 12.x 2021-04-09 00:49:47 -04:00
npns npns: Update to 12.x 2021-04-09 00:49:47 -04:00
ns common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
nvdrv Merge pull request #6125 from ogniK5377/nvdec-close-dev 2021-04-16 23:14:44 -07:00
nvflinger common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
olsc olsc: Update to 12.x 2021-04-08 19:40:25 -06:00
pcie pcie: Use proper names 2021-04-08 19:40:25 -06:00
pctl Merge pull request #6112 from ogniK5377/pctl 2021-04-10 21:09:54 -07:00
pcv service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
pm service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
prepo prepo: Stub GetTransmissionStatus 2021-01-31 07:07:11 -05:00
psc service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
ptm hle: kernel: Reimplement KReadableEvent and KWritableEvent. 2021-02-05 14:03:32 -08:00
set common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
sm sm: Use proper names, update to 12.x 2021-04-08 19:40:25 -06:00
sockets sfdnsres: Use proper names 2021-04-08 19:40:25 -06:00
spl common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
ssl service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
time common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
usb usb: Use proper names 2021-04-08 19:40:25 -06:00
vi common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
wlan wlan: Update to 12.x 2021-04-08 19:40:25 -06:00
service.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
service.h hle: service: Acquire and release a lock on requests. 2020-12-28 21:33:34 -08:00