CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/16 14:03:14
Modified files:
sys/kern : kern_sysctl.c
Log message:
The struct kfino_vmentry copied to userland is 80, and (depending
on architecture?) has 7 bytes of padding at the end, which is
uninitialized. Use M_ZERO.
from tgs
