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

[29.0.0] Fix dropping cached stack with Store::into_data #10014

Merged

Conversation

alexcrichton
Copy link
Member

Backport of #10009 for this release branch before it's released this weekend.

…0009)

This commit fixes a regression from bytecodealliance#9604 where using `Store::into_data`
wouldn't properly drop a cached stack in a store like a `Drop`
destructor. The fix here is to add the `flush_fiber_stack` method into
the `into_data` here as well.
@alexcrichton alexcrichton requested a review from a team as a code owner January 14, 2025 20:59
@alexcrichton alexcrichton requested review from pchickey and removed request for a team January 14, 2025 20:59
@alexcrichton alexcrichton enabled auto-merge (squash) January 14, 2025 21:04
@alexcrichton alexcrichton merged commit c72e60f into bytecodealliance:release-29.0.0 Jan 14, 2025
136 checks passed
@alexcrichton alexcrichton deleted the backport3 branch January 14, 2025 21:18
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