[
https://issues.apache.org/jira/browse/TS-4583?focusedWorklogId=25541&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25541
]
ASF GitHub Bot logged work on TS-4583:
--------------------------------------
Author: ASF GitHub Bot
Created on: 17/Jul/16 04:51
Start Date: 17/Jul/16 04:51
Worklog Time Spent: 10m
Work Description: GitHub user alhonen opened a pull request:
https://github.com/apache/trafficserver/pull/802
TS-4583: Null-pointer dereference after check
Fixes Coverity issue CID 1021958: HttpSM.cc checks server_entry against
NULL, suggesting it might be NULL, before calling
release_server_session(), which dereferences server_entry.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alhonen/trafficserver TS-4583
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/802.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 #802
----
commit cf5da38f2dddd976e2f08d1279977c9aafbbb44f
Author: Jari Alhonen <[email protected]>
Date: 2016-07-17T04:26:22Z
TS-4583: Null-pointer dereference after check
Fixes Coverity issue CID 1021958: HttpSM.cc checks server_entry against
NULL, suggesting it might be NULL, before calling
release_server_session(), which dereferences server_entry.
----
Issue Time Tracking
-------------------
Worklog Id: (was: 25541)
Time Spent: 10m
Remaining Estimate: 0h
> CID 1021958: Null-pointer dereference after check
> -------------------------------------------------
>
> Key: TS-4583
> URL: https://issues.apache.org/jira/browse/TS-4583
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Jari Alhonen
> Assignee: Jari Alhonen
> Fix For: 7.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> HttpSM.cc checks server_entry against NULL, suggesting it might be NULL,
> before calling release_server_session(), which dereferences server_entry.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)