[asterisk-bugs] [JIRA] (ASTERISK-26754) make_build_h does not handle \ in user name

Asterisk Team (JIRA) noreply at issues.asterisk.org
Wed Jan 25 21:28:10 CST 2017


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

Asterisk Team commented on ASTERISK-26754:
------------------------------------------

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

> make_build_h does not handle \ in user name 
> --------------------------------------------
>
>                 Key: ASTERISK-26754
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26754
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: General
>    Affects Versions: 13.13.1, 14.2.1
>            Reporter: Kirill Katsnelson
>            Severity: Trivial
>
> YES, the backslash. YES, in a Linux username!  Thanks to Likewise.
> $ id -un
> DSAL\kkm
> And this results in 
> #define BUILD_USER "DSAL\kkm"
> which does not compile. But \b and \t are ok, so it took a \k to catch this.
> Sending a patch.



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



More information about the asterisk-bugs mailing list