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 two use-after-free issues #30

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

frozencemetery
Copy link
Member

No description provided.

Instead of freeing all events, verto_free() would spin trying to free
the same one.

Discovered by scan-build.

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Linked-list deletion didn't actually happen, and we'd try to
reinitialize freed modules (that weren't reinitializable anyway).

Discovered by scan-build.

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
@frozencemetery frozencemetery merged commit 84d0bdd into latchset:main Mar 15, 2021
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.

1 participant