Stream: git-wasmtime

Topic: wasmtime / PR #7386 Fix a possible panic in clock subscri...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2023 at 21:26):

alexcrichton opened PR #7386 from alexcrichton:fix-clock-panic to bytecodealliance:main:

Change an a - b expression to a.saturating_sub(b) to handle the case when a clock is subscribed to an instance/duration in the past.

<!--
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 (Oct 26 2023 at 21:26):

alexcrichton requested fitzgen for a review on PR #7386.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2023 at 21:26):

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

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2023 at 21:38):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2023 at 21:38):

fitzgen has enabled auto merge for PR #7386.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2023 at 22:46):

fitzgen merged PR #7386.


Last updated: Oct 23 2024 at 20:03 UTC