Stream: git-wasmtime

Topic: wasmtime / PR #9269 Fix a multiplication overflow found d...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 20:04):

alexcrichton requested elliottt for a review on PR #9269.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 20:04):

alexcrichton opened PR #9269 from alexcrichton:fix-fuzz to bytecodealliance:main:

With table64 support it's now possible that the number of desired table elements can overflow the address space when multiplied by the size of a pointer, so account for this when handling resource limits while fuzzing.

<!--
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 (Sep 17 2024 at 20:04):

alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #9269.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 20:40):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 20:55):

fitzgen merged PR #9269.


Last updated: Oct 23 2024 at 20:03 UTC