]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Pass correct data length to ast_rtcp_interpret
authorSean Bright <sean.bright@gmail.com>
Sun, 19 Mar 2017 18:26:38 +0000 (14:26 -0400)
committerSean Bright <sean.bright@gmail.com>
Sun, 19 Mar 2017 18:29:32 +0000 (12:29 -0600)
commita38a44880a4ce9d5d3ce4915635d1f40c47b1e84
tree6d3a5bc472fccf110efabab95cef2718048c943b
parent117092efac501089aa34c768ee9f89253026d723
res_rtp_asterisk: Pass correct data length to ast_rtcp_interpret

We are currently passing in the capacity of the read buffer instead of the
number of bytes that we actually read off the wire.

Change-Id: I60465049727d955c7f9a5e529e6f2aaff04cda36
res/res_rtp_asterisk.c