Date: Sat, 7 Jul 2001 12:58:45 -0700 (PDT) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_output.c Message-ID: <200107071958.f67Jwj133542@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2001/07/07 12:58:45 PDT Modified files: sys/netinet6 ip6_output.c Log: The m_free call in the ip6_fw_ctl_ptr == NULL case apparently tries to free uninitialized mbuf. This was my mistake during recent KAME merge. This part is for *BSD other than FreeBSD. Submitted by: Alexander N. Kabaev <ak03@gte.com> Revision Changes Path 1.29 +1 -3 src/sys/netinet6/ip6_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107071958.f67Jwj133542>