Skip to content

Commit

Permalink
Merge pull request #8376 from dgarske/quic_test
Browse files Browse the repository at this point in the history
Fix for QUIC test `test_provide_quic_data`
  • Loading branch information
douzzer authored Jan 24, 2025
2 parents 8ab85a2 + 5d43e74 commit ca92284
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 ca92284

Please sign in to comment.