1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 02:21:01 +00:00
serenity/Userland/DevTools
Rummskartoffel 5b2c973cc3 UserspaceEmulator: Correctly fail in execve when binary is inaccessible
Previously, Emulator::virt$execve would not report ENOENT and EACCES
when the binary to be executed was nonexistent or not executable. This
broke the execp family of functions, which rely on ENOENT being reported
in order to know that they should continue searching $PATH.
2022-01-21 14:45:04 +02:00
..
HackStudio HackStudio: Change ProjectBuilder dependency declaration logic 2022-01-19 19:57:31 +01:00
Inspector LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
Playground Playground: Enable line numbers in the GML editor 2022-01-18 09:00:27 +01:00
Profiler Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
UserspaceEmulator UserspaceEmulator: Correctly fail in execve when binary is inaccessible 2022-01-21 14:45:04 +02:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00