Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 10/13/2000 20:53:45
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Oct 13 17:53:45 UTC 2000

Modified Files:
	syssrc/sys/netinet: tcp_subr.c
	syssrc/sys/netinet6: udp6_usrreq.c

Log Message:
validate mbuf chain length on *_ctlinput.  remote node may be able to
transmit a truncated icmp6 packet and panic the system.  sync with kame.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 syssrc/sys/netinet/tcp_subr.c
cvs rdiff -r1.32 -r1.33 syssrc/sys/netinet6/udp6_usrreq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.