[
https://issues.apache.org/jira/browse/TS-4327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227207#comment-15227207
]
ASF GitHub Bot commented on TS-4327:
------------------------------------
GitHub user jrushf1239k opened a pull request:
https://github.com/apache/trafficserver/pull/550
TS-4327: Fix bug introduced with the addition of multi-site origin to…
Fixe a segmentation fault when checking the parent_result.rec pointer
before it has been set by findParent(). See TS-4327.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jrushf1239k/trafficserver ts4327
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/550.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 #550
----
commit ee280a771785c469f60050cf6e8136a2089d84d4
Author: John J. Rushford <[email protected]>
Date: 2016-04-05T21:45:58Z
TS-4327: Fix bug introduced with the addition of multi-site origin to
parent selection.
----
> Fix bug introduced with the addition of multi-site origin to parent selection.
> ------------------------------------------------------------------------------
>
> Key: TS-4327
> URL: https://issues.apache.org/jira/browse/TS-4327
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Reporter: John Rushford
> Assignee: John Rushford
> Priority: Blocker
> Fix For: 6.2.0
>
>
> Fix a bug in HttpTransact::find_server_and_update_current_info() that causes
> a segmentation fault when checking a null parent record, s->parent_result.rec
> before it has been set by findParent().
> See pull request
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)