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 #81714: segfault when serializing finalized HashContext #8265

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Contributor

@cmb69 cmb69 commented Mar 29, 2022

We must not allow to serialize already finalized HashContexts, since
the internal context is already freed. Since there is not much point
in serializing finalized HashContexts, we just bail out in that case.

We must not allow to serialize already finalized `HashContext`s, since
the internal context is already freed.  Since there is not much point
in serializing finalized `HashContext`s, we just bail out in that case.
@cmb69
Copy link
Contributor Author

cmb69 commented Apr 4, 2022

Any objections to merge this?

@cmb69 cmb69 closed this in c2eafc2 Apr 5, 2022
@cmb69 cmb69 deleted the cmb/81714 branch April 5, 2022 11:39
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.

None yet

2 participants