[Webkit-unassigned] [Bug 140938] New: Refactor the code to handle missing va_end() call after va_start() in String::format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 27 07:00:34 PST 2015


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

            Bug ID: 140938
           Summary: Refactor the code to handle missing va_end() call
                    after va_start() in String::format
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: santoshbit2007 at gmail.com

In WTFString.cpp  WTF::String::format(), va_end call could be missed after va_start() is called if the function return
at following places.

if (result == 0)
     return String("");
if (result < 0)
    return String();

-- 
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/20150127/df077f0f/attachment-0002.html>


More information about the webkit-unassigned mailing list