Stream: git-wasmtime

Topic: wasmtime / PR #3824 Improve platform compatibility of fuz...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 17 2022 at 16:34):

alexcrichton opened PR #3824 from cross-platform-fuzz-reproduce to main:

In #3800 I added support to consume fuzz input as selection of whether
or not target features should be enabled. This was done in a
platform-specific manner, however, which means that I can no longer
reliably take the fuzz reproducer cases from oss-fuzz and reproduce them
locally on an aarch64 machine. This commit fixes this problem by
unconditionally pulling bytes from the input for fuzz features,
irrespective of the host platform. Features are then discarded if
they're not applicable.

<!--

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 (Feb 17 2022 at 18:01):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 17 2022 at 18:07):

alexcrichton merged PR #3824.


Last updated: Nov 22 2024 at 16:03 UTC