[Webkit-unassigned] [Bug 284246] AX: Crash in AtspiObject->textAttributesWithUTF8Offset
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 8 07:02:02 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=284246
--- Comment #2 from Mike Gorse <mgorse at suse.com> ---
The object triggering this contains one U+fffc character. The code in AccessibilityObjectAtspi::TextAttributes looks like it can recurse into an object's children, while the caller has a UTF16 -> UTF8 mapping for the text in the object itself, so just the U+fffc character.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241208/d2eb14c0/attachment.htm>
More information about the webkit-unassigned
mailing list