]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add comment to udp6_input() that locking is missing from multicast
authorrwatson <rwatson@FreeBSD.org>
Wed, 12 Apr 2006 03:32:54 +0000 (03:32 +0000)
committerrwatson <rwatson@FreeBSD.org>
Wed, 12 Apr 2006 03:32:54 +0000 (03:32 +0000)
commit63a6c29297af6f89fad8cb494eb6c59c3e1b155e
tree585d68e38494f9f45df67b037dc2d72f51d2886a
parent8a39e7b800c3e1302530f1b61be756b3d627077a
Add comment to udp6_input() that locking is missing from multicast
UDPv6 delivery.

Lock the inpcb of the UDP connection being delivered to before
processing IPSEC policy and other delivery activities.

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