We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60349a3 commit 68ed739Copy full SHA for 68ed739
1 file changed
tests/api/test_tls13.c
@@ -4590,7 +4590,7 @@ int test_tls13_empty_record_limit(void)
4590
struct test_memio_ctx test_ctx;
4591
WOLFSSL_CTX *ctx_c = NULL, *ctx_s = NULL;
4592
WOLFSSL *ssl_c = NULL, *ssl_s = NULL;
4593
- int recSz;
+ int recSz = 0;
4594
/* Send exactly WOLFSSL_MAX_EMPTY_RECORDS to pin the boundary check.
4595
* The Nth record increments the counter to N, and `N >= N` triggers
4596
* the error. Sending one more would let a `>=` -> `>` mutation survive
0 commit comments