Summary: | AX: AccessibilityNodeObject::addChildren() does not null-check its node before using it | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> | ||||||
Component: | Accessibility | Assignee: | Tyler Wilcock <tyler_w> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | Other | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Tyler Wilcock
2023-06-20 12:21:30 PDT
Created attachment 466765 [details]
Patch
Comment on attachment 466765 [details]
Patch
should we put this in a local variable instead of calling node() 3 times?
Created attachment 466766 [details]
Patch
(In reply to chris fleizach from comment #4) > Comment on attachment 466765 [details] > Patch > > should we put this in a local variable instead of calling node() 3 times? Fixed! Committed 265342@main (7c8d3655b4cb): <https://commits.webkit.org/265342@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 466766 [details]. |