Browse Source
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.pull/4572/head
Alex Crichton
2 years ago
committed by
GitHub
1 changed files with 17 additions and 1 deletions
Loading…
Reference in new issue