CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/05/13 15:05:23

Modified files:
        sys/kern       : sysv_shm.c 

Log message:
Limit the maximum value of shminfo.shmseg to prevent `size' overflow in
sys_shmat(). The default value of 128 is safe, but overflow could happen
on 32 bits machine while the value of shminfo.shmseg was raised too high.

Discussed with deraadt.

Reply via email to