mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-27 19:31:18 +00:00
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. |
||
|---|---|---|
| .. | ||
| freertos | ||
| math | ||
| posix | ||