Subject: CVS commit: src/usr.bin/patch
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/09/2006 19:12:17
Module Name: src
Committed By: christos
Date: Sun Apr 9 19:12:17 UTC 2006
Modified Files:
src/usr.bin/patch: util.c
Log Message:
Coverity CID 1253, 1254: Don't assign the return of read or write to size_t.
It will never be negative.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/usr.bin/patch/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.