mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add missing regs update
mrb_vm_define_class() may realloc() mrb->c->stack because it calls mrb_funcall() for inherited hook. If mrb->c->stack is realloc()-ed, regs refers orphan address.
This commit is contained in:
Reference in New Issue
Block a user