Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 11/30/2005 23:14:38
Module Name: src
Committed By: rpaulo
Date: Wed Nov 30 23:14:38 UTC 2005
Modified Files:
src/sys/net: bpf.h bpf_filter.c
Log Message:
PR 32198: bpf_validate() needs to do more checks, by Guy Harris.
Problems like out-of-bounds read/write in filter machine operations
were fixed.
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/net/bpf.h
cvs rdiff -r1.23 -r1.24 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.