Skip to content

cache-adaptor: Fix crash when no toolkit name is set

Samuel Thibault requested to merge sthibaul/at-spi2-atk:toolkit_name_NULL into master

atk_get_toolkit_name may return NULL when e.g. running the pyatspi2 test suite. Callers of get_toolkit_name expect a non-NULL value (passed to strcmp), so return a default string.

Merge request reports