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

native runtime doesn't seem to have a proper memory bounds check #750

Open
yamt opened this issue Aug 10, 2024 · 0 comments
Open

native runtime doesn't seem to have a proper memory bounds check #750

yamt opened this issue Aug 10, 2024 · 0 comments

Comments

@yamt
Copy link
Contributor

yamt commented Aug 10, 2024

looking at the implementations of host functions (blit etc)
they seem only validating the given pointer is pointing inside the wasm memory.
it isn't enough for functions which access more than one byte. (ie. most of them.)

yamt added a commit to yamt/wasm4 that referenced this issue Aug 14, 2024
yamt added a commit to yamt/wasm4 that referenced this issue Aug 14, 2024
yamt added a commit to yamt/wasm4 that referenced this issue Aug 15, 2024
yamt added a commit to yamt/wasm4 that referenced this issue Aug 15, 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

No branches or pull requests

1 participant