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

LibWasm: Properly check table bounds in element instantiation #24517

Merged
merged 1 commit into from
Jun 2, 2024
Merged

LibWasm: Properly check table bounds in element instantiation #24517

merged 1 commit into from
Jun 2, 2024

Conversation

dzfrias
Copy link
Contributor

@dzfrias dzfrias commented Jun 1, 2024

Offset is now checked using saturating addition to avoid overflow. This prevents a crash in the VM during instantiation.

Offset is now checked using saturating addition to avoid overflow. This
prevents a crash in the VM during instantiation.
@dzfrias dzfrias requested a review from alimpfard as a code owner June 1, 2024 20:19
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Jun 1, 2024
@alimpfard alimpfard merged commit 3085929 into SerenityOS:master Jun 2, 2024
12 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Jun 2, 2024
@dzfrias dzfrias deleted the wasm-elem-check branch June 2, 2024 18:25
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