Skip to content

Commit 68ed739

Browse files
committed
Fix from review
1 parent 60349a3 commit 68ed739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_tls13.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4590,7 +4590,7 @@ int test_tls13_empty_record_limit(void)
45904590
struct test_memio_ctx test_ctx;
45914591
WOLFSSL_CTX *ctx_c = NULL, *ctx_s = NULL;
45924592
WOLFSSL *ssl_c = NULL, *ssl_s = NULL;
4593-
int recSz;
4593+
int recSz = 0;
45944594
/* Send exactly WOLFSSL_MAX_EMPTY_RECORDS to pin the boundary check.
45954595
* The Nth record increments the counter to N, and `N >= N` triggers
45964596
* the error. Sending one more would let a `>=` -> `>` mutation survive

0 commit comments

Comments
 (0)