DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: network - Protect so_rcv sockbuf in udp and unix domain protocols


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 Sep 2010 20:48:15 -0700 (PDT)

commit 74d8470d6b94668a2ec357459dbe299c2dd41c19
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]