From owner-cvs-all Thu Mar 8 15:14:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D589F37B719; Thu, 8 Mar 2001 15:14:54 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f28NEsI74444; Thu, 8 Mar 2001 15:14:54 -0800 (PST) (envelope-from iedowse) Message-Id: <200103082314.f28NEsI74444@freefall.freebsd.org> From: Ian Dowse Date: Thu, 8 Mar 2001 15:14:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c ip_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/03/08 15:14:54 PST Modified files: (Branch: RELENG_4) sys/netinet ip_icmp.c ip_input.c Log: MFC: Fix mbuf free-list corruption problem in icmp_error(). For now, tone down the new sanity check in icmp_error from a panic to a non-fatal printf; this protects us somewhat from the tiny risk that other such problems have been going undetected until now. Approved by: jkh Revision Changes Path 1.39.2.6 +7 -2 src/sys/netinet/ip_icmp.c 1.130.2.21 +16 -9 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message