]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Lock the peer->mvipvt to avoid crashes with SIP history enabled
authorOlle Johansson <oej@edvina.net>
Mon, 12 Sep 2011 13:25:30 +0000 (13:25 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 12 Sep 2011 13:25:30 +0000 (13:25 +0000)
commitc0ab1f328102989bd4f238801dde68fb97bf1bd8
tree9488e7c473551677a7aa64717f2ec61020059a05
parent22b30eb82c87d01b9cffa61618014462ee6174d5
Lock the peer->mvipvt to avoid crashes with SIP history enabled

After the launch of 1.6 event-based MWI we have two threads handling the peer->mwipvt,
which cause issues with SIP history additions in combination with the max limit for
number of history entries.

Review: https://reviewboard.asterisk.org/r/1373/

(closes issue ASTERISK-18288)

Thanks to irrot for peer review. Work with this bug funded by IPvision AS

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