Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f579e4d0e7c21a8ada430d87751db675d2237487
      
https://github.com/WebKit/WebKit/commit/f579e4d0e7c21a8ada430d87751db675d2237487
  Author: Tyler Wilcock <[email protected]>
  Date:   2025-11-10 (Mon, 10 Nov 2025)

  Changed paths:
    M Source/WebCore/accessibility/AXObjectCache.cpp

  Log Message:
  -----------
  AX: AXObjectCache::handleActiveDescendantChange does not null-check frame 
before dereferencing, which can cause crashes
https://bugs.webkit.org/show_bug.cgi?id=302277
rdar://164300464

Reviewed by Joshua Hoffman.

This commit adds a null-check of the element's frame before dereferencing it, 
preventing the crash.

* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::handleActiveDescendantChange):

Canonical link: https://commits.webkit.org/302824@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to