CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/21 09:50:49
Modified files:
sys/kern : 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.
OK deraadt@, guenther@, visa@
