[
https://issues.apache.org/jira/browse/TS-4895?focusedWorklogId=29701&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29701
]
ASF GitHub Bot logged work on TS-4895:
--------------------------------------
Author: ASF GitHub Bot
Created on: 26/Sep/16 04:23
Start Date: 26/Sep/16 04:23
Worklog Time Spent: 10m
Work Description: GitHub user oknet opened a pull request:
https://github.com/apache/trafficserver/pull/1046
TS-4895: Initialize default_inactivity_timeout (CID 1021743 from TS-4612)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oknet/trafficserver TS-4895
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1046.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 #1046
----
commit 9108bc942d1f0d141ec3de0082ac5b0f4f4fed6d
Author: Oknet Xu <[email protected]>
Date: 2016-09-26T04:15:33Z
TS-4895: Initialize default_inactivity_timeout (CID 1021743 from TS-4612)
----
Issue Time Tracking
-------------------
Worklog Id: (was: 29701)
Time Spent: 10m
Remaining Estimate: 0h
> CID 1021743: Uninitialized members in iocore/net/UnixNet.cc
> ------------------------------------------------------------
>
> Key: TS-4895
> URL: https://issues.apache.org/jira/browse/TS-4895
> Project: Traffic Server
> Issue Type: Bug
> Components: Network
> Reporter: Leif Hedstrom
> Assignee: Oknet Xu
> Labels: coverity
> Fix For: 7.1.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code}
> *** CID 1021743: Uninitialized members (UNINIT_CTOR)
> /iocore/net/UnixNet.cc: 269 in NetHandler::NetHandler()()
> 263 max_connections_active_in(0),
> 264 inactive_threashold_in(0),
> 265 transaction_no_activity_timeout_in(0),
> 266 keep_alive_no_activity_timeout_in(0)
> 267 {
> 268 SET_HANDLER((NetContHandler)&NetHandler::startNetEvent);
> CID 1021743: Uninitialized members (UNINIT_CTOR)
> Non-static class member "default_inactivity_timeout" is not initialized in
> this constructor nor in any functions that it calls.
> 269 }
> 270
> 271 int
> 272 update_nethandler_config(const char *name, RecDataT data_type
> ATS_UNUSED, RecData data, void *cookie)
> 273 {
> 274 NetHandler *nh = static_cast<NetHandler *>(cookie);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)