GitHub user persiaAziz opened a pull request:

    https://github.com/apache/trafficserver/pull/1045

    TS-4891: Initializing prefix_str on declaration

    prefix_str should be initialized before setup_diagslog() is called in 
Diags.cc:146 since a failure in setup_diagslog can lead to a call of print_va 
which reads from prefix_str.
    
    Following trace might be helpful to understand the issue
    https://gist.github.com/persiaAziz/48a321a1c1913af1580261fa40d14df0

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/persiaAziz/trafficserver TS-4891

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1045.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 #1045
    
----
commit 7be6e2e2dc0034c068b4a981eaa53c903c2482c4
Author: Persia Aziz <[email protected]>
Date:   2016-09-23T21:17:14Z

    TS-4891: Initializing prefix_str on declaration

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to