cfallin opened PR #11531 from cfallin:exn-top-type-fuzzing to bytecodealliance:main:
Missed adding this case to the match arms. Found via OSS-Fuzz.
Fixes #11529.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
cfallin requested dicej for a review on PR #11531.
cfallin requested wasmtime-core-reviewers for a review on PR #11531.
dicej submitted PR review.
dicej has enabled auto merge for PR #11531.
fitzgen submitted PR review:
Probably time we added a
wasmtime::HeapTopTypeso that these kinds of matches can be exhaustive, there are a handful of places where we do this and we probably haven't caught all of them...
cfallin merged PR #11531.
Last updated: Dec 06 2025 at 07:03 UTC