mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix stack overflow.
This commit is contained in:
parent
76dd2cce75
commit
38c8ea534a
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ static void sdp_parse_payload_types(belle_sdp_media_description_t *media_desc, S
|
|||
static void sdp_parse_media_crypto_parameters(belle_sdp_media_description_t *media_desc, SalStreamDescription *stream) {
|
||||
belle_sip_list_t *attribute_it;
|
||||
belle_sdp_attribute_t *attribute;
|
||||
char tmp[256], tmp2[256], parameters[256]={0};
|
||||
char tmp[257], tmp2[257], parameters[257]={0};
|
||||
int valid_count = 0;
|
||||
int nb;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue