]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 11 Mar 2024 16:43:27 +0000 (16:43 +0000)
commit67613d19d66ed6e89855c9d03cc4f003ca936686
treee2afc3ce567f40633821edf7e7c857975fca3ffc
parent34196f87966b977efc6b2d36def4fe7d0d1269d9
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