From owner-cvs-all Thu Nov 2 1:46:27 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 0CF3A37B4C5; Thu, 2 Nov 2000 01:46:24 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54637; Thu, 2 Nov 2000 01:46:24 -0800 (PST) (envelope-from ru@FreeBSD.org) Message-Id: <200011020946.BAA54637@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 2 Nov 2000 01:46:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/11/02 01:46:23 PST Modified files: sys/netinet ip_icmp.c Log: Fixed the bug I have introduced in icmp_error() in revision 1.44. 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. Revision Changes Path 1.46 +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