WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
227738
Defend against stack overflow in GraphicsLayerCA::recursiveCommitChanges
https://bugs.webkit.org/show_bug.cgi?id=227738
Summary
Defend against stack overflow in GraphicsLayerCA::recursiveCommitChanges
Cameron McCormack (:heycam)
Reported
2021-07-06 23:39:31 PDT
It looks like GraphicsLayerCA::recursiveCommitChanges can cause a stack overflow in some configurations. We already have CommitState::treeDepth, which we use to avoid creating deep CALayer trees, so we should be able to stop the recursion at the same level.
Attachments
Patch
(8.20 KB, patch)
2021-07-07 19:01 PDT
,
Cameron McCormack (:heycam)
no flags
Details
Formatted Diff
Diff
Patch
(8.41 KB, patch)
2021-07-07 23:28 PDT
,
Cameron McCormack (:heycam)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Cameron McCormack (:heycam)
Comment 1
2021-07-06 23:39:57 PDT
<
rdar://42584284
>
Cameron McCormack (:heycam)
Comment 2
2021-07-06 23:49:02 PDT
All CommitState::treeDepth does currently is avoid hooking up the too-deep PlatformCALayers to their intended parents. I'm slightly concerned with leaving other aspects of the PlatformCALayers out of date, though most of the LayerChange reasons are just about rendering, geometry, etc., and shouldn't be a big deal, especially when not hooked up. ScrollingNodeChanged is a bit different, but we tend to check for scrolling node ID validity when we use them. Another concern is that the treeDepth counts structural layers, and so a given GraphicsLayerCA may be too deep in one call to recursiveCommitChanges, and not be too deep the next. In such a case we should then continue to process the old m_uncommittedChanges on the children, so that should be OK?
Cameron McCormack (:heycam)
Comment 3
2021-07-07 19:01:53 PDT
Created
attachment 433107
[details]
Patch
Cameron McCormack (:heycam)
Comment 4
2021-07-07 23:28:55 PDT
Created
attachment 433120
[details]
Patch
EWS
Comment 5
2021-07-08 15:17:47 PDT
Committed
r279756
(
239529@main
): <
https://commits.webkit.org/239529@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 433120
[details]
.
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