Files
ladybird/Kernel/Syscalls
Andrew Kaster 3f808b0dda LibELF+Kernel: Validate program headers in Image::parse
This should catch more malformed ELF files earlier than simply
checking the ELF header alone. Also change the API of
validate_program_headers to take the interpreter_path by pointer. This
makes it less awkward to call when we don't care about the interpreter,
and just want the validation.
2020-12-01 09:58:21 +01:00
..
2020-08-10 11:51:45 +02:00
2020-09-17 15:07:20 +02:00
2020-09-27 19:46:04 +02:00
2020-09-27 01:02:11 +02:00
2020-11-23 18:37:40 +01:00