Files
ladybird/Kernel/Syscalls
Andreas Kling 0e72b04e7d Kernel: Perform exec-into-new-image directly in sys$execve()
This ensures that everything allocated on the stack in Process::exec()
gets cleaned up. We had a few leaks related to the parsing of shebang
(#!) executables that get fixed by this.
2022-01-13 23:57:33 +01:00
..
2021-10-01 00:51:49 +01:00
2022-01-13 00:20:08 -08:00