rwatson 2004-06-18 04:02:56 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
Log:
Hold SOCK_LOCK(so) while frobbing so_options. Note that while the
local race is corrected, there's still a global race in sosend()
relating to so_options and the SO_DONTROUTE flag.
Revision Changes Path
1.181 +4 -1 src/sys/kern/uipc_socket.c