Skip to content

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

Merged
lum1n0us merged 1 commit intobytecodealliance:dev/zephyr_file_socketfrom
lum1n0us:fix/recv_from_parse_src_addr
Jun 19, 2025
Merged

Remove unnecessary conversion of __wasi_addr_t to bh_sockaddr_t in sock_recv_from()#4391
lum1n0us merged 1 commit intobytecodealliance:dev/zephyr_file_socketfrom
lum1n0us:fix/recv_from_parse_src_addr

Conversation

@lum1n0us
Copy link
Contributor

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
lum1n0us added a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Aug 1, 2025
…ck_recv_from() (bytecodealliance#4391)

`src_addr` will be filled upon return. Before the call, its content
is unpredictable.
lum1n0us added a commit that referenced this pull request Aug 12, 2025
…ck_recv_from() (#4391)

`src_addr` will be filled upon return. Before the call, its content
is unpredictable.
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