GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/727
TS-4571: Fix "pointer to local outside scope" (CID 1356978) 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) You can merge this pull request into a Git repository by running: $ git pull https://github.com/PSUdaemon/trafficserver TS-4571 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/727.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 #727 ---- commit 7c33f9f5d55b63885392f591f088c7172855fdab Author: Phil Sorber <sor...@apache.org> Date: 2016-06-21T20:47:32Z TS-4571: Fix "pointer to local outside scope" (CID 1356978) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---