You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/10 22:45:20 UTC

[jira] [Work logged] (TS-4945) CID 1364096: Uninitialized members in iocore/net/UnixNetAccept.cc:

     [ https://issues.apache.org/jira/browse/TS-4945?focusedWorklogId=30343&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30343 ]

ASF GitHub Bot logged work on TS-4945:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Oct/16 22:45
            Start Date: 10/Oct/16 22:45
    Worklog Time Spent: 10m 
      Work Description: GitHub user zwoop opened a pull request:

    https://github.com/apache/trafficserver/pull/1087

    TS-4945: Remove unused member variable, epoll_vc

    CID 1364096

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zwoop/trafficserver TS-4945

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1087.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 #1087
    
----

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 30343)
            Time Spent: 10m
    Remaining Estimate: 0h

> CID 1364096:  Uninitialized members in iocore/net/UnixNetAccept.cc:
> -------------------------------------------------------------------
>
>                 Key: TS-4945
>                 URL: https://issues.apache.org/jira/browse/TS-4945
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Network
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 7.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code}
> *** CID 1364096:  Uninitialized members  (UNINIT_CTOR)
> /iocore/net/UnixNetAccept.cc: 524 in NetAccept::NetAccept(const NetProcessor::AcceptOptions &)()
> 518     // Accept Event handler
> 519     //
> 520     //
> 521     
> 522     NetAccept::NetAccept(const NetProcessor::AcceptOptions &_opt) : Continuation(NULL), period(0), ifd(NO_FD), opt(_opt)
> 523     {
>    CID 1364096:  Uninitialized members  (UNINIT_CTOR)
>    Non-static class member "epoll_vc" is not initialized in this constructor nor in any functions that it calls.
> 524     }
> 525     
> 526     //
> 527     // Stop listening.  When the next poll takes place, an error will result.
> 528     // THIS ONLY WORKS WITH POLLING STYLE ACCEPTS!
> 529     //
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)