From ebeb95e47bd0323eebb12b63a98c0981a156ce42 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Wed, 9 Jul 2025 09:13:14 -0700 Subject: [PATCH] Initialize Dilithium keyTypeTemp and keySizeTemp --- src/ssl_load.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ssl_load.c b/src/ssl_load.c index 71688bc8b..f5b7126ea 100644 --- a/src/ssl_load.c +++ b/src/ssl_load.c @@ -952,8 +952,8 @@ static int ProcessBufferTryDecodeDilithium(WOLFSSL_CTX* ctx, WOLFSSL* ssl, word32 idx; dilithium_key* key; int keyFormatTemp = 0; - int keyTypeTemp; - int keySizeTemp; + int keyTypeTemp = 0; + int keySizeTemp = 0; /* Allocate a Dilithium key to parse into. */ key = (dilithium_key*)XMALLOC(sizeof(dilithium_key), heap,