Subject: CVS commit: src/sys/dist/ipf/netinet
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 02/21/2005 22:01:52
Module Name: src
Committed By: martin
Date: Mon Feb 21 22:01:52 UTC 2005
Modified Files:
src/sys/dist/ipf/netinet: ip_fil_netbsd.c
Log Message:
When we call m_makewritable() the mbuf might be copied - so don't use
stale mtod()'d pointers from before.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 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.