mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-08 08:44:22 +00:00
These checks in `sys$execve` could trip up the system whenever you try to execute an `.so` file. For example, double-clicking `libwasm.so` in Terminal crashes the kernel. This changes the program header alignment checks to reflect the same checks in LibELF, and passes the requested alignment on to `::try_allocate_range()`.
37 KiB
37 KiB