CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2018/11/29 10:05:00

Modified files:
        sys/kern       : Tag: OPENBSD_6_3 uipc_socket.c uipc_usrreq.c 

Log message:
When using MSG_PEEK to peak into packets skip control messages holding
SCM_RIGHTS from being sent to the userland since they hold kernel internal
data and it does not make sense to externalize it.
In unp_internalize() check the length more carefully preventing an
underflow in a later calcuation. Using the same CMSG_LEN(0) check
that other cmsghdr handlers implemented.
from claudio@

OpenBSD 6.3 errata 025

Reply via email to