[uClibc-cvs] cvs commit to uClibc/libc/stdio by mjn3

mjn3 at uclibc.org mjn3 at uclibc.org
Tue Oct 29 01:47:39 UTC 2002


Repository: uClibc/libc/stdio
who:        mjn3
time:       Mon Oct 28 18:47:39 MST 2002


Log Message:

Fix a problem in vasprintf (reported by vodz a while back) when built
without custom stream support.  In that case, it is necessary to do
a va_copy.  Note: The affected code is not built in the stock config.
Also, make sure each va_copy has a matching va_end, as required by C99.


Files:

changed:    printf.c




More information about the uClibc-cvs mailing list