Stream: git-wasmtime

Topic: wasmtime / PR #3804 Improve stability for fuzz targets.


view this post on Zulip Wasmtime GitHub notifications bot (Feb 15 2022 at 20:22):

peterhuene opened PR #3804 from fix-fuzz-generators to main:

This PR improves the stability of the fuzz targets by ensuring the
generated configs and modules are congruent, especially when the pooling
allocator is being used.

For the differential target, this means both configurations must use the same
allocation strategy for now as one side generates the module that might not be
compatible with another arbitrary config now that we fuzz the pooling
allocator.

These changes also ensure that constraints put on the config are more
consistently applied, especially when using a fuel-based timeout.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 15 2022 at 20:22):

peterhuene requested alexcrichton for a review on PR #3804.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 15 2022 at 20:31):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 15 2022 at 20:59):

peterhuene merged PR #3804.


Last updated: Oct 23 2024 at 20:03 UTC