banan-os/LibELF
Bananymous 9a6cc0dc2d Kernel: Check whether ELF address space can be loaded
Before reserving address space in SYS_EXEC verify that ELF address
space is actually loadable. For example when trying to execute the
kernel binary in userspace, binarys address space would overlap with
current kernel address space. Now kernel won't crash anymore and
will just send SIGKILL to the process calling exec*().
2023-10-12 22:59:36 +03:00
..
LibELF Kernel: Check whether ELF address space can be loaded 2023-10-12 22:59:36 +03:00
include/LibELF Kernel: Check whether ELF address space can be loaded 2023-10-12 22:59:36 +03:00
CMakeLists.txt BuildSystem: use -a with rsync 2023-08-28 11:38:17 +03:00