[Webkit-unassigned] [Bug 51338] New: [Chromium] v8/SerializedScriptValue::readUint32 treats incoming raw values as signed instead of unsigned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 08:31:52 PST 2010


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

           Summary: [Chromium] v8/SerializedScriptValue::readUint32 treats
                    incoming raw values as signed instead of unsigned
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreip at google.com
                CC: jorlow at chromium.org


SerializedScriptValue::readUint32() should use v8::Integer::NewFromUnsigned() instead of v8::Integer::New() since the the latter treats the value as a signed integer.

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