CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/17 13:47:08
Modified files:
sys/kern : uipc_usrreq.c
Log message:
Do UNP_CONNECTING and UNP_BINDING flags check in uipc_listen() and
return EINVAL if set. This prevents concurrent solisten() thread to make
this socket listening while socket is unlocked.
Reported-by: [email protected]
ok mpi
