[Webkit-unassigned] [Bug 29695] New: Unaligned data access in YARR_JIT on ARMv5 and below

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 14:18:59 PDT 2009


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

           Summary: Unaligned data access in YARR_JIT on ARMv5 and below
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at inf.u-szeged.hu


On ARMv5 and below all data access should be naturally aligned.

In the YARR_JIT there is a case when character pairs are loaded from the input
string, but this data access is not naturally aligned.

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