提交 067cb0f0 authored 作者: Michael Jerris's avatar Michael Jerris

FS-7100: make buffer for sub contact big enough

上级 af6b23a1
...@@ -3680,7 +3680,7 @@ void sofia_presence_handle_sip_i_subscribe(int status, ...@@ -3680,7 +3680,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
int found_proto = 0; int found_proto = 0;
const char *use_to_tag; const char *use_to_tag;
char to_tag[13] = ""; char to_tag[13] = "";
char buf[80] = ""; char buf[1025] = "";
char *orig_to_user = NULL; char *orig_to_user = NULL;
char *p; char *p;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论