https://bugzilla.novell.com/show_bug.cgi?id=385634 User dsterba@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=385634#c1 David Sterba <dsterba@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dsterba@novell.com --- Comment #1 from David Sterba <dsterba@novell.com> 2008-10-24 07:22:21 MDT --- int vsnprintf(char *str, size_t size, const char *format, va_list ap); Shouldn't the 'size' argument reflect the 'str' buffer size? What sense does it make to pass a large number when the buffer is 40 bytes on stack? Try to shrink it to 4 and you will se a segfault, regardless if the 'size' is INT32_MAX or 1079009912. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.