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

adaptived: effects: Fix coverity warning in cgroup_setting_psi_init() #41

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

drakenclimber
Copy link
Member

Fix uninitialized pointer read Coverity warning in cgroup_setting_psi_init():

Incorrect values could be read from, or even written to, an
arbitrary memory location, causing incorrect computations.

In cgroup_setting_psi_init: Reads an uninitialized pointer or
its target (CWE-457)

Fix uninitialized pointer read Coverity warning in
cgroup_setting_psi_init():

	Incorrect values could be read from, or even written to, an
	arbitrary memory location, causing incorrect computations.

	In cgroup_setting_psi_init: Reads an uninitialized pointer or
	its target (CWE-457)

Signed-off-by: Tom Hromatka <[email protected]>
@drakenclimber drakenclimber added the bug Something isn't working label Feb 21, 2025
@drakenclimber drakenclimber added this to the Adaptived v1.0.1 milestone Feb 21, 2025
@drakenclimber drakenclimber self-assigned this Feb 21, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 21, 2025
@drakenclimber drakenclimber merged commit c7ce99b into oracle:master Feb 21, 2025
6 checks passed
@drakenclimber drakenclimber deleted the coverity branch February 21, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant