diff options
author | Olivier Crête <tester@gentoo.org> | 2008-05-26 17:26:14 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-05-26 17:26:14 +0000 |
commit | 03e6954c243836825fa1997288847b9d2f5a8adb (patch) | |
tree | 1c3157e5132476b40b43f330428786276c6f9d29 /net-im/pidgin/files | |
parent | Fix the blocker atom to not be typoed, noticed by David Leverton (diff) | |
download | gentoo-2-03e6954c243836825fa1997288847b9d2f5a8adb.tar.gz gentoo-2-03e6954c243836825fa1997288847b9d2f5a8adb.tar.bz2 gentoo-2-03e6954c243836825fa1997288847b9d2f5a8adb.zip |
Add patch for xmpp crash, from upstream, bug #223361
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/pidgin/files')
-rw-r--r-- | net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch b/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch new file mode 100644 index 000000000000..6af9cbafdce3 --- /dev/null +++ b/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch @@ -0,0 +1,10 @@ +--- pidgin-2.4.2/libpurple/protocols/jabber/auth.c 2008-05-06 14:04:00.000000000 +0200 ++++ pidgin-2.4.3/libpurple/protocols/jabber/auth.c 2008-05-23 17:48:44.000000000 +0200 +@@ -936,6 +945,7 @@ + _("Invalid challenge from server")); + } + g_free(js->expected_rspauth); ++ js->expected_rspauth = NULL; + } else { + /* assemble a response, and send it */ + /* see RFC 2831 */ |