bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.84k stars 618 forks source link

wasm loader: Fix push_frame_offset when pushing v128 type #3588

Closed wenyongh closed 3 months ago

wenyongh commented 3 months ago

Fixes issue https://github.com/bytecodealliance/wasm-micro-runtime/issues/3580.

yamt commented 3 months ago

although i feel this is a band-aid fix, i can understand this avoids the particular crash in question.