[Webkit-unassigned] [Bug 49900] New: ArrayBuffer size check missing - easy OOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 22 03:07:15 PST 2010


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

           Summary: ArrayBuffer size check missing - easy OOM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://code.google.com/p/chromium/issues/detail?id=640
                    41
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


Repro:
new ArrayBuffer(0x7FFFFFFF);
Instant OOM. It may be wise to add a check for this to increase stability.

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