Subject: PR/29806 CVS commit: [netbsd-2] src/usr.bin/grep
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 07/10/2005 20:41:02
The following reply was made to PR bin/29806; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29806 CVS commit: [netbsd-2] src/usr.bin/grep
Date: Sun, 10 Jul 2005 20:40:16 +0000 (UTC)

 Module Name:	src
 Committed By:	riz
 Date:		Sun Jul 10 20:40:16 UTC 2005
 
 Modified Files:
 	src/usr.bin/grep [netbsd-2]: binary.c
 
 Log Message:
 Pull up revision 1.3 via patch (requested by mlelstv in ticket #2044):
 PR/29806: Michael Van Elst: Off by one in code.
 While I am there:
 	- factor out the binary test to an inline function.
 	- use size_t where appropriate.
 	- check for <= 0 in gzread; it returns -1 on error.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.1.1.2 -r1.1.1.2.4.1 src/usr.bin/grep/binary.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.