]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix potential deadlock calling ast_call() with channel locks held.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 10 Nov 2011 23:01:31 +0000 (23:01 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 10 Nov 2011 23:01:31 +0000 (23:01 +0000)
commitb2b0dfa6152a68b22d0e498f2fee1336ca6ff1bd
tree3094bd87499800e51c8c35575101811aff6c5665
parent6692a0ad9ec325bf81182d093a8143ef0457d867
Fix potential deadlock calling ast_call() with channel locks held.

Fixed app_queue.c:ring_entry() calling ast_call() with the channel locks
held.  Chan_local attempts to do deadlock avoidance in its ast_call()
callback and could deadlock if a channel lock is already held.
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@344540 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c