CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2023/12/19 14:34:22

Modified files:
        sys/kern       : uipc_socket.c 

Log message:
Release inpcb mutex while calling sbwait().

As sbwait() may sleep, holding any mutex is not allowed.  Call
pru_unlock() before sbwait() in soreceive().

Bug spotted by sashan@; OK sashan@ mvs@

Reply via email to