]> 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:26:28 +0000 (09:26 -0600)
commit880c69f00fcaebaaa107f2a4891b34ff8b2534fb
tree24e749a7118f8eb829a15c1d3376e53cbe28b844
parenta1e6320c4a1c08d17c920b5c39ef0bb055042a4a
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]