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

Silence static analyser with additional checks #1123

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

samuel40791765
Copy link
Contributor

Issues:

Resolves V973158980

Description of changes:

Our static analyser caught some places where we weren't checking the return type before the value was used. Only the mssing check in ssl_set_cert was detected. The analyser didn't complain about cert_set_chain_and_key, but I added a comment there for clarification.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@samuel40791765 samuel40791765 requested a review from a team as a code owner July 31, 2023 18:33
@samuel40791765 samuel40791765 merged commit a818ddf into aws:main Jul 31, 2023
@skmcgrail skmcgrail mentioned this pull request Aug 1, 2023
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.

3 participants