]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed the bug I have introduced in icmp_error() in revision 1.44.
authorru <ru@FreeBSD.org>
Thu, 2 Nov 2000 09:46:23 +0000 (09:46 +0000)
committerru <ru@FreeBSD.org>
Thu, 2 Nov 2000 09:46:23 +0000 (09:46 +0000)
commite238590f91c031ad2ab4dce1ed207067700fd66b
treed257652dc3e0b4beec503b8baf31af145c0f9ecf
parent3ee0d9abbd9fba92693ae98f15d15aa0c37d21f1
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.
sys/netinet/ip_icmp.c