Stream: git-wasmtime

Topic: wasmtime / PR #4253 runtime: vmoffsets must be checked in...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 09 2022 at 23:20):

abrown opened PR #4253 from fix-region-sizes to main:

When adding shared memory, memories owned by the module were added to a
owned_memories array placed immediately after the defined_memories
array. When checking the size of each array with region_sizes, the
size of defined_memories and owned_memories were checked in this
order. But region_sizes is iterating through the fields in the reverse
order. This change reverses the field order to fix the associated fuzz
bug.

<!--

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 (Jun 09 2022 at 23:21):

abrown requested alexcrichton for a review on PR #4253.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 10 2022 at 00:53):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 10 2022 at 00:53):

alexcrichton merged PR #4253.


Last updated: Oct 23 2024 at 20:03 UTC