mirror of https://github.com/sipwise/rtpengine.git
under normal circumstances, the rtp sink enters this function first and updates the reti->local.family var to AF_INET so that when the function is called for an rtcp sink, it exits the function early. However, if media is being blocked the rtcp sink is the first to enter the function and does so with a NULL payload type. this NULL check is therefore required to prevent a sefgault on the call to `assert`. closes #1876 Change-Id: Id95cbbc9ae388f50dd51417c351f4a9ba09eb5f0 (cherry picked from commitmr12.5.18e04c44b86) (cherry picked from commit90a5537126)
parent
7fa0b5e449
commit
6029071ad5
Loading…
Reference in new issue