Stream: git-wasmtime

Topic: wasmtime / issue #3191 Cranelift interpreter: handle over...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 16 2021 at 17:08):

cfallin opened issue #3191:

The Cranelift interpreter appears not to properly handle an overflow (from e.g. INT_MIN / -1), resulting in a panic rather than an explicit error type returned to the caller. Found via fuzzing.

In the implementation here, it appears that we need to check for this case specifically.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 16 2021 at 17:08):

cfallin commented on issue #3191:

cc @abrown

view this post on Zulip Wasmtime GitHub notifications bot (Aug 16 2021 at 17:15):

abrown commented on issue #3191:

also cc: @afonso360

view this post on Zulip Wasmtime GitHub notifications bot (Aug 24 2021 at 16:27):

abrown closed issue #3191:

The Cranelift interpreter appears not to properly handle an overflow (from e.g. INT_MIN / -1), resulting in a panic rather than an explicit error type returned to the caller. Found via fuzzing.

In the implementation here, it appears that we need to check for this case specifically.


Last updated: Oct 23 2024 at 20:03 UTC