]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ice: Increase foundation buffer size
authorSean Bright <sean.bright@gmail.com>
Sun, 31 Dec 2017 16:26:54 +0000 (11:26 -0500)
committerSean Bright <sean.bright@gmail.com>
Sun, 31 Dec 2017 16:31:15 +0000 (10:31 -0600)
commit9a332027d4abd8f3cd1d8482e2c92f7d0418db3b
treeb5fe5336520f08c0e8689a12a2510e84f150257e
parent94dea15bd8fad9de0e697b78b428157cd7bf908f
ice: Increase foundation buffer size

Per RFC 5245, the foundation specified with an ICE candidate can be up
to 32 characters but we are only allowing for 31.

ASTERISK-27498 #close
Reported by: Michele PrĂ 

Change-Id: I05ce7a5952721a76a2b4c90366168022558dc7cf
channels/chan_sip.c
res/res_pjsip_sdp_rtp.c