CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/06/10 07:24:57

Modified files:
        sys/kern       : uipc_syscalls.c 

Log message:
Move closef() outside fdplock() in sys_socketpair(). This prevents
a lock order problem with altered locking of UNIX domain sockets.
closef() does not need the file descriptor table lock.

>From Vitaliy Makkoveev

OK mpi@

Reply via email to