yuzu/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
eupld
fatal
fgm
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
hid common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
lbl
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
mii
mm
ncm
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
pm
prepo prepo: Stub GetTransmissionStatus 2021-01-31 07:07:11 -05:00
psc
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
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