https://bugs.webkit.org/show_bug.cgi?id=140917#c6 If formatted string made in vprintf_stderr_common has length of exactly 1024, windows api _vsnprintf does not place null character automatically. It makes following OutputDebugStringA call prints some garbage bytes. I don't think it's a critical bug. Because vprintf_stderr_common function does not used anywhere.
Created attachment 245712 [details] Patch
Comment on attachment 245712 [details] Patch R=me. Thank you!
Comment on attachment 245712 [details] Patch Clearing flags on attachment: 245712 Committed r179424: <http://trac.webkit.org/changeset/179424>
All reviewed patches have been landed. Closing bug.