CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/06/19 14:30:31

Modified files:
        sys/kern       : sysv_msg.c 

Log message:
Calculate the msg_copyin() `xfer' as min(available space, ...) not
min(total space, ...). Otherwise we read outside of userland buffer.

Also, I like to use sizeof(variable) instead of sizeof(type).

ok cludwig

Reply via email to