]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite.
authorBen Ford <bford@digium.com>
Thu, 25 Feb 2021 19:50:47 +0000 (13:50 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 4 Mar 2021 14:55:55 +0000 (07:55 -0700)
commit17f177ce06d55b29b0f27868d8348c40c77cba41
tree47993ac8b5397885cee43cabcbd1839419510eea
parentb4f221dcf3a57b0787654de4f6e4bae3fe940452
AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite.

When Asterisk sends a reinvite negotiating T38 faxing, it's possible a
crash can occur if the response contains a m=image and zero port. The
reinvite callback code now checks session_media to see if it is null or
not before trying to access the udptl variable on it.

ASTERISK-29305

Change-Id: I1dfc51c5fa586e38579ede4bc228edee213ccaa9
res/res_pjsip_t38.c