mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
* libc-wasi: add missing pointer validations to socket functions (#4611) cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4463 the fix for sock_addr_resolve is incomplete. cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4610 * Sync from main branch - wasi_sock_recv doesn't use src_addr - check src_addr before coverting * CI: use windows-2022 image for now (#4633) github is currently rolling out windows-2025 image. for some reasons, the "path_symlink_trailing_slashes" test case in wasi testsuite fails on windows-2025 image. someone familar with windows need to investigate what was the key difference between 2022 and 2025. until that happens, this commit makes our CI use windows-2022 image. cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4632 https://github.com/actions/runner-images/issues/12677 --------- Co-authored-by: YAMAMOTO Takashi <yamamoto@midokura.com> |
||
|---|---|---|
| .. | ||
| build_docker_images.yml | ||
| build_iwasm_release.yml | ||
| build_llvm_libraries.yml | ||
| build_wamr_lldb.yml | ||
| build_wamr_sdk.yml | ||
| build_wamr_vscode_ext.yml | ||
| build_wamr_wasi_extensions.yml | ||
| build_wamrc.yml | ||
| check_version_h.yml | ||
| codeql.yml | ||
| coding_guidelines.yml | ||
| compilation_on_android_ubuntu.yml | ||
| compilation_on_macos.yml | ||
| compilation_on_nuttx.yml | ||
| compilation_on_sgx.yml | ||
| compilation_on_windows.yml | ||
| compilation_on_zephyr.yml | ||
| create_tag.yml | ||
| hadolint_dockerfiles.yml | ||
| nightly_run.yml | ||
| release_process.yml | ||
| reuse_latest_release_binaries.yml | ||
| spec_test_on_nuttx.yml | ||
| supply_chain.yml | ||
| wamr_wasi_extensions.yml | ||