[
https://issues.apache.org/jira/browse/TS-4258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15181769#comment-15181769
]
ASF GitHub Bot commented on TS-4258:
------------------------------------
GitHub user SolidWallOfCode opened a pull request:
https://github.com/apache/trafficserver/pull/513
TS-4258: NULL out server_session when it is destroyed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SolidWallOfCode/trafficserver ts-4258
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/513.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 #513
----
commit d114b6c12631d86e96b46dfc30010c93a22afe00
Author: Alan M. Carroll <[email protected]>
Date: 2016-03-05T16:33:50Z
TS-4258: NULL out server_session when it is destroyed.
----
> server_session should be NULL'd out after being closed.
> -------------------------------------------------------
>
> Key: TS-4258
> URL: https://issues.apache.org/jira/browse/TS-4258
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Reporter: Alan M. Carroll
>
> Y! has had some crashes because {{HttpSM::server_session}} can be closed (via
> {{do_io_close}}) which destroys the {{HttpServerSession}} but the pointer
> remains as a trap for later code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)