Closed enitrat closed 1 month ago
Saturates the jumpi index taken on the stack to avoid returning directly if it doesn't fit in a usize.
If b is zero, it will just increment PC. Otherwise, it will be OOB of the bytecode which is capped to 24kb, thus at an invalid jumpdest index.
Closes #971
This change is
Saturates the jumpi index taken on the stack to avoid returning directly if it doesn't fit in a usize.
If b is zero, it will just increment PC. Otherwise, it will be OOB of the bytecode which is capped to 24kb, thus at an invalid jumpdest index.
Closes #971
This change is