]> git.ipfire.org Git - thirdparty/asterisk.git/commit
PJSIP: avoid crash when getting rtp peer 76/1276/1
authorScott Griepentrog <scott@griepentrog.com>
Thu, 17 Sep 2015 18:09:56 +0000 (13:09 -0500)
committerScott Griepentrog <sgriepentrog@digium.com>
Thu, 17 Sep 2015 18:15:20 +0000 (13:15 -0500)
commitfb6b5c684b8772ba008339a417725a208f72409e
tree8b4c22354f5defcbe937fc7dd86b0208111bcee2
parenta665b3128177fc87036d7eb8b3174ac85e791d22
PJSIP: avoid crash when getting rtp peer

Although unlikely, if the tech private is returned as
a NULL, chan_pjsip_get_rtp_peer() would crash.

ASTERISK-25323

Change-Id: Ie231369bfa7da926fb2b9fdaac228261a3152e6a
channels/chan_pjsip.c