]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: avoid possible crash req_caps allocation failure 15/1215/3
authorScott Griepentrog <scott@griepentrog.com>
Tue, 8 Sep 2015 15:35:57 +0000 (10:35 -0500)
committerScott Griepentrog <sgriepentrog@digium.com>
Wed, 9 Sep 2015 18:13:23 +0000 (13:13 -0500)
commitf72f9ceefca52002c45f5910219dbcb0f9437a79
treefdd05477796d17ba4bc294a80e7741e9b272a88a
parent34ad877bac16e70bf6c6ac8d881716e6b25f5b07
pjsip: avoid possible crash req_caps allocation failure

Make certain that the pjsip session has not failed to
allocate the format capabilities structure, which can
otherwise cause a crash when referenced.

ASTERISK-25323

Change-Id: I602790ba12714741165e441cc64a3ecde4cb5750
res/res_pjsip_session.c