CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/01/27 13:31:42
Modified files: sys/kern : uipc_socket.c uipc_usrreq.c sys/sys : unpcb.h Log message: In sosend() the size of the control message for file descriptor passing is checked. As the data type has changed in unp_internalize(), the calculation has to be adapted in sosend(). Found by relayd regress test on i386. OK millert@