src/internal.c: work around false positive "C4701: potentially uninitialized local variable" in GrowOutputBuffer().

This commit is contained in:
Daniel Pouzzner
2025-10-20 23:54:15 -05:00
parent 279238ce63
commit ca552cc345

View File

@@ -11192,7 +11192,7 @@ static WC_INLINE int GrowOutputBuffer(WOLFSSL* ssl, int size)
#else
const byte align = WOLFSSL_GENERAL_ALIGNMENT;
#endif
word32 newSz;
word32 newSz = 0;
#if WOLFSSL_GENERAL_ALIGNMENT > 0
/* the encrypted data will be offset from the front of the buffer by