Subject: CVS commit: [netbsd-2-0] src/sys/netinet
To: None <source-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 06/18/2004 10:09:54
Module Name:	src
Committed By:	grant
Date:		Fri Jun 18 10:09:54 UTC 2004

Modified Files:
	src/sys/netinet [netbsd-2-0]: fil.c

Log Message:
Pull up revision 1.66 (requested by tron in ticket #502):

Correct two errors in fr_check():
1.) Make sure that "pass" is always initialized.
2.) Make sure the code doesn't use a stale mbuf pointer after fr_makefrip()
    has been called. This fixes PR kern/25868.


To generate a diff of this commit:
cvs rdiff -r1.61.2.4 -r1.61.2.5 src/sys/netinet/fil.c

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