CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/27 06:02:43
Modified files:
sys/kern : uipc_socket.c uipc_socket2.c
sys/nfs : nfs_socket.c nfs_syscalls.c
Log message:
Add missing solock()/sounlock() dances around sbreserve().
While here document an abuse of parent socket's lock.
Problem reported by krw@, analysis and ok bluhm@
