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 various issues reported by Coverity #2047

Merged

Conversation

0intro
Copy link
Contributor

@0intro 0intro commented Oct 25, 2023

This change fixes various issues reported by Coverity :

  • oval_sexp_to_sysitem: null pointer derefrence
  • probe_worker: insecure chroot
  • inetlisteningservers_probe_main: uninitialized memory
  • rpmverifypackage_additem: invalid type in argument to printf format specifier

 - oval_sexp_to_sysitem: null pointer derefrence
 - probe_worker: insecure chroot
 - inetlisteningservers_probe_main: uninitialized memory
 - rpmverifypackage_additem: invalid type in argument to printf format specifier
@0intro 0intro force-pushed the coverity-various-issues-20231025 branch from 435c455 to cb8d27d Compare October 25, 2023 09:34
Copy link
Contributor

@evgenyz evgenyz left a comment

Choose a reason for hiding this comment

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

Thanks.

@evgenyz evgenyz merged commit 8685ea1 into OpenSCAP:maint-1.3 Nov 7, 2023
19 checks passed
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