Stream: git-wasmtime

Topic: wasmtime / PR #2801 Fix incorrect range in `ininitialize_...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2021 at 23:28):

peterhuene opened PR #2801 from fix-initialize-instance-range to main:

This commit fixes a bug where the wrong destination range was used when copying
data from the module's memory initialization upon instance initialization.

This affects the on-demand allocator only when using the uffd feature on
Linux and when the Wasm page being initialized is not the last in the module's
initial pages.

Fixes #2784.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2021 at 00:29):

pchickey submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2021 at 00:30):

peterhuene merged PR #2801.


Last updated: Oct 23 2024 at 20:03 UTC