CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/11/25 09:29:23
Modified files: sys/kern : Tag: OPENBSD_6_9 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. from mvs@; OK bluhm@ This is patches/6.9/common/022_unpcon.patch.sig