[
https://issues.apache.org/jira/browse/TS-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066972#comment-15066972
]
ASF subversion and git services commented on TS-4074:
-----------------------------------------------------
Commit 708738051b9bf194fc9081709345a88cef680c71 in trafficserver's branch
refs/heads/6.1.x from [~maskit]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=7087380 ]
TS-4074: Escape backslashes in user/group/machine name
This closes #379.
> build_* variables need to be escaped
> ------------------------------------
>
> Key: TS-4074
> URL: https://issues.apache.org/jira/browse/TS-4074
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Masakazu Kitajo
> Assignee: Masakazu Kitajo
> Fix For: 6.2.0
>
>
> BUILD_PERSON, BUILD_GROUP and BUILD_MACHINE need to be escaped.
> {noformat}
> traffic_layout.cc:79:32: error: unknown escape sequence '\D'
> [-Werror,-Wunknown-escape-sequence]
> print_feature("BUILD_GROUP", BUILD_GROUP, json);
> ^
> ../../lib/ts/ink_config.h:49:46: note: expanded from macro 'BUILD_GROUP'
> #define BUILD_GROUP "XXX\Domain Users"
> {noformat}
> Current configure.ac
> {code}
> build_person="`id -nu`"
> build_group="`id -ng`"
> build_machine="`uname -n`"
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)