Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/dist/ipf/netinet



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.




Home | Main Index | Thread Index | Old Index