CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/18 18:11:21
Modified files:
sys/kern : uipc_socket.c
Log message:
soreceive() must not hold mutex when calling sblock().
In my recent commit I missed that sblock() may sleep while soreceive()
holds the incpb mutex. Call pru_lock() after sblock().
Reported-by: [email protected]
Reported-by: [email protected]
OK mvs@
