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