Files
ladybird/Kernel
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-12-26 21:22:59 +01:00
2021-10-17 17:09:58 +01:00
2022-01-07 10:56:59 +01:00