[Webkit-unassigned] [Bug 82090] New: CloneDeserializer::readArrayBufferView() fails to read arrays like Uint8Array

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 14:10:17 PDT 2012


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

           Summary: CloneDeserializer::readArrayBufferView() fails to read
                    arrays like Uint8Array
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li.webkit at gmail.com


if (!arrayBufferObj || !arrayBufferObj->inherits(&JSArrayBuffer::s_info))
 1241 return false; 

It assumes arrayBufferObj must be a JSArrayBuffer, however arrays like JSUitn8Array are derived from JSArrayBufferView.

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