]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Fix crash when RTCP is not present when DTLS is stopped.
authorJoshua Colp <jcolp@digium.com>
Thu, 16 Mar 2017 14:07:55 +0000 (14:07 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 16 Mar 2017 14:09:08 +0000 (08:09 -0600)
commit11e806abbb00ba2d61ba0c517c9ae0b40c708c8f
treedb60b144c326665c3f53f0effbc7113c2453f0a0
parenta07015cd4d13885a0226c045926feae45afabf95
res_rtp_asterisk: Fix crash when RTCP is not present when DTLS is stopped.

This change removes an assumption that when DTLS is stopped
an RTCP session will be present on the RTP session. This is not
always the case.

ASTERISK-26732

Change-Id: Ib9f7c09ce0b005efe362dbcc8795202b18f94611
res/res_rtp_asterisk.c