[Webkit-unassigned] [Bug 103499] New: Inititalize identity matrix in SimpleFontData::initGDIFont() properly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 03:03:29 PST 2012


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

           Summary: Inititalize identity matrix in
                    SimpleFontData::initGDIFont() properly.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com


We are incorrectly initializing the matrix passed into GetGlyphOutline which can result terrible side effects, like BSOD's.

This patch fixes said initialization to match the way the identity matrix is initialized in SimpleFontData::boundsForGDIGlyph and SimpleFontData::widthForGDIGlyph.

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