You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2015/12/16 20:15:46 UTC

[jira] [Resolved] (TS-3923) CID 1324706: Uninitialized members (UNINIT_CTOR)

     [ https://issues.apache.org/jira/browse/TS-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-3923.
-------------------------------
       Resolution: Invalid
    Fix Version/s:     (was: 6.1.0)

> CID 1324706:  Uninitialized members  (UNINIT_CTOR)
> --------------------------------------------------
>
>                 Key: TS-3923
>                 URL: https://issues.apache.org/jira/browse/TS-3923
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Leif Hedstrom
>            Assignee: Pushkar Pradhan
>
> {code}
> New defect(s) Reported-by: Coverity Scan
> Showing 1 of 1 defect(s)
> ** CID 1324706:  Uninitialized members  (UNINIT_CTOR)
> /proxy/InkAPITest.cc: 258 in SDK_NetVConn_Params::SDK_NetVConn_Params(const char *, RegressionTest *, int *)()
> ________________________________________________________________________________________________________
> *** CID 1324706:  Uninitialized members  (UNINIT_CTOR)
> /proxy/InkAPITest.cc: 258 in SDK_NetVConn_Params::SDK_NetVConn_Params(const char *, RegressionTest *, int *)()
> 252     
> 253     struct SDK_NetVConn_Params {
> 254       SDK_NetVConn_Params(const char *_a, RegressionTest *_t, int *_p)
> 255         : buffer(NULL), api(_a), port(0), test(_t), pstatus(_p), server_vc(NULL), client_vc(NULL)
> 256       {
> 257         this->status.client = this->status.server = REGRESSION_TEST_INPROGRESS;
>    CID 1324706:  Uninitialized members  (UNINIT_CTOR)
>    Non-static class member "vio" is not initialized in this constructor nor in any functions that it calls.
> 258       }
> 259     
> 260       ~SDK_NetVConn_Params()
> 261       {
> 262         if (this->buffer) {
> 263           TSIOBufferDestroy(this->buffer);
> {code}



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