Stream: git-wasmtime

Topic: wasmtime / PR #8822 Force some more permission checks wit...


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

alexcrichton opened PR #8822 from alexcrichton:zero-length-writes to bytecodealliance:main:

When a 0-length write is performed try to send the write all the way to the underlying file descriptor to at least check that it's valid to write.

Closes #8818

<!--
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 18:39):

alexcrichton requested elliottt for a review on PR #8822.

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

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

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

elliottt submitted PR review:

Looks good to me!

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

elliottt created PR review comment:

        .expect("opening a file for reading");

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

elliottt submitted PR review:

Looks good to me!

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

elliottt edited PR review comment.

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

alexcrichton updated PR #8822.

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

alexcrichton has enabled auto merge for PR #8822.

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

alexcrichton updated PR #8822.

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

alexcrichton commented on PR #8822:

Looks like the error differs on Windows and Linux. For now I've just updated the test to accept both errors.

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

alexcrichton has enabled auto merge for PR #8822.

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

alexcrichton merged PR #8822.


Last updated: Oct 23 2024 at 20:03 UTC