[Webkit-unassigned] [Bug 40423] New: Fix invalid access to non-static data member warning in JITPropertyAccess32_64 on ARM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 06:30:20 PDT 2010


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

           Summary: Fix invalid access to non-static data member warning
                    in JITPropertyAccess32_64 on ARM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at webkit.org


The offsetof(struct JITStackFrame, args[2]) expression cause an invalid access to non-static data member 'JSC::JITStackFrame::args' of NULL object warning.
Using OBJECT_OFFSETOF macro instead of objectof one will fix this issue.

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