wasm-micro-runtime/core/iwasm
Yi Liu 6a504e5ade
Fix sock_connect using wrong rights constant (#4849)
wasi_ssp_sock_connect checks __WASI_RIGHT_SOCK_BIND instead of
__WASI_RIGHT_SOCK_CONNECT when validating file descriptor rights.
This was a copy-paste error from wasi_ssp_sock_bind. As a result,
connect operations check the wrong capability.
2026-02-27 08:20:10 +08:00
..
aot Fix off-by-one in AOT func_index bounds checks (#4836) 2026-02-13 19:21:54 +08:00
common Improve shared_heap test cases. (#4834) 2026-02-15 12:45:48 +08:00
compilation Fix potential memory leak when discarding FreeMachineFunction (#4796) 2026-01-21 11:02:33 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit add micro AMR_BUILD_LIME1 to enable minimal lime1 feature set (#4571) 2025-09-14 14:08:27 +08:00
include fix: WASM_API_EXTERN should get visibility("default") on gcc and clang (#4851) 2026-02-27 08:18:44 +08:00
interpreter fix code and comment typo (#4802) 2026-01-26 14:44:47 +08:00
libraries Fix sock_connect using wrong rights constant (#4849) 2026-02-27 08:20:10 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00