]> 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 17:07:00 +0000 (11:07 -0600)
commit09317956205eafea543712afa4a221f2eda4eb2c
treec7d447a17ec50a1ae3227e07c3b72551b7419433
parent03e2659375efbbb666532bdd053c14f5d8a656b9
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