]> 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:11 +0000 (09:35 -0600)
commitf5343d6133e423af8ba32110b21e1c400d46df21
tree6bd0381df6ae93ba9f8d563494cbd3550c21656d
parentf6757b1d60512e91e60f808a772d9681cbe65dee
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]