]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When disconnecting a UDPv6 socket, acquire the socket lock around the
authorRobert Watson <rwatson@FreeBSD.org>
Sun, 12 Oct 2008 20:01:32 +0000 (20:01 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sun, 12 Oct 2008 20:01:32 +0000 (20:01 +0000)
commita6a61673143e2008ab091a83e0d20ce976e65090
tree2d914981440f1e52080e9bfda7488d7f913191fa
parentf17c6f031efceb653f7599d6760b065f061bc2c0
When disconnecting a UDPv6 socket, acquire the socket lock around the
changing of the so_state field, as is done in UDPv4.  Remove XXX
locking comment.

MFC after: 3 days
sys/netinet6/udp6_usrreq.c