]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2013-005: Fix crash caused by invalid SDP
authorMatthew Jordan <mjordan@digium.com>
Tue, 27 Aug 2013 18:13:22 +0000 (18:13 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 27 Aug 2013 18:13:22 +0000 (18:13 +0000)
commit7a8db7a04960d7e134ed496791fdb540a8d8f2dd
treecfba6ef1c44ef352ae4b0e5d0598cf6bb0034d7e
parent40404bccb200fea3a8c04ec59ccaae4dd13ae33b
AST-2013-005: Fix crash caused by invalid SDP

If the SIP channel driver processes an invalid SDP that defines media
descriptions before connection information, it may attempt to reference
the socket address information even though that information has not yet
been set. This will cause a crash.

This patch adds checks when handling the various media descriptions that
ensures the media descriptions are handled only if we have connection
information suitable for that media.

Thanks to Walter Doekes, OSSO B.V., for reporting, testing, and providing
the solution to this problem.

(closes issue ASTERISK-22007)
Reported by: wdoekes
Tested by: wdoekes
patches:
  issueA22007_sdp_without_c_death.patch uploaded by wdoekes (License 5674)
........

Merged revisions 397756 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/1.8.15@397761 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c