Subject: CVS commit: [netbsd-4] src/sys/dist/ipf/netinet
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/27/2007 13:58:21
Module Name:	src
Committed By:	xtraeme
Date:		Thu Sep 27 13:58:21 UTC 2007

Modified Files:
	src/sys/dist/ipf/netinet [netbsd-4]: fil.c ip_fil_netbsd.c

Log Message:
Pull up following revision(s) (requested by martti in ticket #886):
	sys/dist/ipf/netinet/ip_fil_netbsd.c: revision 1.41
	sys/dist/ipf/netinet/fil.c: revision 1.42

Returning from m_pulldown can leave the first mbut with no data (m_len = 0).
The mbuf chain wasn't being walked and thus fin_m was not updated to point
to the new first mbuf with data in it.

Patch from the official IPFilter repository.


To generate a diff of this commit:
cvs rdiff -r1.28.2.9 -r1.28.2.10 src/sys/dist/ipf/netinet/fil.c
cvs rdiff -r1.28.2.4 -r1.28.2.5 src/sys/dist/ipf/netinet/ip_fil_netbsd.c

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