Skip to content

rustls: exit on error#19125

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/rustls-early-exit
Closed

rustls: exit on error#19125
bagder wants to merge 1 commit into
masterfrom
bagder/rustls-early-exit

Conversation

@bagder

@bagder bagder commented Oct 18, 2025

Copy link
Copy Markdown
Member

In init_config_builder_verifier() the call to
rustls_root_cert_store_builder_build() set result on failure but did not return.

Pointed out by ZeroPath

In init_config_builder_verifier() the call to
rustls_root_cert_store_builder_build() set result on failure but did not
return.

Pointed out by ZeroPath
@github-actions github-actions Bot added the TLS label Oct 18, 2025
@bagder bagder marked this pull request as ready for review October 18, 2025 21:37
@bagder

bagder commented Oct 18, 2025

Copy link
Copy Markdown
Member Author

/cc @cpu

@cpu cpu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks! This fix looks good to me. Another point for the AI bot ☑️

@bagder bagder closed this in d3b2ba9 Oct 19, 2025
@bagder bagder deleted the bagder/rustls-early-exit branch October 19, 2025 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants