[Webkit-unassigned] [Bug 141078] New: vprintf_stderr_common print garbage bytes in windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 30 05:21:55 PST 2015


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

            Bug ID: 141078
           Summary: vprintf_stderr_common print garbage bytes in windows
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Windows 7
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nakim at ea.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150130/fa17f966/attachment-0002.html>


More information about the webkit-unassigned mailing list