You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These assertions check to see whether the `sig_index` (i.e. the function
type) are in bounds. But this is the responsibility of the validator,
not the binary reader.
Fixes issues #1413 and #1414.
These assertions check to see whether the `sig_index` (i.e. the function
type) are in bounds. But this is the responsibility of the validator,
not the binary reader.
Fixes issues #1413 and #1414.
Hey,
During fuzzing I triggered this assertion failure using
wasm2wat --enable-all
:Related code (line
725
):wabt/src/binary-reader-ir.cc
Lines 724 to 726 in e88bc66
Reproducing
Download: assert_OnCallIndirectExpr_wabt.zip
Run:
The text was updated successfully, but these errors were encountered: