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

tls: Fix coverity issues #472

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

Danielius1922
Copy link
Member

@Danielius1922 Danielius1922 commented Jun 21, 2023

Fixes #467

Issues 319212 and 319248: bad check of error condition in SSL write

Issue 319221: overlapping memcpy when creating an incomming message

@ocf-conformance-test-tool
Copy link

🎉 Thank you for your code contribution! To guarantee the change/addition is conformant to the OCF Specification, we would like to ask you to execute OCF Conformance Testing of your change ☝️ when your work is ready to be reviewed.


ℹ️ To verify your latest change (b684593), label this PR with OCF Conformance Testing.

⚠️ Label is removed with every code change.

@Danielius1922 Danielius1922 force-pushed the adam/bugfix/467-coverity-fixes-2 branch 2 times, most recently from e526f86 to 2b371b4 Compare June 22, 2023 08:18
@Danielius1922 Danielius1922 requested a review from jkralik June 22, 2023 12:16
Issues 319212 and 319248: bad check of error condition in SSL write

Issue 319221: overlapping memcpy when creating an incomming message
@Danielius1922 Danielius1922 force-pushed the adam/bugfix/467-coverity-fixes-2 branch from 2b371b4 to 346dd6d Compare June 22, 2023 12:19
@sonarcloud
Copy link

sonarcloud bot commented Jun 22, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

78.9% 78.9% Coverage
37.7% 37.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@Danielius1922 Danielius1922 added OCF Conformance Testing OCF Conformance Testing required and removed OCF Conformance Testing OCF Conformance Testing required labels Jun 22, 2023
@Danielius1922 Danielius1922 merged commit c7ce584 into master Jun 23, 2023
@Danielius1922 Danielius1922 deleted the adam/bugfix/467-coverity-fixes-2 branch June 23, 2023 13:33
@github-actions github-actions bot locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
OCF Conformance Testing OCF Conformance Testing required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coverity issues
2 participants