Files
profanity/src/xmpp
jabber.developer2 15dfc2bdb4 fix(xmpp): guard NULL domain in autoping disco warning gate
g_ascii_strcasecmp() is not NULL-safe (unlike the g_strcmp0 it replaced), and connection_get_domain() can be NULL (init NULL, FREE_SET_NULL on teardown). A disco#info response racing a disconnect would dereference NULL. Capture the domain and skip the check when it is NULL.
2026-06-23 14:23:11 +03:00
..