pidgin: caff0389: Use matching buffer lengths to avoid con...

datallah at pidgin.im datallah at pidgin.im
Sat May 2 14:25:27 EDT 2009


-----------------------------------------------------------------
Revision: caff038902b2bfe825a66afcd5d46df9a181b043
Ancestor: a672861cce909f4207305375718c83533eed264f
Author: datallah at pidgin.im
Date: 2009-05-02T18:19:55
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/caff038902b2bfe825a66afcd5d46df9a181b043

Modified files:
        libpurple/upnp.c

ChangeLog: 

Use matching buffer lengths to avoid confusion.

-------------- next part --------------
============================================================
--- libpurple/upnp.c	9b30a0e4fe1872b3096cb821b26c0482e3e08890
+++ libpurple/upnp.c	79164e1109249f6dfa1e42ea106928bc60f406e1
@@ -130,7 +130,7 @@ typedef struct {
 	guint tima;	/* purple_timeout_add handle */
 	int fd;
 	struct sockaddr_in server;
-	gchar service_type[25];
+	gchar service_type[20];
 	int retry_count;
 	gchar *full_url;
 } UPnPDiscoveryData;


More information about the Commits mailing list