[Webkit-unassigned] [Bug 27453] New: Uninitialized variable in WebCore::CSSFunctionValue::parserValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 11:59:42 PDT 2009


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

           Summary: Uninitialized variable in
                    WebCore::CSSFunctionValue::parserValue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jhawkins at google.com
                CC: hyatt at apple.com


WebCore::CSSFunctionValue::parserValue creates a CSSParserValue for a function,
but doesn't initialize isInt (which obviously should be false).  I will attach
a patch shortly.

-- 
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