[asterisk-bugs] [JIRA] (ASTERISK-22736) Deadlock potential in res_fax and CCSS with local channels.

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Oct 18 18:40:04 CDT 2013


Rusty Newton created ASTERISK-22736:
---------------------------------------

             Summary: Deadlock potential in res_fax and CCSS with local channels.
                 Key: ASTERISK-22736
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22736
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/CallCompletionSupplementaryServices, Resources/res_fax
    Affects Versions: 1.8.23.1, 11.5.1, 12.0.0-beta1
            Reporter: Richard Mudgett


res_fax and CCSS code call ast_channel_queryoption() with a channel lock held.  If the specified channel is a local channel, there is a deadlock potential due to how local channels have to do deadlock avoidance.

All calls to ast_channel_queryoption() must not have a channel lock held by the caller.

There is a brief discussion about it in https://reviewboard.asterisk.org/r/2915/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list