You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Daniel Xu (JIRA)" <ji...@apache.org> on 2016/11/14 17:32:58 UTC

[jira] [Updated] (TS-5053) const char **argv passed to TSPluginInit is not null terminated

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

Daniel Xu updated TS-5053:
--------------------------
    Description: 
See title. 

One example of an issue is that {{lib/ts/ink_args.cc}} actually relies on **argv being null terminated. Interesting segfaults occur in plugins usings the ATS argument parser. 

  was:
See title. 

An example of an issue this can cause is that {{lib/ts/ink_args.cc}} actually relies on **argv being null terminated. Interesting segfaults occur in plugins usings the ATS argument parser. 


> const char **argv passed to TSPluginInit is not null terminated
> ---------------------------------------------------------------
>
>                 Key: TS-5053
>                 URL: https://issues.apache.org/jira/browse/TS-5053
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>            Reporter: Daniel Xu
>            Assignee: Daniel Xu
>
> See title. 
> One example of an issue is that {{lib/ts/ink_args.cc}} actually relies on **argv being null terminated. Interesting segfaults occur in plugins usings the ATS argument parser. 



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