Luna/kernel/src/binfmt
apio b59a787b9e
Some checks failed
Build and test / build (push) Failing after 11m23s
kernel: Properly initialize the shebang read buffer with zeros
Before this patch, a shebang line that was too long could have left the buffer without a null terminator, allowing some other stack contents to pass into the m_interpreter_cmdline.
2024-04-18 21:55:16 +02:00
..
BinaryFormat.cpp kernel: Add locking to BinaryFormat and DeviceRegistry 2023-10-23 22:48:04 +02:00
BinaryFormat.h kernel/binfmt: Add documentation + support script interpreters being scripts themselves 2023-07-31 20:41:18 +02:00
ELF.cpp libluna: Move get_blocks_from_size to a new header and call it ceil_div instead 2023-08-08 11:58:33 +02:00
ELF.h kernel/binfmt: Add documentation + support script interpreters being scripts themselves 2023-07-31 20:41:18 +02:00
Script.cpp kernel: Properly initialize the shebang read buffer with zeros 2024-04-18 21:55:16 +02:00
Script.h kernel/binfmt: Add documentation + support script interpreters being scripts themselves 2023-07-31 20:41:18 +02:00