]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2018-002: Crash with an invalid SDP media format description
authorKevin Harwell <kharwell@digium.com>
Wed, 31 Jan 2018 19:33:16 +0000 (13:33 -0600)
committerKevin Harwell <kharwell@digium.com>
Wed, 21 Feb 2018 15:32:53 +0000 (09:32 -0600)
commitf98419c68c8ec4f66530dda1eb4521145887fc88
tree534d8957216b00055b08105f3af272b546577e0d
parent6285575eac5ecd89ed1290e8124593a7e6a7a23e
AST-2018-002: Crash with an invalid SDP media format description

pjproject's media format parsing algorithm failed to catch invalid values.
Because of this Asterisk would crash if given an SDP with a invalid media
format description.

When parsing the media format description this patch now properly parses the
value and returns an error status if it can't successfully parse/convert the
value.

ASTERISK-27582 #close

Change-Id: I883b3a4ef85b6972397f7b56bf46c5779c55fdd6
third-party/pjproject/patches/0070-sdp_media_fmt.patch [new file with mode: 0644]