CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/15 12:52:28
Modified files:
sys/kern : exec_subr.c
Log message:
A specially crafted ELF interpreter binary can trigger a KASSERT() in
vmcmd_map_readvn(). While this points at some deficiencies in
elf_load_file(), we have no intention to supporting such weirdly crafted
binaries (even if they're technically valid). So return EINVAL instead.
ok deraadt@
