Skip to content

Remove unnecessary conversion of __wasi_addr_t to bh_sockaddr_t in sock_recv_from() #4391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

lum1n0us
Copy link
Collaborator

src_addr will be filled upon return. Before the call, its content is unpredictable.

fix a ci issue. https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/15731466177/job/44333440562#step:14:349

sock_recv_from()

`src_addr` will be filled upon return. Before the call, its content
is unpredictable.
@lum1n0us lum1n0us merged commit fc3e890 into bytecodealliance:dev/zephyr_file_socket Jun 19, 2025
307 of 375 checks passed
@lum1n0us lum1n0us deleted the fix/recv_from_parse_src_addr branch June 19, 2025 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants