wasm-micro-runtime/core/iwasm
Marcin Kolny d08e13c5ad
Fix socket api verification of addresses in the address pool (#1270)
The existing validation didn't work as expected; e.g. for address
pool: 8.8.8.8/24 the application had access to the 127.0.0.1 address (which
should not).
2022-07-12 16:21:49 +08:00
..
aot Remove unnecessary memset after mmap (#1273) 2022-07-07 13:53:50 +08:00
common Fix get invokeNative float ret value issue with clang compiler (#1248) 2022-06-26 09:33:54 +08:00
compilation Fix aot rotl/rotr 0 issue (#1285) 2022-07-12 13:43:56 +08:00
include wasm_export.h: mention module byte buffer mutability (#1271) 2022-07-07 10:06:31 +08:00
interpreter Fix sub module's aux stack info not synchronized to main module issue (#1279) 2022-07-11 19:42:29 +08:00
libraries Fix socket api verification of addresses in the address pool (#1270) 2022-07-12 16:21:49 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00