-
Notifications
You must be signed in to change notification settings - Fork 824
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
[wasmer] panic! triggered in lib/runtime-core/src/types.rs #653
Labels
Comments
TODO: add fuzzer-trophy tag for this issue |
I tried pull request #654 and it's good for me.
|
bors bot
added a commit
that referenced
this issue
Aug 13, 2019
673: Add memory descriptor validation r=bjfish a=bjfish Fixes #653 Co-authored-by: Brandon Fish <[email protected]>
It's seems that the patch of this issue was not merge to master (or reintroduce). TODO: re-open issue |
Fixed here: 42e4871 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Thanks for the bug report!
Describe the bug
panic! is called when the memory is shared but without max value given.
This issue is making wasmer to panicked.
wasmer/lib/runtime-core/src/types.rs
Lines 340 to 348 in f68ad7f
Expected behavior
wasmer
should generate an exception and quit properly.Status of my environment
Steps to reproduce
Download panic_shared_memory_without_max.zip
Actual behavior
Additional context
The wasm module attached is detect as invalid by multiple other wasm tools
The text was updated successfully, but these errors were encountered: