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.
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.
fitzgen submitted PR Review.
fitzgen merged PR #2506.
Last updated: Nov 22 2024 at 17:03 UTC