Date: Thu, 28 Sep 2006 12:21:09 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c Message-ID: <200609281221.k8SCL9cw082616@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2006-09-28 12:21:09 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: Fix the IPv4 multicast routing detach path. On interface detach whilst the MROUTER is running, the system would panic as described in the PR. The fix in the PR is a good start, however, the other state associated with the multicast forwarding cache has to be freed in order to avoid leaking memory and other possible panics. More care and attention is needed in this area. PR: kern/82882 MFC after: 1 week Revision Changes Path 1.119 +87 -5 src/sys/netinet/ip_mroute.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609281221.k8SCL9cw082616>