Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 07/24/2000 06:32:32
Module Name: syssrc
Committed By: sommerfeld
Date: Mon Jul 24 03:32:32 UTC 2000
Modified Files:
syssrc/sys/netinet: ip_icmp.c
Log Message:
Improve robustness of icmp_error():
- allow it to work when icmpreturndatabytes is sufficiently large that the
icmp error message doesn't fit in a header mbuf.
- defend against mbuf chains shorter than their contained ip->ip_len.
To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/netinet/ip_icmp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.