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
My fuzzer just triggered this panic index out of bounds error.
Crash:
$ ./target/debug/wain index_oob_wain.wasm
thread 'main' panicked at 'index out of bounds: the len is 4 but the index is 93', /home/scop/Documents/wain/wain-validate/src/insn.rs:391:28
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Hey,
My fuzzer just triggered this panic
index out of bounds
error.Crash:
Download:
index_oob_wain.zip
Bug is happening here:
wain/wain-validate/src/insn.rs
Lines 390 to 392 in 27f9ef4
The text was updated successfully, but these errors were encountered: