[Webkit-unassigned] [Bug 96838] New: SerializedScriptValue::deserialize is broken for sparse arrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 16:13:39 PDT 2012


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

           Summary: SerializedScriptValue::deserialize is broken for
                    sparse arrays
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alecflett at chromium.org
                CC: haraken at chromium.org


Very simply:

var v = internals.deserializeBuffer(internals.serializeObject(new Array(100));

gives you an object v which has no properties, not even a length.

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