You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Kit Chan (JIRA)" <ji...@apache.org> on 2016/11/07 06:31:01 UTC

[jira] [Work started] (TS-5041) CID 1365416: Leak in ts_lua plugin

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

Work on TS-5041 started by Kit Chan.
------------------------------------
> CID 1365416: Leak in ts_lua plugin
> ----------------------------------
>
>                 Key: TS-5041
>                 URL: https://issues.apache.org/jira/browse/TS-5041
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Lua, Plugins
>            Reporter: Kit Chan
>            Assignee: Kit Chan
>             Fix For: 7.1.0
>
>
> {code}
> *** CID 1365416:  Resource leaks  (RESOURCE_LEAK)
> /plugins/experimental/ts_lua/ts_lua_http.c: 458 in ts_lua_http_set_parent_proxy()
> 452         port     = luaL_checkinteger(L, 2);
> 453         TSHttpTxnParentProxySet(http_ctx->txnp, target, port);
> 454       } else {
> 455         return luaL_error(L, "incorrect # of arguments for set_parent_proxy, receiving %d instead of 2", n);
> 456       }
> 457
> >>>     CID 1365416:  Resource leaks  (RESOURCE_LEAK)
> >>>     Variable "target" going out of scope leaks the storage it points to.
> 458       return 0;
> 459     }
> 460
> 461     static int
> 462     ts_lua_http_get_parent_selection_url(lua_State *L)
> 463     {
> {code}



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