[asterisk-dev] [Code Review] 4039: res_rtp_asterisk: Crash if no candidates received for component
Kevin Harwell
reviewboard at asterisk.org
Wed Oct 1 10:43:56 CDT 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4039/
-----------------------------------------------------------
Review request for Asterisk Developers and Joshua Colp.
Bugs: ASTERISK-24383
https://issues.asterisk.org/jira/browse/ASTERISK-24383
Repository: Asterisk
Description
-------
When starting ice if there is not at least one remote ice candidate with an RTP component asterisk will crash. This is due to an assertion in pjnath as it expects at least one candidate with an RTP component. Added a check to make sure at least one candidate contains an RTP component.
Diffs
-----
branches/12/res/res_rtp_asterisk.c 424285
Diff: https://reviewboard.asterisk.org/r/4039/diff/
Testing
-------
Sent asterisk a list of ice candidates containing only RTCP components (no RTP ones) and observed the crash. After applying the patch ran the scenario again and it did not crash.
Thanks,
Kevin Harwell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20141001/979ff8f6/attachment.html>
More information about the asterisk-dev
mailing list