[Webkit-unassigned] [Bug 169035] New: [WTF] va_list is not ended in StringPrintStream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 06:08:32 PST 2017


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

            Bug ID: 169035
           Summary: [WTF] va_list is not ended in StringPrintStream
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tpopela at redhat.com

Detected by Coverity scan:

1. webkitgtk-2.14.5/Source/WTF/wtf/StringPrintStream.cpp:57: va_init: Initializing va_list "firstPassArgList".
4. webkitgtk-2.14.5/Source/WTF/wtf/StringPrintStream.cpp:83: missing_va_end: va_end was not called for "firstPassArgList".
#    81|       ASSERT_WITH_SECURITY_IMPLICATION(m_next < m_size);
#    82|       ASSERT(!m_buffer[m_next]);
#    83|-> }
#    84|   
#    85|   CString StringPrintStream::toCString()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170301/b51d89d6/attachment-0001.html>


More information about the webkit-unassigned mailing list