Skip to content

adaptived: Fix a memory leak reported by Coverity #40

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

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

drakenclimber
Copy link
Member

Fix the following coverity warning in the cgroup_setting_by_psi effect:

        The system resource will not be reclaimed and reused, reducing
        the future availability of the resource.

        In cgroup_setting_psi_init: Leak of memory or pointers to system
        resources (CWE-404)

Fix the following coverity warning in the cgroup_setting_by_psi effect:

	The system resource will not be reclaimed and reused, reducing
	the future availability of the resource.

	In cgroup_setting_psi_init: Leak of memory or pointers to system
	resources (CWE-404)

Signed-off-by: Tom Hromatka <[email protected]>
Don't archive code coverage and test log artifacts.  One, I haven't used
the uploaded files for analysis or debugging, and, two, these steps are
failing.

	Error: Failed to CreateArtifact: Received non-retryable error:
	Failed request: (409) Conflict: an artifact with this name already
	exists on the workflow run

Signed-off-by: Tom Hromatka <[email protected]>
@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 b38dad0 into oracle:master Feb 21, 2025
6 checks passed
@drakenclimber drakenclimber deleted the coverity branch February 21, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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