[asterisk-bugs] [JIRA] (ASTERISK-28221) Bug in ast_coredumper

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Dec 21 15:35:47 CST 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=245807#comment-245807 ] 

Asterisk Team commented on ASTERISK-28221:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> Bug in ast_coredumper
> ---------------------
>
>                 Key: ASTERISK-28221
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28221
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: . I did not set the category correctly.
>    Affects Versions: 13.25.0
>            Reporter: Andrew Nagy
>            Severity: Trivial
>
> Using /var/lib/asterisk/scripts/ast_coredumper --RUNNING fails to read the /etc/asterisk/asterisk.conf astrundir setting correctly because the regular expression expects a space on either side of the = (or =>).
> On line 393 the line should be changed from:
> {code}
> astrundir=$(sed -n -r -e "s/astrundir\s+[=>]+\s+(.*)/\1/gp" $astetcconf)
> {code}
> to
> {code}
> astrundir=$(sed -n -r -e "s/astrundir\s*[=>]+\s*(.*)/\1/gp" $astetcconf)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list