]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Don't truncate spec-compliant `ice-ufrag` or `ice-pwd`.
authorSean Bright <sean@seanbright.com>
Fri, 7 Mar 2025 16:32:00 +0000 (11:32 -0500)
committerSean Bright <sean@seanbright.com>
Thu, 13 Mar 2025 13:13:55 +0000 (13:13 +0000)
commit3cafe10d2135ba7616c39a3aee1c9b330a4d6343
tree73b52ecfdde1730426dbac1d39bc2c172457b99d
parent53f3ac7925646f6f76dd431104941b018c76b624
res_rtp_asterisk.c: Don't truncate spec-compliant `ice-ufrag` or `ice-pwd`.

RFC 8839[1] indicates that the `ice-ufrag` and `ice-pwd` attributes
can be up to 256 bytes long. While we don't generate values of that
size, we should be able to accomodate them without truncating.

1. https://www.rfc-editor.org/rfc/rfc8839#name-ice-ufrag-and-ice-pwd-attri
res/res_rtp_asterisk.c