commit ef90c33d75d77894eb4b08c016ff92b6c4b1c629 Author: Lukáš Tyrychtr Date: Sat Apr 12 23:29:55 2025 +0200 a11y: gtk4: Fix text offsets Don't return nonsense offsets when returning nullptr from vte_accessible_text_get_contents_at. Previously, we were returning whatever garbage the caller had on the stack. Fixes: https://gitlab.gnome.org/GNOME/vte/-/merge_requests/3 (cherry picked from commit d4c540a6f201c2532be8695b74356c0b1c6215ca) .gitlab-ci.yml | 68 + src/vte.cc | 11509 ++++++++++++++++++ src/vteaccess-gtk4.cc | 1015 ++ src/vtegtk.cc | 9805 ++++++++++++++++ src/vteinternal.hh | 1859 +++ 352 files changed, 121446 insertions(+)