Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e58d0a50ec35451dcc3c0830b23f48661e2a925e
https://github.com/WebKit/WebKit/commit/e58d0a50ec35451dcc3c0830b23f48661e2a925e
Author: Joshua Hoffman <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Source/WebCore/accessibility/AccessibilityRenderObject.cpp
Log Message:
-----------
AX: Missing null-check in AccessibilityRenderObject::boundingBoxRect
https://bugs.webkit.org/show_bug.cgi?id=310062
rdar://172703088
Reviewed by Abrar Rahman Protyasha.
We change renderer after it has been null-checked, but do not check it
again. This can cause a crash when we unconditionally dereference it
later.
* Source/WebCore/accessibility/AccessibilityRenderObject.cpp:
(WebCore::AccessibilityRenderObject::boundingBoxRect const):
Canonical link: https://commits.webkit.org/309380@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications