]> 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:56 +0000 (13:13 +0000)
commit25aff1a887916b59418a28ebc25832b3d6eae669
tree62e02d4a4c777f84a4988f3f2a7274bc5c2a806b
parentc4232f2940802db513ff52d64b52e58b48d07e5e
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