[GitHub] trafficserver pull request #1232: TS-4938: Avoid crashes due to NULL vc dere...

2016-11-28 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/1232 --- 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

[GitHub] trafficserver pull request #1232: TS-4938: Avoid crashes due to NULL vc dere...

2016-11-28 Thread shinrich
Github user shinrich commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1232#discussion_r89840018 --- Diff: proxy/http/HttpTransact.cc --- @@ -558,7 +558,8 @@ HttpTransact::BadRequest(State *s) void HttpTransact::HandleBlindTunnel(State

[GitHub] trafficserver pull request #1232: TS-4938: Avoid crashes due to NULL vc dere...

2016-11-22 Thread sekimura
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