Stream: git-wasmtime

Topic: wasmtime / PR #8564 V8 differential fuzzing: add new tabl...


view this post on Zulip Wasmtime GitHub notifications bot (May 06 2024 at 23:24):

cfallin requested alexcrichton for a review on PR #8564.

view this post on Zulip Wasmtime GitHub notifications bot (May 06 2024 at 23:24):

cfallin opened PR #8564 from cfallin:fuzzbug-fix-table-oob-error-message to bytecodealliance:main:

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=68735.

That fuzzbug bisected to the call-indirect caching changes, but this turned out to be a red herring (the options added in that PR mean that the fuzzbug config deserializes differently prior to the commit). In any case, it's an easy fix -- it appears that V8 added a new error message, so we need to add it to the allowlist of messages that we expect for a table out-of-bounds condition.

<!--
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 (May 06 2024 at 23:24):

cfallin requested wasmtime-fuzz-reviewers for a review on PR #8564.

view this post on Zulip Wasmtime GitHub notifications bot (May 06 2024 at 23:31):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 06 2024 at 23:32):

cfallin has enabled auto merge for PR #8564.

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2024 at 00:06):

cfallin merged PR #8564.


Last updated: Nov 22 2024 at 17:03 UTC