Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 09/17/2002 16:11:00
Module Name:	syssrc
Committed By:	darrenr
Date:		Tue Sep 17 13:11:00 UTC 2002

Modified Files:
	syssrc/sys/netinet: ip_output.c

Log Message:
From FreeBSD (1.164) courtesy of Maxim Konovalov:
"In rare cases when there is no room for ip options ip_insertoptions()
can fail and corrupt a header length.  Initialize len and check what
ip_insertoptions() returns."


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 syssrc/sys/netinet/ip_output.c

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