Skip to content

Fix use-after-free when re-initializing Set#214

Merged
mudge merged 1 commit into
mainfrom
fix-set-reinitialisation-before-compile
Apr 17, 2026
Merged

Fix use-after-free when re-initializing Set#214
mudge merged 1 commit into
mainfrom
fix-set-reinitialisation-before-compile

Conversation

@mudge
Copy link
Copy Markdown
Owner

@mudge mudge commented Apr 17, 2026

Picked up by fuzzing the gem with Ruzzy, prevent re-initialization of a Set to avoid a use-after-free when repeatedly calling match on an uncompiled Set while re-initializing it.

Picked up by fuzzing the gem with Ruzzy, prevent re-initialization of a
Set to avoid a use-after-free when repeatedly calling match on an
uncompiled Set while re-initializing it.
@mudge mudge merged commit 5dc4940 into main Apr 17, 2026
103 checks passed
@mudge mudge deleted the fix-set-reinitialisation-before-compile branch April 17, 2026 11:55
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.

1 participant