From 0bd1d15402a8d3f870b4c02dfedf7aa285b8ad83 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 06:58:21 +0000 Subject: Fix a segfault in the Yahoo! module. Reported by: Kenneth W Cochran Obtained from: gaim CVS --- net-im/gaim/files/patch-temp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-im/gaim/files/patch-temp (limited to 'net-im/gaim/files/patch-temp') diff --git a/net-im/gaim/files/patch-temp b/net-im/gaim/files/patch-temp new file mode 100644 index 000000000000..39073683ae61 --- /dev/null +++ b/net-im/gaim/files/patch-temp @@ -0,0 +1,12 @@ +--- src/protocols/yahoo/yahoo.c.orig Sun Oct 13 02:50:25 2002 ++++ src/protocols/yahoo/yahoo.c Sun Oct 13 02:50:58 2002 +@@ -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); -- cgit v1.2.3