Consolidate string function calls
---------------------------------

                 Key: TS-953
                 URL: https://issues.apache.org/jira/browse/TS-953
             Project: Traffic Server
          Issue Type: Task
    Affects Versions: 3.1.2
            Reporter: Igor Galić
            Assignee: Igor Galić


it would be a good idea to consolidate calls to

strcpy() strncpy() ink_strncpy() ink_strlcpy()
strcat() strncat() ink_strncat() ink_strlcat()

Right now we have all of those floating around. It would be a good idea if we 
consistently used ink_strlcpy() and ink_strlcat() respectively.

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


Reply via email to