]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_stir_shaken.c: Add checks for missing parameters
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 11 Mar 2024 15:41:14 +0000 (09:41 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 11 Mar 2024 16:43:22 +0000 (16:43 +0000)
commit755bf72329eb139df493139f94bc594dfeb1c32e
tree3dced24caee431d468a5f83dbed7ca33d0b07f5a
parent12d2bd23d5100f4891c8a66f4b008ded1f0b13bc
res_pjsip_stir_shaken.c:  Add checks for missing parameters

* Added checks for missing session, session->channel and rdata
  in stir_shaken_incoming_request.

* Added checks for missing session, session->channel and tdata
  in stir_shaken_outgoing_request.

Resolves: #645
res/res_pjsip_stir_shaken.c