RESOLVED FIXED 186828
flattenDictionaryStructure needs to zero properties that have been compressed away
https://bugs.webkit.org/show_bug.cgi?id=186828
Summary flattenDictionaryStructure needs to zero properties that have been compressed...
Keith Miller
Reported 2018-06-19 17:10:42 PDT
flattenDictionaryStructure needs to zero properties that have been compressed away
Attachments
Patch (1.76 KB, patch)
2018-06-19 17:11 PDT, Keith Miller
no flags
Patch for landing (2.25 KB, patch)
2018-06-19 18:21 PDT, Keith Miller
keith_miller: commit-queue+
Keith Miller
Comment 1 2018-06-19 17:11:16 PDT
Mark Lam
Comment 2 2018-06-19 17:21:47 PDT
Comment on attachment 343122 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=343122&action=review r=me > Source/JavaScriptCore/runtime/Structure.cpp:783 > + // We need to make sure we zero our unused butterfly space otherwise the GC might see a stale pointer. I think you can drop the "make sure we" part, and I suggest adding a semicolon after "space" and a comma after "otherwise".
Keith Miller
Comment 3 2018-06-19 18:21:03 PDT
Created attachment 343128 [details] Patch for landing
Keith Miller
Comment 4 2018-06-19 18:28:09 PDT
Radar WebKit Bug Importer
Comment 5 2018-06-19 18:29:18 PDT
Note You need to log in before you can comment on or make changes to this bug.