From owner-cvs-all Thu Nov 2 3: 0:51 2000 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 DA1A537B4CF; Thu, 2 Nov 2000 03:00:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA85262; Thu, 2 Nov 2000 03:00:48 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011021100.DAA85262@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 2 Nov 2000 03:00:48 -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 X-Loop: FreeBSD.ORG ru 2000/11/02 03:00:48 PST Modified files: (Branch: RELENG_4) sys/netinet ip_icmp.c Log: MFC: (rev 1.46) Fixed the bug in icmp_error(). The amount of data we copy from the original IP datagram into the ICMP message was computed incorrectly for IP packets with payload less than 8 bytes. Approved by: jkh Revision Changes Path 1.39.2.3 +2 -2 src/sys/netinet/ip_icmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message