You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Alan M. Carroll (JIRA)" <ji...@apache.org> on 2016/08/19 19:47:20 UTC

[jira] [Updated] (TS-4575) Prefer ink_zero to memset(0)

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

Alan M. Carroll updated TS-4575:
--------------------------------
    Description: 
We should apply {{ink_zero}} everywhere it makes sense so imprive code consistency.

Here's a rough list of the places to update:
{code}
$ git grep -e 'memset.*, 0, sizeof([^)]*))
...'
{code}


  was:
We should apply ``ink_zero`` everywhere it makes sense so imprive code consistency.

Here's a rough list of the places to update:
{code}
$ git grep -e 'memset.*, 0, sizeof([^)]*))
...'
{code}



> Prefer ink_zero to memset(0)
> ----------------------------
>
>                 Key: TS-4575
>                 URL: https://issues.apache.org/jira/browse/TS-4575
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: James Peach
>             Fix For: sometime
>
>
> We should apply {{ink_zero}} everywhere it makes sense so imprive code consistency.
> Here's a rough list of the places to update:
> {code}
> $ git grep -e 'memset.*, 0, sizeof([^)]*))
> ...'
> {code}



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