]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2018-003: Crash with an invalid SDP fmtp attribute
authorKevin Harwell <kharwell@digium.com>
Wed, 31 Jan 2018 19:37:54 +0000 (13:37 -0600)
committerKevin Harwell <kharwell@digium.com>
Wed, 21 Feb 2018 15:35:57 +0000 (09:35 -0600)
commitb8f704a1c566c81963d857870a2e982a41cfcc00
treeac79daee51cfdd813983cadb735eab93ef3948b0
parent8e170f5f186a1be3965c8636c5f01736e4bcc51c
AST-2018-003: Crash with an invalid SDP fmtp attribute

pjproject's fmtp retrieval function failed to catch invalid fmtp attributes.
Because of this Asterisk would crash if given an SDP with an invalid fmtp
attribute.

When retrieving the format this patch now makes sure the fmtp attribute is
available. If not available it now returns an error status.

ASTERISK-27583 #close

Change-Id: I5cebe000ce2d846cae3af33b6d72c416e51caf2f
third-party/pjproject/patches/0071-sdp_fmtp_attr.patch [new file with mode: 0644]