-
Notifications
You must be signed in to change notification settings - Fork 66
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
storage: fix coverity issues #474
Conversation
🎉 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 (cf42f26), label this PR with |
8a0dc41
to
c6b5c94
Compare
Issue 321044: Out-of-bounds write
319213: Untrusted loop bound 319262: Logically dead code
fe8671c
to
4589494
Compare
319204: Resource leak 319225, 319233: Out-of-bounds access 319244: Resource leak 319252: Resource leak 319243: Out-of-bounds access
319214: Resource leak
319236, 319242: Unchecked return value
319210: Unitialized variables in oc_oscore_engine.c 319251: Resource leak in oc_oscore_context.c 319203, 319207, 319216, 319222, 319231, 319232, 319246, 319258: Resource leak in oc_obt.c 319217, 319227, 319229: Out-of-bounds access in oc_conv_byte_array_to_hex_string 319228: Uninitialized scalar variable in oc_obt.c
4589494
to
0acf112
Compare
SonarCloud Quality Gate failed. 0 Bugs 40.9% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Fixes #467
Issue 321044: Out-of-bounds write