You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/10/26 18:21:58 UTC

[jira] [Work started] (TS-4582) Coverity Issue 1200019: overwrite_var: Resource leak

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

Work on TS-4582 started by Leif Hedstrom.
-----------------------------------------
> 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
>
>
> {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)