Stream: git-wasmtime

Topic: wasmtime / PR #4557 Fix the `stacks` fuzzer in the face o...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2022 at 18:10):

alexcrichton opened PR #4557 from fix-fuzz-stacks-overflow to main:

When the stacks fuzzer hits a stack overflow the trace generated by
Wasmtime will have one more frame than the trace generated by the wasm
itself. This comes about due to the wasm not actually pushing the final
frame when it stack overflows. The host, however, will still see the
final frame that triggered the stack overflow.

In this situation the fuzzer asserts that the host has one extra frame
and then discards the frame.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2022 at 18:10):

alexcrichton has marked PR #4557 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2022 at 19:28):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 01 2022 at 16:03):

alexcrichton merged PR #4557.


Last updated: Nov 22 2024 at 17:03 UTC