network - Protect so_rcv sockbuf in udp and unix domain protocols
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 15 Sep 2010 03:47:10 +0000 (20:47 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 15 Sep 2010 03:47:10 +0000 (20:47 -0700)
commit74d8470d6b94668a2ec357459dbe299c2dd41c19
treefe3c8863688c52e99020e06851276319606adbaf
parentff9e829d332956874e662c0519e369b641da84ed
network - Protect so_rcv sockbuf in udp and unix domain protocols

* The so_rcv sockbuf was not being locked against the user side
  when the unix and udp protocols appended to it, resulting in
  assertions.
sys/kern/uipc_usrreq.c
sys/netinet/udp_usrreq.c