GitHub user sekimura opened a pull request:

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

    TS-4938: Avoid crashes due to NULL vc dereferences.

    Potentially this could fix TS-5046 SEGV HttpSM::tunnel_handler_server(int 
event, HttpTunnelProducer *p)
    
    cherry picked from commit 784e7cc8a91b48b93b57cad27ba403684880969f
    
    Conflicts:
        proxy/http/HttpSM.cc
        proxy/http/HttpServerSession.h

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

    $ git pull https://github.com/sekimura/trafficserver ts-4938-backport

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

    https://github.com/apache/trafficserver/pull/1232.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 #1232
    
----
commit cb7d71a6b1a0789fe66c424c51f137787a12e70b
Author: Susan Hinrichs <shinr...@ieee.org>
Date:   2016-10-06T16:20:08Z

    TS-4938: Avoid crashes due to NULL vc dereferences.
    
    One more null check.
    
    Remove server_session null checks.  And address James' comments.
    
    clang-format
    
    (cherry picked from commit 784e7cc8a91b48b93b57cad27ba403684880969f)
    
    Conflicts:
        proxy/http/HttpSM.cc
        proxy/http/HttpServerSession.h

----


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