CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/11 10:12:40
Modified files:
sys/kern : exec_elf.c
Log message:
A binary without a PT_LOAD exec segment would later read a pinsyscall table
and damage it strangely. Such a binary cannot actually run, but we should
avoid the internal pinsyscall table damage, and fail the execve with EINVAL.
reported by Stuart Thomas
ok guenther
