From owner-cvs-all Sat Feb 16 8:21:59 2002 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 510B137B400; Sat, 16 Feb 2002 08:21:56 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GGLup91242; Sat, 16 Feb 2002 08:21:56 -0800 (PST) (envelope-from iedowse) Message-Id: <200202161621.g1GGLup91242@freefall.freebsd.org> From: Ian Dowse Date: Sat, 16 Feb 2002 08:21:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/02/16 08:21:56 PST Modified files: (Branch: RELENG_4) sys/netinet ip_icmp.c Log: Change the "icmp_error: bad length" printf into a panic, as it is in -CURRENT. This is an internal sanity check, not something that can be triggered by badly-formed packets. Revision Changes Path 1.39.2.15 +2 -5 src/sys/netinet/ip_icmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message