[asterisk-commits] jpeeler: trunk r271336 - /trunk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 18 13:36:59 CDT 2010
Author: jpeeler
Date: Fri Jun 18 13:36:55 2010
New Revision: 271336
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=271336
Log:
Recorded merge of revisions 271335 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r271335 | jpeeler | 2010-06-18 13:33:17 -0500 (Fri, 18 Jun 2010) | 13 lines
Eliminate deadlock potential in dahdi_fixup().
(This is a backport of 269307, committed to trunk by rmudgett.)
Calling dahdi_indicate() when the channel private lock is already
held can cause a deadlock if the PRI lock is needed because
dahdi_indicate() will also get the channel private lock. The pri_grab()
function assumes that the channel private lock is held once to avoid
deadlock.
(closes issue #17261)
Reported by: aragon
........
Modified:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
More information about the asterisk-commits
mailing list