[Webkit-unassigned] [Bug 41553] Make StringExtras.h versions of snprintf and vsnprintf match the unix versions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 3 10:05:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41553





--- Comment #6 from Darin Adler <darin at apple.com>  2010-07-03 10:05:17 PST ---
(From update of attachment 60426)
> +// Work around a bug in Microsoft's implementation of vsnprintf, where 
> +// vsnprintf does not null terminate the buffer
> +#define vsnprintf(x, y) wtf_vsnprintf(x, y)

vsnprintf has 4 arguments, not 2, which is presumably why the bot is failing to build

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list