git: DragonFly_RELEASE_2_8 network - Fix socket & mbuf leak
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Oct 24 09:39:36 PDT 2010
commit af74f25a8c191e2e35fbf914ecec78ea9c2e425a
Author: Matthew Dillon <dillon at 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 at 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
More information about the Commits
mailing list