Stream: git-wasmtime

Topic: wasmtime / PR #2506 Fix fuzzer expectation about valid mo...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2020 at 16:05):

alexcrichton opened PR #2506 from fix-expect-valid to main:

Recent changes to fuzzers made expectations more strict about handling
errors while fuzzing, but this erroneously changed a module compilation
step to always assume that the input wasm is valid. Instead a flag is
now passed through indicating whether the wasm blob is known valid or
invalid, and only if compilation fails and it's known valid do we panic.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2020 at 16:31):

alexcrichton updated PR #2506 from fix-expect-valid to main:

Recent changes to fuzzers made expectations more strict about handling
errors while fuzzing, but this erroneously changed a module compilation
step to always assume that the input wasm is valid. Instead a flag is
now passed through indicating whether the wasm blob is known valid or
invalid, and only if compilation fails and it's known valid do we panic.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2020 at 17:52):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2020 at 17:53):

fitzgen merged PR #2506.


Last updated: Oct 23 2024 at 20:03 UTC