Stream: git-wasmtime

Topic: wasmtime / issue #5244 Avoid unconditional `getrandom` sy...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 10 2022 at 15:11):

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

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 (Nov 10 2022 at 17:26):

bjorn3 commented on issue #5244:

It does reduce quality when forking processes or entire vm's. For cloning vm's acpi allows the virtual machine monitor to tell the vm that a clone has happened, which on linux causes the system csprng to be reseeded. See https://lwn.net/Articles/887207/

view this post on Zulip Wasmtime GitHub notifications bot (Nov 10 2022 at 19:58):

alexcrichton commented on issue #5244:

Wasmtime hasn't really been written for fork-safety, and otherwise fork-safety seems like it would be part of the rand or cap-rand crate, if anything, so I'm going to go ahead and merge this.


Last updated: Nov 22 2024 at 16:03 UTC