riff
riff copied to clipboard
Insufficient VM stack overflow checking
At the moment, there is only a single check for stack overflow at the very start of the interpreter loop. This obviously doesn't account for values being pushed onto the stack during the loop itself.