DragonFly commits List (threaded) for 2010-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: network - Correct double free of mbuf during reboot
commit ff518922ebbdcf0a1883ab46f8e677cbd3263a6a
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]