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

git: DragonFly_RELEASE_2_8 network - Fix socket & mbuf leak


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 24 Oct 2010 09:38:24 -0700 (PDT)

commit af74f25a8c191e2e35fbf914ecec78ea9c2e425a
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Oct 20 10:41:38 2010 -0700

    network - Fix socket & mbuf leak
    
    * When I retooled soabort*() and removed the wrapper I accidently lost the
      sofree() mechanic in the wrapper.
    
    * Replace the mechanic with a messaged version.
    
    Reported-by: Peter Avalos <peter@theshell.com>

Summary of changes:
 sys/kern/uipc_msg.c |   10 +++++++---
 sys/net/netisr.c    |   10 ++++++++++
 sys/net/netisr.h    |    1 +
 3 files changed, 18 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/af74f25a8c191e2e35fbf914ecec78ea9c2e425a


-- 
DragonFly BSD source repository



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