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 commitpull/1887/head8e04c44b86) (cherry picked from commit7b9102a703)
parent
4bf321a8f9
commit
e9481675c0
Loading…
Reference in new issue