git: network - Correct double free of mbuf during reboot
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Sep 10 23:06:28 PDT 2010
commit ff518922ebbdcf0a1883ab46f8e677cbd3263a6a
Author: Matthew Dillon <dillon at laptop2.(none)>
Date: Fri Sep 10 23:02:39 2010 -0700
network - Correct double free of mbuf during reboot
* Correct code which was leaving a stale mbuf pointer intact
when flushing the so_rcv sockbuf in a socket. This normally
occured during shutdown/reboot.
Summary of changes:
sys/kern/uipc_socket.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ff518922ebbdcf0a1883ab46f8e677cbd3263a6a
--
DragonFly BSD source repository
More information about the Commits
mailing list