[asterisk-bugs] [JIRA] (ASTERISK-21316) Segfault on ast_channel_tech(chan)->send_digit_begin

Ashley Winters (JIRA) noreply at issues.asterisk.org
Mon Mar 25 14:35:01 CDT 2013


Ashley Winters created ASTERISK-21316:
-----------------------------------------

             Summary: Segfault on ast_channel_tech(chan)->send_digit_begin
                 Key: ASTERISK-21316
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21316
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/Channels
    Affects Versions: 11.2.1
         Environment: CentOS 6.3
            Reporter: Ashley Winters


Calling {{ast_channel_tech(chan)}} multiple times in a row while chan is unlocked is a race condition. I experienced a segfault when the tech changed to {{null_tech}} between the null check and the function-pointer dereference.

--
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