bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.44k stars 1.3k forks source link

Fix Pulley `TrapIf` patch offset #9647

Closed alexcrichton closed 4 days ago

alexcrichton commented 4 days ago

A missing +N meant that the instruction opcode was overwritten rather than the relative jump offset.