CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/23 04:00:27
Modified files:
sys/sys : proc.h
sys/kern : kern_exec.c exec_elf.c
Log message:
cache ps_auxinfo inside the kernel, to avoid codedump() reading the
copy on userland stack which points at an illicit region.
ok kettenis, deraadt
