commit | c0c3a865f49a6386b0815001b9856c1eee27e7c2 | [log] [tgz] |
---|---|---|
author | Peter Thatcher <pthatcher@chromium.org> | Wed Jun 24 15:31:25 2015 -0700 |
committer | Peter Thatcher <pthatcher@chromium.org> | Wed Jun 24 22:31:35 2015 +0000 |
tree | 61bac568f7829f9fcce16b11754dce75c14a37e7 | |
parent | 8d3e489d01654a4107b99fcfb4ee9ffff9d24d38 [diff] |
Prevent JS from bypassing RTP data channel bandwidth limitation. Normally the RTP data channel is capped at 30kbps, but by mangling the SDP string, one could get around this limitation. With this fix, SdpDeserialize will return an error if it detects this condition. BUG=280726 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1196403004. Cr-Commit-Position: refs/heads/master@{#9499}