eden/src
Morph d93fa45cf8 applets/web: Fix a use-after-free when passing in the URL string
The URL string was being deleted before being used, leading to a use-after-free occurring when it is used afterwards.

Fix this by taking the string by const ref to extend its lifetime, ensuring it doesn't get deleted before use.
2021-04-28 12:34:28 -04:00
..
audio_core common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
common log/backend: Use in-class initializer for FileBackend 2021-04-20 12:57:49 -04:00
core applets/web: Fix a use-after-free when passing in the URL string 2021-04-28 12:34:28 -04:00
input_common general: Ignore implicit-fallthrough for SDL.h 2021-04-18 01:31:26 -04:00
tests common: Fiber: use a reference for YieldTo. 2021-03-07 13:46:53 -08:00
video_core Merge pull request #6237 from ameerj/nvdec-end-fix 2021-04-25 23:05:58 -07:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu applets/web: Fix a use-after-free when passing in the URL string 2021-04-28 12:34:28 -04:00
yuzu_cmd Merge pull request #6232 from lioncash/alias2 2021-04-23 09:26:56 -07:00
.clang-format
CMakeLists.txt CMakeLists: Add /utf-8 compile option for MSVC 2021-03-05 01:46:56 -05:00