mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
clang-tidy warning of garbage value used
This commit is contained in:
@ -12372,7 +12372,7 @@ WOLFSSL_API int wc_PKCS7_DecodeEnvelopedData(wc_PKCS7* pkcs7, byte* in,
|
|||||||
byte padLen;
|
byte padLen;
|
||||||
byte* encryptedContent = NULL;
|
byte* encryptedContent = NULL;
|
||||||
int explicitOctet = 0;
|
int explicitOctet = 0;
|
||||||
word32 localIdx;
|
word32 localIdx = 0;
|
||||||
byte tag = 0;
|
byte tag = 0;
|
||||||
|
|
||||||
if (pkcs7 == NULL)
|
if (pkcs7 == NULL)
|
||||||
|
Reference in New Issue
Block a user