Subject: Re: CVS commit: src/sys/net
To: Rui Paulo <rpaulo@NetBSD.org>
From: Otto Moerbeek <otto@drijf.net>
List: source-changes
Date: 12/01/2005 08:42:26
On Wed, 30 Nov 2005, Rui Paulo wrote:

> 
> 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.

This should be something like: from Otto Moerbeek/OpenBSD via Guy
Harris. Only the extra comments are coming form Guy. I don't know
where the attribution got lost, but you should fix this. 

See http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/bpf_filter.c rev 1.14.

	-Otto

> 
> 
> 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.
> 
>