[Webkit-unassigned] [Bug 12510] New: Uninitialized member being used before set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 31 11:37:46 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12510

           Summary: Uninitialized member being used before set
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dacarson at gmail.com


In the function:
void Marquee::updateMarqueeStyle()
the value m_totalLoops is being tested before it has been set for the first
time.

The test case that can be used to see this is:
LayoutTests/fast/css/MarqueeLayoutTest.html


-- 
Configure bugmail: http://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