K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-09-26T13:09:48.000000Z K 7 svn:log V 253 Back out previous and solve the problems a different way: move va_start/ va_end closer to the __vfprintf() call, free the buffer when __vfprintf() fails and don't bother trying to shrink the buffer with realloc() before returning it. Submitted by: bde END