GitHub user alhonen opened a pull request:

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

    TS-4583: Null-pointer dereference after check

    Fixes Coverity issue CID 1021958: HttpSM.cc checks server_entry against
    NULL, suggesting it might be NULL, before calling
    release_server_session(), which dereferences server_entry.

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

    $ git pull https://github.com/alhonen/trafficserver TS-4583

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

    https://github.com/apache/trafficserver/pull/802.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 #802
    
----
commit cf5da38f2dddd976e2f08d1279977c9aafbbb44f
Author: Jari Alhonen <jari_alho...@apple.com>
Date:   2016-07-17T04:26:22Z

    TS-4583: Null-pointer dereference after check
    
    Fixes Coverity issue CID 1021958: HttpSM.cc checks server_entry against
    NULL, suggesting it might be NULL, before calling
    release_server_session(), which dereferences server_entry.

----


---
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.
---

Reply via email to