From: Michael Jerris Date: Mon, 22 Dec 2014 22:18:57 +0000 (-0500) Subject: FS-7100: make buffer for sub contact big enough X-Git-Tag: v1.4.15^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067cb0f0f20bd07b758822b6328693bfe855e7ef;p=thirdparty%2Ffreeswitch.git FS-7100: make buffer for sub contact big enough --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 69a86668d2..cfa900264b 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -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;