wasm-micro-runtime/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives
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
..
include fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
src Fix sock_connect using wrong rights constant (#4849) 2026-02-27 08:20:10 +08:00
LICENSE Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00