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.
pchickey submitted PR Review.
peterhuene merged PR #2801.
Last updated: Nov 22 2024 at 17:03 UTC