CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/19 12:10:45
Modified files:
sys/kern : tty.c
Log message:
In ttyinfo() check that ps_vmspace isn't NULL before calculating the
resident set size. This replicates what the sysctl code does and fixes
a kernel crash reported by robert@
ok deraadt@
