]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7100: make buffer for sub contact big enough
authorMichael Jerris <mike@jerris.com>
Mon, 22 Dec 2014 22:18:57 +0000 (17:18 -0500)
committerMichael Jerris <mike@jerris.com>
Mon, 22 Dec 2014 22:19:08 +0000 (17:19 -0500)
src/mod/endpoints/mod_sofia/sofia_presence.c

index 69a86668d2196006211c630dc6a1eaa4ba171fd7..cfa900264b9508c9923977487bc3b4c2f4d3b750 100644 (file)
@@ -3680,7 +3680,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
        int found_proto = 0;
        const char *use_to_tag;
        char to_tag[13] = "";
-       char buf[80] = "";
+       char buf[1025] = "";
        char *orig_to_user = NULL;
        char *p;