Browse Source
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.pull/2801/head
Peter Huene
4 years ago
2 changed files with 23 additions and 1 deletions
Loading…
Reference in new issue