CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/15 23:07:07
Modified files:
sys/kern : sysv_shm.c
Log message:
shmctl IPC_STAT was leaking the shm_internal kernel malloc pointer into userland
The manual page calls this "sysv stupidity", .h calls it 'implementation
specific data". It is surprising we didn't fix this before.
Found by tsg@, ok millert
