[Bug 6677] Buffer overflows in the msvcrt *printf family

Wine Bugs wine-bugs at winehq.org
Mon Nov 13 14:27:23 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=6677





------- Additional Comments From samuel.howard.dennis at gmail.com  2006-13-11 14:27 -------
static void pf_integer_conv( char *buf, pf_flags *flags, LONGLONG x )
{
    char tmp[40];
...
    k = flags->Precision - i;
    while( k-- > 0 )
        tmp[i++] = '0';

I'm not just making random accusations, and if you'd check the code you'd see
that everything I've asserted is true.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list