mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 17:51:03 +00:00
FS-7100: make buffer for sub contact big enough
This commit is contained in:
parent
7f3c90e110
commit
b0fecc1844
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user