network - Correct double free of mbuf during reboot
authorMatthew Dillon <dillon@laptop2.(none)>
Sat, 11 Sep 2010 06:02:39 +0000 (23:02 -0700)
committerMatthew Dillon <dillon@laptop2.(none)>
Sat, 11 Sep 2010 06:02:39 +0000 (23:02 -0700)
commitff518922ebbdcf0a1883ab46f8e677cbd3263a6a
tree705a954bdf57a7d334f9ed08fc95e5fe8ec59a6a
parentba27fc0d4109b24d18062062c34b218b73438fe5
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.
sys/kern/uipc_socket.c