]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Add precautionary p->owner checks.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 28 Feb 2014 21:30:50 +0000 (21:30 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 28 Feb 2014 21:30:50 +0000 (21:30 +0000)
commitbcf5878c7164b8af2ad190e6a15d64027f7e0211
tree8b21c8bbf57079bffc1f6ad1e3add39ad719dfc4
parent7f2bd4ea18ed362ac5fe0876b827c52cc630d5ca
chan_sip: Add precautionary p->owner checks.

* Add precautionary p->owner checks in sip_hangup(), get_refer_info(),
get_also_info(), and interpret_t38_parameters().

* Simplify some tangled logic in get_refer_info(), get_also_info(), and
add_rpid().

* Removed some dead code in handle_request_invite().

(closes issue ASTERISK-23323)
Reported by: Walter Doekes
Patches:
      issueA23323-more_p_owner_checks-1.8.x.patch (license #5674) uploaded by wdoekes (modified)
      issueA23323-more_p_owner_checks-11.x.patch (license #5674) uploaded by wdoekes (modified)
      issueA23323-more_p_owner_checks-12.x.patch (license #5674) uploaded by wdoekes (modified)
      issueA23323-more_p_owner_checks-trunk.patch (license #5674) uploaded by wdoekes (modified)
........

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

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