Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/15/1998 00:36:10
Module Name:	src
Committed By:	mycroft
Date:		Thu Oct 15 07:36:09 UTC 1998

Modified Files:
	src/lib/libc/stdio: asprintf.c vasprintf.c
Log Message:
Make sure we free the buffer in all error cases.
Do the final realloc(3) to the size of the string, not the size of the buffer
allocated for the string (which is a noop).