CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/06/24 05:25:23

Modified files:
        sys/kern       : sysv_shm.c 

Log message:
For IPC_STAT (and KERN_SYSVIPC_SHM_INFO) the three fields
__shm_atimensec/__shm_dtimensec/_shm_ctimensec fields leak kernel memory
contents because we never initialize them, they should clearly be zero
until such time as we add more precision.  The Tsinghua University group
suggested clearing these at export time, but the real problem is the
memory is being allocated without PR_ZERO.
ok kettenis mvs

Reply via email to