Stream: git-wasmtime

Topic: wasmtime / PR #11001 Fix a Miri provenance issue in the d...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 10 2025 at 16:02):

alexcrichton requested dicej for a review on PR #11001.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 10 2025 at 16:02):

alexcrichton opened PR #11001 from alexcrichton:miri-drc to bytecodealliance:main:

The VMGcRefTableAlloc::reset method called self.chunk.as_mut_ptr() twice but the second call invalidated the first call, so the fix here is to derive both pointers from the same original pointer.

<!--
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 10 2025 at 16:02):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 10 2025 at 16:32):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 10 2025 at 17:22):

alexcrichton merged PR #11001.


Last updated: Dec 06 2025 at 06:05 UTC