On Wed, Mar 15, 2006 at 02:39:45PM -0600, Paul Mattes wrote:
>I believe I have found a memory leak in the Cygwin version of
>vsnprintf(). If it is called with a NULL 'str' parameter and a 0
>'length', it leaks a BUFSIZ-sized buffer. (Per C99 and SUSv3, calling
>vsnprintf() with a NULL 'str' an
I believe I have found a memory leak in the Cygwin version of
vsnprintf(). If it is called with a NULL 'str' parameter and a 0
'length', it leaks a BUFSIZ-sized buffer. (Per C99 and SUSv3, calling
vsnprintf() with a NULL 'str' and 0 'length' is a way to find out how
big the formatted string w
2 matches
Mail list logo