Stream: git-wasmtime

Topic: wasmtime / PR #8824 Fix `fcntl(fd, F_GETFL)` from wasi-li...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2024 at 20:08):

alexcrichton opened PR #8824 from alexcrichton:fix-fcntl-getfl to bytecodealliance:main:

Looks like wasi-libc is testing for the READDIR right in addition to the READ right in the reported flags. Update write-only files to remove both the READ and READDIR rights accordingly.

Closes #8816

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2024 at 20:08):

alexcrichton requested wasmtime-core-reviewers for a review on PR #8824.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2024 at 20:08):

alexcrichton requested pchickey for a review on PR #8824.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2024 at 20:11):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2024 at 20:32):

alexcrichton merged PR #8824.


Last updated: Nov 22 2024 at 17:03 UTC