]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 328608 via svnmerge from
authorMark Murawki <markm@intellasoft.net>
Mon, 18 Jul 2011 12:56:49 +0000 (12:56 +0000)
committerMark Murawki <markm@intellasoft.net>
Mon, 18 Jul 2011 12:56:49 +0000 (12:56 +0000)
commitc4b8e21079b88f124184b765c2a46568d152708b
tree239a800824fd3fedfac15be349fb7b467ca311d4
parentc814be33f6525c181ebc95d42cedcd30c9fea33a
Merged revisions 328608 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328608 | markm | 2011-07-18 08:35:57 -0400 (Mon, 18 Jul 2011) | 9 lines

  If the sip private structure is null, sip_setoption() will defref the null pointer and crash.

  Ideally, sip_setoption shouldn't be called if there is a lack of a sip private structure.  But this will fix a crash.

  (closes issue ASTERISK-17909)
  Reported by: Mark Murawski
  Tested by: Mark Murawski
........

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