Sascha Schumann <[EMAIL PROTECTED]> wrote:

> > >   And the "fix" broke the header code on systems with old style snprintf.
> >
> > Doesn't the same apply to sprintf() ?
> 
>     Nope, that's safe.

IIRC snprintf() of any implementations return the correct number of valid 
bytes unless the length of result would exceed the specified size. I need 
some clarification here so I can find snprintf related bugs elsewhere.

Moriyoshi


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to