[GitHub] trafficserver pull request #1257: TS-5053 const char **argv passed to TSPlug...

2017-01-05 Thread shinrich
Github user shinrich closed the pull request at: https://github.com/apache/trafficserver/pull/1257 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] trafficserver pull request #1257: TS-5053 const char **argv passed to TSPlug...

2016-12-12 Thread danobi
GitHub user danobi opened a pull request: https://github.com/apache/trafficserver/pull/1257 TS-5053 const char **argv passed to TSPluginInit is not null terminated Typically **argv is null terminated in other systems. There's no good reason for ATS to be any different. You can