suyu/src/core/hle/service/am/applets
Morph 247cd92216 applets/swkbd: Only read the text check message on Failure/Confirm
Applications may leave this region of memory uninitialized when the text check result is not either Failure or Confirm.
Attempting to read uninitialized memory may cause an exception within the UTF16 to UTF8 string converter.
Fix this by only reading the text check message on Failure or Confirm.
2021-05-27 23:45:56 -04:00
..
applets.cpp hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. 2021-05-05 16:40:51 -07:00
applets.h hle: kernel: Remove deprecated Object class. 2021-05-05 16:40:52 -07:00
controller.cpp applets: Send focus state change message on applet state change 2021-04-17 09:26:48 -04:00
controller.h applets: Make the applet mode a protected property of Applet 2021-04-17 08:50:49 -04:00
error.cpp hle: kernel: Rename Process to KProcess. 2021-05-05 16:40:52 -07:00
error.h applets: Make the applet mode a protected property of Applet 2021-04-17 08:50:49 -04:00
general_backend.cpp hle: kernel: Rename Process to KProcess. 2021-05-05 16:40:52 -07:00
general_backend.h applets: Make the applet mode a protected property of Applet 2021-04-17 08:50:49 -04:00
profile_select.cpp applets: Send focus state change message on applet state change 2021-04-17 09:26:48 -04:00
profile_select.h applets: Make the applet mode a protected property of Applet 2021-04-17 08:50:49 -04:00
software_keyboard.cpp applets/swkbd: Only read the text check message on Failure/Confirm 2021-05-27 23:45:56 -04:00
software_keyboard.h service: Resolve cases of member field shadowing 2021-05-04 04:38:38 -04:00
software_keyboard_types.h applets/swkbd: Implement the Normal and Inline Software Keyboard Applet 2021-04-15 01:53:17 -04:00
web_browser.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 2021-05-25 19:32:56 -04:00
web_browser.h common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 2021-05-25 19:32:56 -04:00
web_types.h applets/web: Initial implementation of the web browser applet 2020-12-18 10:33:27 -05:00