[Webkit-unassigned] [Bug 25227] New: Array.filter triggers an assertion when the target array shrinks while being filtered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 18:56:58 PDT 2009


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

           Summary: Array.filter triggers an assertion when the target array
                    shrinks while being filtered
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com


Array.filter uses unguarded accesses to array elements, but alas the array may
be shrunk by the filter function, thus leading to badness


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