Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 12/13/2005 23:53:49
Module Name: src
Committed By: rpaulo
Date: Tue Dec 13 23:53:49 UTC 2005
Modified Files:
src/sys/net: bpf_filter.c
Log Message:
In bpf_validate(), get rid of bpf_maxbufsize test as there are other
clients of bpf_filter(), like if_ppp, that are not limited by
bpf_maxbufsize. The same check is done at the run time, so there is no
problem created.
Noticed by Guy Harris in private email.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/net/bpf_filter.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.