Bug 286444
| Summary: | AX: Crash in AccessibilityObjectAtspi::focus() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Gorse <mgorse> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Mike Gorse
I just encountered a crash in AccessibilityObjectAtspi::focus (I was trying to select the allow button to authorize a Google account in evolution, with Orca running). The function checks that m_coreObject is not null, but it later calls m_coreObject->updateBackingStore, which can cause m_coreObject to go away. I guess the code needs to check that it is still non-null before trying to query it again.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/143527024>
Mike Gorse
Pull request: https://github.com/WebKit/WebKit/pull/39635
EWS
Committed 311534@main (d7f440a382f0): <https://commits.webkit.org/311534@main>
Reviewed commits have been landed. Closing PR #39635 and removing active labels.