[Webkit-unassigned] [Bug 112086] New: FontPlatformDataHarfBuzz::openTypeTable() endianness issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 17:59:05 PDT 2013


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

           Summary: FontPlatformDataHarfBuzz::openTypeTable() endianness
                    issue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: behdad at google.com


This code:

PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const 
{ 
    RefPtr<SharedBuffer> buffer; 

    SkFontTableTag tag = reverseByteOrder(table); 


It should only reverseByteOrder on little-endian systems, not unconditionally.

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