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

Leif Hedstrom updated TS-3923:
------------------------------
    Assignee: Alan M. Carroll

> 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: Alan M. Carroll
>             Fix For: 6.1.0
>
>
> {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)

Reply via email to