Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 83f756682c28f01e6a8abcf8e116807d15e065b3
https://github.com/WebKit/WebKit/commit/83f756682c28f01e6a8abcf8e116807d15e065b3
Author: Simon Fraser <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm
Log Message:
-----------
Possible crash in WebPage::updateVisibleContentRects()
https://bugs.webkit.org/show_bug.cgi?id=302349
rdar://164259731
Reviewed by Abrar Rahman Protyasha.
Crash data suggest we can crash accessing `*frameView.scrollingNodeID()`.
Protect against
this in two ways. First, ensure the FrameView is kept alive with a RefPtr on
the stack.
Second, check that `frameView.scrollingNodeID()` is set before accessing it.
* Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::updateVisibleContentRects):
Canonical link: https://commits.webkit.org/302911@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications