CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/03/14 15:27:01
Modified files:
sys/kern : uipc_socket.c
Log message:
Close a race that would corrupt a sockbuf because the code that externalizes
an SCM_RIGHTS message may sleep. Bits and pieces from NetBSD with some
simplifications by yours truly.
Fixes the "receive 1" panic seen by many.
ok guenther@, claudio@
