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 used after free issue in SerialIOTests #1657

Merged

Conversation

franzpoeschel
Copy link
Contributor

Destructor may run after the flag has been deleted. Not even Valgrind caught this, but the Clang Sanitizer does in #1597.
Factored out of there.

Destructor may run after the flag has been deleted. Not even Valgrind
caught this.
@franzpoeschel franzpoeschel added this to the 0.16.0 milestone Aug 1, 2024
@franzpoeschel franzpoeschel requested a review from ax3l August 1, 2024 13:39
@franzpoeschel franzpoeschel enabled auto-merge (squash) August 1, 2024 13:39
@franzpoeschel franzpoeschel mentioned this pull request Aug 1, 2024
2 tasks
@franzpoeschel franzpoeschel merged commit 443fdef into openPMD:dev Aug 1, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant