Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3c4712f710df4a6391f294ea01a07ba5ba4bff7f
https://github.com/WebKit/WebKit/commit/3c4712f710df4a6391f294ea01a07ba5ba4bff7f
Author: Tyler Wilcock <[email protected]>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M Source/WebCore/accessibility/AccessibilityRenderObject.cpp
Log Message:
-----------
AX: AccessibilityRenderObject::boundingBoxRect() is missing a null-check on a
Node, causing crashes
https://bugs.webkit.org/show_bug.cgi?id=310936
rdar://173262874
Reviewed by Joshua Hoffman.
The renderer() for an object may not have a corresponding node, and we never
null-checked the
node before trying to use it, causing crashes.
* Source/WebCore/accessibility/AccessibilityRenderObject.cpp:
(WebCore::AccessibilityRenderObject::boundingBoxRect const):
Canonical link: https://commits.webkit.org/310233@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications