Stream: git-wasmtime

Topic: wasmtime / issue #5543 wasi: avoid buffer underflow with ...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2023 at 23:35):

github-actions[bot] commented on issue #5543:

Subscribe to Label Action

cc @kubkon

<details>
This issue or pull request has been labeled: "wasi"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2023 at 23:35):

abrown commented on issue #5543:

cc: @sunfishcode, @alexcrichton, I was not exactly sure what to do when we hit the "no IO vectors" case. I considered adding a short-circuit if iovs.is_empty() at the top of these functions but I don't really know if this is an error case (what error to return?). I dug a few layers to rustix but I decided to check with you all before implementing the todo!() lines in this PR.


Last updated: Oct 23 2024 at 20:03 UTC