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/09/21 17:01:04 UTC

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

Leif Hedstrom created TS-3923:
---------------------------------

             Summary: 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


{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)