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

Fix potential integer overflows in WasmPtr memory access methods #2786

Merged
merged 2 commits into from Feb 11, 2022

Conversation

Amanieu
Copy link
Contributor

@Amanieu Amanieu commented Feb 10, 2022

These couldnt be used to access memory out of bounds, but could cause panics that crash the runtime.

Thanks to @deian for reporting this issue!

@ptitSeb
Copy link
Contributor

ptitSeb commented Feb 11, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 11, 2022

@bors bors bot merged commit db0dc29 into master Feb 11, 2022
@bors bors bot deleted the fix_str_overflow branch February 11, 2022 11:02
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.

None yet

2 participants