CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/13 13:04:50
Modified files:
libexec/ld.so/ldd: ldd.c
Log message:
- use IS_ELF() to check the ELF magic bytes
- reject non-sensical program header values which would result in a crash
when accessing the 0 bytes sized buffer allocated due to it
ok deraadt@ kettenis@
