This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/sysmodules/sm/source
Lioncash c95b59c72e sm/notifications: Prevent potential null pointer dereference in ReceiveNotification
Based off the conditions, this is a potential null pointer dereference
that can occur. We need to check for null before accessing
nbPendingNotifications.

This is unlikely to occur in common usage, however it's a fairly
straightforward amendment.
2019-08-13 03:04:03 -04:00
..
common.h Use <string.h> & <3ds/exheader.h>, fix some bugs, etc. 2019-03-15 23:03:23 +01:00
list.c Use <string.h> & <3ds/exheader.h>, fix some bugs, etc. 2019-03-15 23:03:23 +01:00
list.h Integrate 3ds_pxi and 3ds_sm 2017-11-02 15:11:55 +01:00
main.c sm: simplify main loop logic 2019-03-27 20:36:40 +01:00
notifications.c sm/notifications: Prevent potential null pointer dereference in ReceiveNotification 2019-08-13 03:04:03 -04:00
notifications.h Integrate 3ds_pxi and 3ds_sm 2017-11-02 15:11:55 +01:00
processes.c [sm] Fix process unregistering logic bug (fixes #984) 2017-12-27 19:30:57 +01:00
processes.h Integrate 3ds_pxi and 3ds_sm 2017-11-02 15:11:55 +01:00
services.c Fix wrong result code returned in GetServiceHandle 2019-03-27 21:56:13 +01:00
services.h Integrate 3ds_pxi and 3ds_sm 2017-11-02 15:11:55 +01:00
srv_pm.c Integrate 3ds_pxi and 3ds_sm 2017-11-02 15:11:55 +01:00
srv_pm.h Integrate 3ds_pxi and 3ds_sm 2017-11-02 15:11:55 +01:00
srv.c ctrulib changes 2019-03-29 00:09:59 +01:00
srv.h Integrate 3ds_pxi and 3ds_sm 2017-11-02 15:11:55 +01:00