CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2021/11/25 09:28:46

Modified files:
        sys/kern       : Tag: OPENBSD_7_0 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/7.0/common/005_unpcon.patch.sig

Reply via email to