Skip to content

Commit fcefb5c

Browse files
committed
Fix from review
1 parent 1d0d500 commit fcefb5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/pkcs12.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ int wc_PKCS12_parse_ex(WC_PKCS12* pkcs12, const char* psw,
13351335
byte* buf = NULL;
13361336
word32 i, oid;
13371337
word32 algId;
1338-
word32 contentSz;
1338+
word32 contentSz = 0;
13391339
int ret, pswSz;
13401340
#ifdef ASN_BER_TO_DER
13411341
int curIdx;

0 commit comments

Comments
 (0)