Skip to content

a11y: Be safe against non-UTF8

Matthias Clasen requested to merge a11y-textview-crash into main

The string we're passed here may not be zero-terminated since our text insertion APIs take string + length. So So be safe and copy the text we are interested in if necessary.

Fixes: #6131 (closed)

Edited by Matthias Clasen

Merge request reports