]> git.ipfire.org Git - thirdparty/asterisk.git/commit
crash on transfer
authorDavid Vossel <dvossel@digium.com>
Wed, 7 Oct 2009 17:41:21 +0000 (17:41 +0000)
committerDavid Vossel <dvossel@digium.com>
Wed, 7 Oct 2009 17:41:21 +0000 (17:41 +0000)
commit9cc4a5b792c8b09e9abc1a5cd3f32dcbe7f90be3
tree23481fe5054869e339b3ee79bd388058da1eaee9
parent54faffa07fde8fd3e2798d1edff98488a152a304
crash on transfer

handle_invite_replaces() attempts to uplock a pvt's
owner channel without first verifing that it exists.

(issue #16027)

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