Skip to content

Fix crash in MinimizeRecGroups#8685

Merged
tlively merged 1 commit intomainfrom
8682
May 8, 2026
Merged

Fix crash in MinimizeRecGroups#8685
tlively merged 1 commit intomainfrom
8682

Conversation

@tlively
Copy link
Copy Markdown
Member

@tlively tlively commented May 8, 2026

We previously did not store type indices for public types. This caused a crash when the logic for comparing rec groups came across references to public types and assumed there would be indices to compare them by.

Fixes #8682.

We previously did not store type indices for public types. This caused a crash when the logic for comparing rec groups came across references to public types and assumed there would be indices to compare them by.
@tlively tlively requested a review from kripken May 8, 2026 22:29
@tlively tlively requested a review from a team as a code owner May 8, 2026 22:29
@tlively tlively merged commit 79d54a1 into main May 8, 2026
16 checks passed
@tlively tlively deleted the 8682 branch May 8, 2026 23:19
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.

MinimizeRecGroups fuzz bug

2 participants