wasm-micro-runtime/core/shared/platform/common
Xu Jun 92c4bbebad
Fix getting port issue in posix os_socket_bind (#1981)
In the previous code, the `*port` is assigned before `getsockname`, so the caller
may be not able to get the actual port number assigned by system.
Move the assigning of `*port` to be after `getsockname` to resolve the issue.
2023-02-22 18:59:13 +08:00
..
freertos Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
math Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +08:00
posix Fix getting port issue in posix os_socket_bind (#1981) 2023-02-22 18:59:13 +08:00