]> 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:33:40 +0000 (09:33 -0600)
commit37eb30e1d26c1c10063c7d01ca8fa26de1bfa297
tree398be8845db1af94c2addd5f39ab49187ddff592
parente8a1b96b5115d87b4dae0004f392193a7a48c7a7
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]