alexcrichton opened PR #2185 from fuzz-maybe-invalid
to main
:
This commit uses the new
MaybeInvalidModule
type inwasm-smith
to
try to explore more points in the fuzz target space in the
instantiate-wasm-smith
fuzz target. The goal here is to use the raw
fuzz input as the body of a function to stress the validator/decoder a
bit more, and try to get inputs we might not otherwise generate.This also removes the reliance on inherent termination of the wasm
module, instead using the timeout mechanism in wasmtime to ensure that
wasm runs for a limited amount of time.
fitzgen submitted PR Review.
fitzgen submitted PR Review.
alexcrichton updated PR #2185 from fuzz-maybe-invalid
to main
:
This commit uses the new
MaybeInvalidModule
type inwasm-smith
to
try to explore more points in the fuzz target space in the
instantiate-wasm-smith
fuzz target. The goal here is to use the raw
fuzz input as the body of a function to stress the validator/decoder a
bit more, and try to get inputs we might not otherwise generate.This also removes the reliance on inherent termination of the wasm
module, instead using the timeout mechanism in wasmtime to ensure that
wasm runs for a limited amount of time.
alexcrichton updated PR #2185 from fuzz-maybe-invalid
to main
:
This commit uses the new
MaybeInvalidModule
type inwasm-smith
to
try to explore more points in the fuzz target space in the
instantiate-wasm-smith
fuzz target. The goal here is to use the raw
fuzz input as the body of a function to stress the validator/decoder a
bit more, and try to get inputs we might not otherwise generate.This also removes the reliance on inherent termination of the wasm
module, instead using the timeout mechanism in wasmtime to ensure that
wasm runs for a limited amount of time.
alexcrichton updated PR #2185 from fuzz-maybe-invalid
to main
:
This commit uses the new
MaybeInvalidModule
type inwasm-smith
to
try to explore more points in the fuzz target space in the
instantiate-wasm-smith
fuzz target. The goal here is to use the raw
fuzz input as the body of a function to stress the validator/decoder a
bit more, and try to get inputs we might not otherwise generate.This also removes the reliance on inherent termination of the wasm
module, instead using the timeout mechanism in wasmtime to ensure that
wasm runs for a limited amount of time.
fitzgen submitted PR Review.
fitzgen merged PR #2185.
Last updated: Nov 22 2024 at 16:03 UTC