Skip to content

Commit

Permalink
Fix for QUIC test introduced in PR #8358.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Jan 24, 2025
1 parent 8ab85a2 commit 5d43e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/quic.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ static int test_provide_quic_data(void) {
size_t len;
int ret = 0;

XMEMSET(lbuffer, 0, sizeof(lbuffer));

AssertNotNull(ctx = wolfSSL_CTX_new(wolfTLSv1_3_client_method()));
AssertTrue(wolfSSL_CTX_set_quic_method(ctx, &dummy_method) == WOLFSSL_SUCCESS);
/* provide_quic_data() feeds CRYPTO packets inside a QUIC Frame into
Expand Down

0 comments on commit 5d43e74

Please sign in to comment.