CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/06/23 02:36:45

Modified files:
        sys/kern       : sysv_msg.c 

Log message:
Make msg_copyout() to check the remaining space within userland buffer.
Otherwise, if the userland buffer size is smaller than the message size,
we write data beyond its end.

Use `xfer' for chunk size like msg_copyin() does.

ok cludwig

Reply via email to