Subject: PR/32198 CVS commit: src/sys/net
To: None <rpaulo@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: netbsd-bugs
Date: 11/30/2005 23:15:04
The following reply was made to PR kern/32198; it has been noted by GNATS.
From: Rui Paulo <rpaulo@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/32198 CVS commit: src/sys/net
Date: Wed, 30 Nov 2005 23:14:38 +0000 (UTC)
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.