RESOLVED FIXED Bug 34321
JSC is failing to propagate anonymous slot count on some transitions
https://bugs.webkit.org/show_bug.cgi?id=34321
Summary JSC is failing to propagate anonymous slot count on some transitions
Oliver Hunt
Reported 2010-01-29 02:45:24 PST
JSC is failing to propagate anonymous slot count on some transitions
Attachments
Patch (12.05 KB, patch)
2010-01-29 02:56 PST, Oliver Hunt
no flags
Patch (19.13 KB, patch)
2010-02-01 00:13 PST, Oliver Hunt
mjs: review+
Oliver Hunt
Comment 1 2010-01-29 02:56:30 PST
Darin Adler
Comment 2 2010-01-29 09:24:45 PST
Comment on attachment 47694 [details] Patch > + push(@implContent, " ASSERT((int)(this->structure()->anonymousSlotCount()) >= (int)AnonymousSlotCount);\n"); Why are these casts needed? If they are needed, why use C-style casts instead of C++-style?
Oliver Hunt
Comment 3 2010-01-29 11:47:08 PST
Mark Rowe (bdash)
Comment 4 2010-01-29 21:31:09 PST
I rolled this out in r54100 as it introduced many thousands of leaks.
Oliver Hunt
Comment 5 2010-02-01 00:13:59 PST
Maciej Stachowiak
Comment 6 2010-02-01 00:35:46 PST
Comment on attachment 47817 [details] Patch r=me
Oliver Hunt
Comment 7 2010-02-01 01:42:06 PST
*** Bug 34403 has been marked as a duplicate of this bug. ***
Oliver Hunt
Comment 8 2010-02-01 01:43:15 PST
Committed r54129
Vincent Danen
Comment 9 2010-06-28 10:34:38 PDT
This has been given the name CVE-2010-1387
Note You need to log in before you can comment on or make changes to this bug.