[Webkit-unassigned] [Bug 22798] New: Unitialized struct field in SVGFont.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 10 14:33:48 PST 2008


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

           Summary: Unitialized struct field in SVGFont.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: davemoore at google.com


In Font::drawTextUsingSVGFont() a variable of type SVGTextRunWalkerDrawTextData
is created on the stack (called data). One of its fields, charsConsumed, is
unitialized, leading to random values after calling walk() on the
SVGTextRunWalker created with it.

Patch will be attached


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