WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch for landing
(2.25 KB, patch)
2018-06-19 18:21 PDT
,
Keith Miller
keith_miller
: commit-queue+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Keith Miller
Comment 1
2018-06-19 17:11:16 PDT
Created
attachment 343122
[details]
Patch
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
Committed
r233001
: <
https://trac.webkit.org/changeset/233001
>
Radar WebKit Bug Importer
Comment 5
2018-06-19 18:29:18 PDT
<
rdar://problem/41272865
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug