[
https://issues.apache.org/jira/browse/TS-4582?focusedWorklogId=31104&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31104
]
ASF GitHub Bot logged work on TS-4582:
--------------------------------------
Author: ASF GitHub Bot
Created on: 26/Oct/16 18:24
Start Date: 26/Oct/16 18:24
Worklog Time Spent: 10m
Work Description: GitHub user zwoop opened a pull request:
https://github.com/apache/trafficserver/pull/1143
TS-4582: Do not allow multiple --policy arguments
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zwoop/trafficserver TS-4582
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1143.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1143
----
commit d34aa7f1b02f42f487116dfe0bddbc17276f9841
Author: Leif Hedstrom <[email protected]>
Date: 2016-10-26T18:22:53Z
TS-4582: Do not allow multiple --policy arguments
----
Issue Time Tracking
-------------------
Worklog Id: (was: 31104)
Time Spent: 10m
Remaining Estimate: 0h
> Coverity Issue 1200019: overwrite_var: Resource leak
> ----------------------------------------------------
>
> Key: TS-4582
> URL: https://issues.apache.org/jira/browse/TS-4582
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: David Souza
> Assignee: Leif Hedstrom
> Fix For: 7.1.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code}
> 3. alloc_fn: Storage is returned from allocation function
> MakeBalancerInstance. [show details]
> 4. var_assign: Assigning: balancer = storage returned from
> MakeBalancerInstance(optarg).
>
> CID 1200019 (#1 of 1): Resource leak (RESOURCE_LEAK)
> 10. overwrite_var: Overwriting balancer in balancer =
> MakeBalancerInstance(optarg) leaks the storage that balancer points to.
> 122 balancer = MakeBalancerInstance(opting);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)