Skip to content

[GUFA] Fix crash on switch handlers - #9110

Merged
tlively merged 1 commit into
mainfrom
gufa-switch-handler
Sep 16, 2026
Merged

tlively merged 1 commit into
mainfrom
gufa-switch-handler

Conversation

@tlively

@tlively tlively commented Sep 16, 2026

Copy link
Copy Markdown
Member

Switch handlers on resume and resume_throw instructions do not have associated labels. GUFA previously assumed that all handlers would have labels, and would crash after trying to look up the target of an empty name. Fix the bug by explicitly checking for the presence of a label on the handlers.

Switch handlers on `resume` and `resume_throw` instructions do not have associated labels. GUFA previously assumed that all handlers would have labels, and would crash after trying to look up the target of an empty name. Fix the bug by explicitly checking for the presence of a label on the handlers.
@tlively
tlively requested a review from a team as a code owner September 16, 2026 22:01
@tlively
tlively requested review from kripken and removed request for a team September 16, 2026 22:01
@tlively
tlively merged commit cbecb31 into main Sep 16, 2026
16 checks passed
@tlively
tlively deleted the gufa-switch-handler branch September 16, 2026 23:01
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