Date: Sun, 16 Jan 2000 10:00:08 -0800 (PST) From: Yoshinobu Inoue <shin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6_pcb.c Message-ID: <200001161800.KAA89136@freefall.freebsd.org>
index | next in thread | raw e-mail
shin 2000/01/16 10:00:08 PST
Modified files:
sys/netinet6 in6_pcb.c
Log:
fix kernel panic at rtfree() in INET6 enabled envrionment.
This is probably due to twice rtfree() in in6_pcbdetach(),
one for inp->in6p_route.ro_rt, and another one for inp->inp_route.ro_rt.
But these 2 are actually shared in inpcb, so 2nd rtfree() is not necessary.
Revision Changes Path
1.10 +2 -4 src/sys/netinet6/in6_pcb.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001161800.KAA89136>
