[asterisk-bugs] [JIRA] (ASTERISK-19448) ConfBridge crashes Asterisk when no timing module loaded.

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Tue Oct 30 14:33:18 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-19448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Mudgett reassigned ASTERISK-19448:
------------------------------------------

    Assignee: Richard Mudgett
    
> ConfBridge crashes Asterisk when no timing module loaded.
> ---------------------------------------------------------
>
>                 Key: ASTERISK-19448
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19448
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: 10.2.0
>         Environment: Linux. Does not matter I think.
>            Reporter: feyfre
>            Assignee: Richard Mudgett
>         Attachments: smfix.patch
>
>
> ConfBridge uses bridge_softmix, which tries to create timer(in softmix_bridge_create function). Fails(ast_timer_open() return NULL value) so bridge initializes self-destruction(with ao2_ref(softmix_data, -1)) which tries to close non-existing timer in softmix_bridge_data_destroy function(softmix_data->timer is NULL and ast_timer_close tries dereference NULL pointer so crash)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list