Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix valgrind warning in server.c #414

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Fix valgrind warning in server.c #414

merged 1 commit into from
Apr 4, 2024

Conversation

ctz
Copy link
Member

@ctz ctz commented Apr 4, 2024

No description provided.

@@ -311,7 +311,7 @@ main(int argc, const char **argv)
}

result = rustls_web_pki_client_cert_verifier_builder_add_crl(
client_cert_verifier_builder, (uint8_t *)crlbuf, certbuf_len);
client_cert_verifier_builder, (uint8_t *)crlbuf, crlbuf_len);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this was my copy/paste error in 10d1be7

Thanks for fixing.

@ctz ctz force-pushed the jbp-valgrind-server.c branch from 4fd9405 to b898728 Compare April 4, 2024 16:27
@cpu
Copy link
Member

cpu commented Apr 4, 2024

Trivial bugfix in test only code. Going to merge this one 🚀

@cpu cpu merged commit 46a5d04 into main Apr 4, 2024
42 checks passed
@cpu cpu deleted the jbp-valgrind-server.c branch April 4, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants