]> 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:20 +0000 (09:35 -0600)
commit4e9849c4bc706f6c1ca8c7866402e732c322df6f
tree93d89a40fe72c363ff72c755e87dbaed8fec331e
parente8a1b96b5115d87b4dae0004f392193a7a48c7a7
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]