[Pidgin] #8279: Unexpected crash when editing buddy alias to be <null> on msn account
Pidgin
trac at pidgin.im
Wed Jan 28 17:43:33 EST 2009
#8279: Unexpected crash when editing buddy alias to be <null> on msn account
--------------------+-------------------------------------------------------
Reporter: boiert | Owner: khc
Type: patch | Status: new
Milestone: | Component: MSN
Version: 2.5.4 | Resolution:
Keywords: | Launchpad_bug:
--------------------+-------------------------------------------------------
Changes (by darkrain42):
* owner: lschiere => khc
* type: defect => patch
* component: unclassified => MSN
Comment:
{{{
--- libpurple/protocols/msn/contact.c
2bd381a7e10cb1bce0594c59ea336ea90402f459
+++ libpurple/protocols/msn/contact.c
5f2bac22cd3103225be38df144e245d55606a2f7
@@ -1362,7 +1362,7 @@ msn_update_contact(MsnSession *session,
xmlnode *changes;
purple_debug_info("msn", "Update contact information with new %s:
%s\n",
- type==MSN_UPDATE_DISPLAY ? "display name" : "alias",
value);
+ type==MSN_UPDATE_DISPLAY ? "display name" : "alias", value
? value : "(null)");
purple_debug_info("msn", "passport=%s\n", passport);
g_return_if_fail(passport != NULL);
contact_info = xmlnode_new("contactInfo");
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/8279#comment:2>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list