Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Christian Biere <cbiere@netbsd.org>
List: source-changes
Date: 01/26/2007 00:27:54
Module Name:	src
Committed By:	cbiere
Date:		Fri Jan 26 00:27:54 UTC 2007

Modified Files:
	src/lib/libc/stdio: asprintf.c

Log Message:
 * Consider all negative return values as error, not just -1.
 * Corrected cast because (size_t) (INT_MAX + 1) is bogus.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libc/stdio/asprintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.