Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dist/ipf/netinet
Module Name: src
Committed By: martti
Date: Mon Sep 17 06:25:24 UTC 2007
Modified Files:
src/sys/dist/ipf/netinet: fil.c ip_fil_netbsd.c
Log Message:
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.41 -r1.42 src/sys/dist/ipf/netinet/fil.c
cvs rdiff -r1.40 -r1.41 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