You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
yamt
added a commit
to yamt/wasm4
that referenced
this issue
Aug 14, 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.)
The text was updated successfully, but these errors were encountered: