You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2014/11/05 06:06:34 UTC

[jira] [Assigned] (TS-1256) Streamline usage of PATH_NAME_MAX

     [ https://issues.apache.org/jira/browse/TS-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Peach reassigned TS-1256:
-------------------------------

    Assignee: James Peach  (was: Meera Mosale Nataraja)

I have a patch for this.

> Streamline usage of PATH_NAME_MAX
> ---------------------------------
>
>                 Key: TS-1256
>                 URL: https://issues.apache.org/jira/browse/TS-1256
>             Project: Traffic Server
>          Issue Type: Task
>          Components: Cleanup
>            Reporter: Igor Galić
>            Assignee: James Peach
>              Labels: newbie
>             Fix For: 5.2.0
>
>
> There are right now two different usages of the constant {{PATH_NAME_MAX}} in variable declarations:
> {code}
> char foo[PATH_NAME_MAX];
> {code}
> and
> {code}
> char bar[PATH_NAME_MAX + 1];
> {code}
> Since we define what {{PATH_NAME_MAX}} is ourselves, we should streamline our code to only use the first kind of declaration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)