GitHub user sekimura opened a pull request: https://github.com/apache/trafficserver/pull/1221
TS-5046: Guard against the server_session server_vc being NULL Only happens with 6.2.x branch and I could not identify which commit fixed this in 7.0.x branch hence here is an bandaid. I'm happy to withdraw this PR if we can identify a commit in 7.0.x so that we can simply backport it to 6.2.x. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sekimura/trafficserver ts-5046 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/1221.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 #1221 ---- commit ef1d60246e5660f77ee0317f1e0d78a6ab75a1c6 Author: Masa Sekimura <sekim...@gmail.com> Date: 2016-11-15T19:36:20Z TS-5046: Guard against the server_session server_vc being NULL ---- --- 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. ---