[Webkit-unassigned] [Bug 20064] New: Fix integer overflow issue in JSArray::storageSize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 15:18:24 PDT 2008


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

           Summary: Fix integer overflow issue in JSArray::storageSize
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


Calculation of the storage size for the vector portion of the array can
overflow, leading to insufficient memory being allocated.  Limit vector length
to prevent overflow.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list