mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Previously because we did a stack_push before ccall, in some cases we could end up pushing an uninitialized value to the VM stack when spilling regs as part of the ccall. Co-authored-by: Luke Gruber <luke.gru@gmail.com>