]> 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:34:51 +0000 (09:34 -0600)
commitd669ca9c7167634a9493256daad49febecd58548
treef05abe0b3f5873c42c7a7460bfffcf639bf891a0
parent6285575eac5ecd89ed1290e8124593a7e6a7a23e
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]