[Webkit-unassigned] [Bug 26197] New: Incorrect variable initialization in PlatformContextSkia.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 15:30:30 PDT 2009


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

           Summary: Incorrect variable initialization in
                    PlatformContextSkia.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P3
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rolandsteiner at google.com


The PlatformContextSkia constructor does a (very likely) wrong size
initialization for its m_stateStack member:

m_stateStack(sizeof(State))

The intended initialization is probably rather

m_stateStack(1)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list