ladybird/Userland/Libraries/LibDesktop
Timothy Flynn 38ca0f8db9 LibDesktop: Avoid UAF when launching a process with escalation
The value returned by executable() was a temporarily allocated string
which we were holding a view into.
2024-04-04 11:23:21 +02:00
..
AppFile.cpp LibDesktop: Avoid UAF when launching a process with escalation 2024-04-04 11:23:21 +02:00
AppFile.h AppFile: Add spawn_with_escalation 2024-02-23 09:47:27 +01:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Launcher.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Launcher.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Screensaver.cpp Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
Screensaver.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00