File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18879,7 +18879,7 @@ static int test_wolfSSL_d2i_and_i2d_PublicKey_ecc(void)
1887918879 const unsigned char* p;
1888018880 unsigned char *der = NULL;
1888118881 unsigned char *tmp = NULL;
18882- int derLen;
18882+ int derLen = -1 ;
1888318883 unsigned char pub_buf[65];
1888418884 unsigned char pub_spki_buf[91];
1888518885 const int pub_len = 65;
@@ -18989,7 +18989,7 @@ static int test_wolfSSL_d2i_and_i2d_DSAparams(void)
1898918989 };
1899018990 int derInLen = sizeof(derIn);
1899118991 byte* derOut = NULL;
18992- int derOutLen;
18992+ int derOutLen = -1 ;
1899318993 byte* p = derIn;
1899418994
1899518995 /* Check that params can be successfully decoded. */
Original file line number Diff line number Diff line change @@ -3143,7 +3143,7 @@ int test_wc_PKCS7_GetEnvelopedDataKariRid(void)
31433143 byte rid [256 ];
31443144 byte cms [1024 ];
31453145 XFILE cmsFile = XBADFILE ;
3146- int ret ;
3146+ int ret = -1 ;
31473147 word32 ridSz = sizeof (rid );
31483148 XFILE skiHexFile = XBADFILE ;
31493149 byte skiHex [256 ];
You can’t perform that action at this time.
0 commit comments