[asterisk-dev] [Code Review] 4039: res_rtp_asterisk: Crash if no candidates received for component

Kevin Harwell reviewboard at asterisk.org
Thu Oct 9 10:44:16 CDT 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4039/
-----------------------------------------------------------

(Updated Oct. 9, 2014, 10:44 a.m.)


Review request for Asterisk Developers and Joshua Colp.


Changes
-------

Added a check to make sure the candidate list contained at least one rtcp item as well.


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 (updated)
-----

  branches/12/res/res_rtp_asterisk.c 424940 

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/20141009/cc040fd8/attachment-0001.html>


More information about the asterisk-dev mailing list