gaim/gaim

Thanks Craig
gtk1-stable
2002-10-11, Sean Egan
c1b7d5833523
Parents 330c9d58c2ce
Children 46d2ff75530b
Thanks Craig
--- a/ChangeLog Thu Oct 10 20:54:24 2002 -0400
+++ b/ChangeLog Fri Oct 11 01:40:57 2002 -0400
@@ -1,5 +1,8 @@
Gaim: The Pimpin' Penguin IM Clone thats good for the soul!
+version 0.59.5
+ * Fixed a Yahoo! segfault (Thanks, Craig Metz)
+
version 0.59.4 (10/06/2002):
* Removed color keybinnding altogether.
* Added a horizontal scrollbar to Edit page of
--- a/src/protocols/yahoo/yahoo.c Thu Oct 10 20:54:24 2002 -0400
+++ b/src/protocols/yahoo/yahoo.c Fri Oct 11 01:40:57 2002 -0400
@@ -525,6 +525,9 @@
l = l->next;
}
+ if (!msg)
+ return;
+
if (!g_strncasecmp(msg, "TYPING", strlen("TYPING"))) {
if (*stat == '1')
serv_got_typing(gc, from, 0);