wasm-micro-runtime/core/iwasm/libraries/libc-wasi
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
..
sandboxed-system-primitives Fix sock_connect using wrong rights constant (#4849) 2026-02-27 08:20:10 +08:00
libc_wasi_wrapper.c libc-wasi: add missing pointer validations to socket functions (#4611) 2025-09-14 14:02:48 +08:00
libc_wasi_wrapper.h fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
libc_wasi.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00