CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2021/11/17 15:56:19
Modified files: sys/kern : uipc_usrreq.c Log message: When unp_connect() releases both solock() and vnode(9) locks the socket we were connected could be closed by concurrent thread. Check connection state and return ECONNREFUSED if the connection was lost. ok bluhm@