[Webkit-unassigned] [Bug 134453] New: Add encodeInteger and decodeInteger for remote object encoder and decoder.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 30 14:01:47 PDT 2014


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

           Summary: Add encodeInteger and decodeInteger for remote object
                    encoder and decoder.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yongjun_zhang at apple.com


In 64bit system, encodeInteger/decodeInteger is by default mapped into encodeInt64/decodeInt64.  For 32bit system, they are mapped to encodeInt32/decodeInt32.  However, since we don't have encodeInt32/decodeInt32 implementation in WKRemoteObjectCoder, we could hit crash in 32bit systems.

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