]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r196397 from head:
authorwill <will@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Aug 2009 02:49:43 +0000 (02:49 +0000)
committerwill <will@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Aug 2009 02:49:43 +0000 (02:49 +0000)
commit425fe1a2ac0d68e15da31003d9102643efb838ad
tree9be3148f6ab6188dec329233caaacbef42f18005
parent3e777c3e835c811fd7029256e99ecffbb8e8704b
MFC r196397 from head:

  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.

Approved by: re (kib), ken (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196398 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/ip_carp.c