Date: Thu, 20 Aug 2009 02:33:12 +0000 (UTC) From: Will Andrews <will@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_carp.c Message-ID: <200908200233.n7K2XXic053572@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
will 2009-08-20 02:33:12 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c Log: SVN rev 196397 on 2009-08-20 02:33:12Z by will Fix CARP memory leaks on carp_if's malloc'd using M_CARP. This occurs when CARP tries to free them using M_IFADDR after the last address for a virtual host is removed and when detaching from the parent interface. Reviewed by: mlaier Approved by: re (kib), ken (mentor) Revision Changes Path 1.74 +3 -3 src/sys/netinet/ip_carp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908200233.n7K2XXic053572>