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

tree: Fix clearing application strings #750

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

tbzatek
Copy link
Contributor

@tbzatek tbzatek commented Nov 23, 2023

Freeing strings without clearing to NULL may potentially lead to double-free later when freeing the tree structs.

Freeing strings without clearing to NULL may potentially lead
to double-free later when freeing the tree structs.

Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
@igaw igaw merged commit 0da1f66 into linux-nvme:master Nov 27, 2023
14 checks passed
@igaw
Copy link
Collaborator

igaw commented Nov 27, 2023

Thanks!

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