Skip to content

Commit 9c3a0e3

Browse files
authored
Merge pull request #9324 from douzzer/20251020-coverity-WC_SAFE_foo
20251020-coverity-WC_SAFE_foo
2 parents 936e350 + ca552cc commit 9c3a0e3

File tree

4 files changed

+484
-44
lines changed

4 files changed

+484
-44
lines changed

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11192,7 +11192,7 @@ static WC_INLINE int GrowOutputBuffer(WOLFSSL* ssl, int size)
1119211192
#else
1119311193
const byte align = WOLFSSL_GENERAL_ALIGNMENT;
1119411194
#endif
11195-
word32 newSz;
11195+
word32 newSz = 0;
1119611196

1119711197
#if WOLFSSL_GENERAL_ALIGNMENT > 0
1119811198
/* the encrypted data will be offset from the front of the buffer by

0 commit comments

Comments
 (0)