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

git: network - Fix socket & mbuf leak


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 20 Oct 2010 10:43:30 -0700 (PDT)

commit c3d495a1d6f1d1d2052ade59291d9442ba78e029
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/c3d495a1d6f1d1d2052ade59291d9442ba78e029


-- 
DragonFly BSD source repository



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