]> 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:24 +0000 (16:43 +0000)
commit51790abba753f002746049819bedcfbe7a0b79ee
tree167fa3f88ae80d2de62871b3fb554525539557e7
parenta02a929d2749df957f543c4ed0667dd46800d155
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