[ 
https://issues.apache.org/jira/browse/TS-5041?focusedWorklogId=31986&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31986
 ]

ASF GitHub Bot logged work on TS-5041:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Nov/16 15:05
            Start Date: 11/Nov/16 15:05
    Worklog Time Spent: 10m 
      Work Description: Github user atsci commented on the issue:

    https://github.com/apache/trafficserver/pull/1217
  
    FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/Github-FreeBSD/1200/ for details.
     



Issue Time Tracking
-------------------

    Worklog Id:     (was: 31986)
    Time Spent: 20m  (was: 10m)

> 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
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {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)

Reply via email to