CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/17 11:53:13
Modified files:
sys/uvm : uvm_extern.h uvm_map.c uvm_mmap.c
sys/kern : exec_subr.c kern_exec.c kern_resource.c
Log message:
stack growth from setrlimit was never updated to set UVM_ET_STACK on
the entries, so the check-sp-at-system-call check failed. Quite strange
it took this long to find this.
ok kettenis
