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

[jira] [Created] (TS-4571) Fix "pointer to local outside scope" (CID 1356978)

Phil Sorber created TS-4571:
-------------------------------

             Summary: Fix "pointer to local outside scope" (CID 1356978)
                 Key: TS-4571
                 URL: https://issues.apache.org/jira/browse/TS-4571
             Project: Traffic Server
          Issue Type: Bug
          Components: Parent Proxy
            Reporter: Phil Sorber


{noformat}
Dereferencing the returned or out-of-scope stack pointer will access an invalid location on the stack after its scope or after the function returns.
In ParentRecord::​Init(matcher_line *): Pointer to a local stack variable returned or used outside scope (CWE-562)
{noformat}



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