Files
ladybird/Userland/Libraries/LibCore
Tim Ledbetter cbe5aeb917 LibCore: Ensure exec() keeps a reference to the executable path
When called with `SearchInPath::Yes`, calls to `Core::System::exec()`
would fail. The value returned from
`resolve_executable_from_environment()` was assigned to a StringView,
but the original reference was not kept, causing the StringView to
appear empty.
2023-06-08 00:11:01 +02:00
..
2023-03-27 20:29:51 +01:00
2023-05-28 05:51:27 -06:00
2023-06-03 05:52:16 +02:00
2023-06-07 12:55:00 +02:00
2023-05-24 23:18:07 +02:00
2023-05-24 23:18:07 +02:00