[Webkit-unassigned] [Bug 21533] New: Simple JavaScript code leaks StructureIDs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 10 15:36:07 PDT 2008


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

           Summary: Simple JavaScript code leaks StructureIDs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cwzwarich at uwaterloo.ca
                CC: sam at webkit.org
OtherBugsDependingO 21525
             nThis:


The code

for (var id in (new Array)) { }

leaks 13 StructureIDs (in addition to the ones in JSGlobalData) the first time
you load it, and then it leaks 2 more every time you load it. The code

for (var id in (new Object)) { }

leaks 11 StructureIDs the first time you load it, but does not leak any more
when you load it again.


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