bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.66k stars 577 forks source link

core/shared/platform: Zero memory returned by os_mmap in some platforms #3551

Closed wenyongh closed 1 week ago

wenyongh commented 1 week ago

The os_mmap should zero the mapped memory like what posix mmap does.

TianlongLiang commented 1 week ago

LGTM