git: network - Protect so_rcv sockbuf in udp and unix domain protocols
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Sep 14 20:49:14 PDT 2010
commit 74d8470d6b94668a2ec357459dbe299c2dd41c19
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Sep 14 20:47:10 2010 -0700
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.
Summary of changes:
sys/kern/uipc_usrreq.c | 9 +++++++++
sys/netinet/udp_usrreq.c | 9 ++++++++-
2 files changed, 17 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/74d8470d6b94668a2ec357459dbe299c2dd41c19
--
DragonFly BSD source repository
More information about the Commits
mailing list