From b0fecc1844be36317203363d2dde672d97b1f8d7 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 22 Dec 2014 17:18:57 -0500 Subject: [PATCH] FS-7100: make buffer for sub contact big enough --- src/mod/endpoints/mod_sofia/sofia_presence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;