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

Fixes a potential crash during plugin shutdown. #415

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

LoneBoco
Copy link
Contributor

This patch makes sure all plugin pointers are erased from all lists when the plugin is deleted. It resolves a possible use-after-free issue.

@mikke89
Copy link
Owner

mikke89 commented Feb 13, 2023

Yeah, this change makes a lot of sense. Looks like you left a commit from the previous PR though, I'll merge it as soon as that is fixed.

@LoneBoco
Copy link
Contributor Author

I've rebased it on the current tip.

@mikke89 mikke89 merged commit 1b1a882 into mikke89:master Feb 13, 2023
@mikke89
Copy link
Owner

mikke89 commented Feb 13, 2023

Thanks!

@LoneBoco LoneBoco deleted the bugfix/plugin-shutdown-crash branch February 13, 2023 23:43
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