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

GUFA: Fix signed reads of packed GC data #6494

Merged
merged 5 commits into from
Apr 11, 2024
Merged

Conversation

kripken
Copy link
Member

@kripken kripken commented Apr 11, 2024

GUFA already truncated packed fields on write, which is enough for unsigned gets,
but for signed gets we also need to sign them on reads.

Similar to #6493 but for GUFA. Also found by #6486

@kripken kripken requested a review from tlively April 11, 2024 18:38
@kripken kripken merged commit 729f64c into WebAssembly:main Apr 11, 2024
13 checks passed
@kripken kripken deleted the gufa.packed branch April 11, 2024 20:33
@gkdn gkdn mentioned this pull request Aug 31, 2024
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