Stream: git-wasmtime

Topic: wasmtime / PR #3092 Flag another error as ok to hit when ...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2021 at 18:41):

alexcrichton opened PR #3092 from fix-fvuzz to main:

We've got a lot of fuzz failures right now of modules instantiating
memories of 65536 pages, which we specifically disallow since the
representation of limits within Wasmtime don't support full 4GB
memories. This is ok, however, and it's not a fuzz failure that we're
interested in, so this commit allows strings of that error to pass
through the fuzzer.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2021 at 18:51):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2021 at 19:37):

alexcrichton merged PR #3092.


Last updated: Oct 23 2024 at 20:03 UTC