[asterisk-bugs] [JIRA] Updated: (ASTERISK-20159) Segfault when starting Confbridge in conf_find_bridge_profile

Terry Wilson (JIRA) noreply at issues.asterisk.org
Fri Jul 20 22:33:21 CDT 2012


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

Terry Wilson updated ASTERISK-20159:
------------------------------------

    Attachment: confbridge_fix3.txt

Ok, this should fix everything. The problem was that while the option was documented as "none" being valid, the code never actually parsed for "none" and just ignored the setting relying on the default zeroing of the field. The ACO API is actually strict about parsing and I translated it from the existing code instead of the sample config, so "none" was never added as a valid option, so parsing failed.

This patch adds "none" as a valid option and should fix the various crashes. Let me know if everything works for you and I'll get this committed Monday. Thanks for the report and the help!

Terry

> Segfault when starting Confbridge in conf_find_bridge_profile
> -------------------------------------------------------------
>
>                 Key: ASTERISK-20159
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20159
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: SVN
>            Reporter: Birger "WIMPy" Harzenetter
>            Assignee: Birger "WIMPy" Harzenetter
>         Attachments: backtrace, backtrace2, confbridge_fix2.txt, confbridge_fix3.txt, confbridge_fix.diff
>
>
> Segfault when starting Confbridge in conf_find_bridge_profile

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list