Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 90caf1ba530fccef3b1fbfc531ee77c8b2d4fe11
https://github.com/WebKit/WebKit/commit/90caf1ba530fccef3b1fbfc531ee77c8b2d4fe11
Author: Tyler Wilcock <[email protected]>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M Source/WebCore/accessibility/AXTableHelpers.cpp
Log Message:
-----------
AX: AXTableHelpers::isDataTableWithTraversal scopes CheckedPtrs longer than
needed which can cause crashes
https://bugs.webkit.org/show_bug.cgi?id=301882
rdar://163473516
Reviewed by Joshua Hoffman.
If the style is destroyed by the end of this function, the CheckedPtr will
cause a (safe) crash. Fix this by only scoping
the CheckedPtr for when we actually need it.
* Source/WebCore/accessibility/AXTableHelpers.cpp:
(WebCore::AXTableHelpers::isDataTableWithTraversal):
Canonical link: https://commits.webkit.org/302508@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications