Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
baseline: Fix incorrect exit after invalid jump
To handle invalid jump the implementation targets the byte just after the official code length. For padded code this byte may be uninitialized push data causing unpredictable behavior. The fix is to also init this byte to OP_STOP.
- Loading branch information