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 fuzzer-found frame stack corruption in rollback if instance storage fails #1173

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

graydon
Copy link
Contributor

@graydon graydon commented Nov 3, 2023

This used to be a panic but as of #1160 it's just an InternalError. Still, not something we want!

@graydon graydon requested review from dmkozh and removed request for sisuresh November 3, 2023 18:38
Copy link
Contributor

@dmkozh dmkozh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sorry about that. It seems like other fallible operations can only fail due to borrow errors, which hopefully won't happen (unless there is a bug elsewhere).

@graydon graydon added this pull request to the merge queue Nov 3, 2023
@graydon graydon added the fuzz label Nov 3, 2023
Merged via the queue into main with commit dce34f9 Nov 3, 2023
10 checks passed
@graydon graydon deleted the fuzz-panic-instance-storage-failure-frame-mismatch branch November 3, 2023 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants