mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-05 14:57:53 +00:00
0af182baa2
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. |
||
---|---|---|
.. | ||
controller.cpp | ||
controller.h | ||
error.cpp | ||
error.h | ||
general_frontend.cpp | ||
general_frontend.h | ||
profile_select.cpp | ||
profile_select.h | ||
software_keyboard.cpp | ||
software_keyboard.h | ||
web_browser.cpp | ||
web_browser.h |