pidgin.2.5.6: 8e113b09: applied changes from 6b5084da4501a491dab...
elb at pidgin.im
elb at pidgin.im
Tue Apr 28 20:21:03 EDT 2009
-----------------------------------------------------------------
Revision: 8e113b09c6e89692d18727469ed646bdaea504d1
Ancestor: c78853d0264056c6a6a998c43882bed5cb83cfb8
Author: elb at pidgin.im
Date: 2009-04-28T20:46:53
Branch: im.pidgin.pidgin.2.5.6
URL: http://d.pidgin.im/viewmtn/revision/info/8e113b09c6e89692d18727469ed646bdaea504d1
Modified files:
ChangeLog libpurple/protocols/yahoo/yahoo.c
ChangeLog:
applied changes from 6b5084da4501a491dab88006847c4e99fd4ce044
through c0ad3732e2de434e21818fa9169f9b6835945f74
Add ChangeLog for the above.
-------------- next part --------------
============================================================
--- ChangeLog cf20630d01cdf3419212776a21776ebb9c702cca
+++ ChangeLog 14f5e3e6181d5628153a082c4471b1468d14a478
@@ -6,8 +6,10 @@ version 2.5.6 (??/??/2009):
channels.
* Notify the user if a /nick command fails, rather than trying
fallback nicks.
-
+ Yahoo:
+ * Fix a crash when sending very long messages.
+
version 2.5.5 (03/01/2009):
libpurple:
* Fix a crash when removing an account with an unknown protocol id.
============================================================
--- libpurple/protocols/yahoo/yahoo.c 77a00df3ae84b6924a95f94a96a27f26ad331436
+++ libpurple/protocols/yahoo/yahoo.c c16021dc090ee14832b0941c3919a04c4ede6885
@@ -3640,7 +3640,6 @@ static int yahoo_send_im(PurpleConnectio
" bytes, %ld characters. Max is %d bytes, %d chars."
" Message is '%s'.\n", lenb, lenc, YAHOO_MAX_MESSAGE_LENGTH_BYTES,
YAHOO_MAX_MESSAGE_LENGTH_CHARS, msg2);
- yahoo_packet_free(pkt);
g_free(msg);
g_free(msg2);
return -E2BIG;
More information about the Commits
mailing list