`argv` may be modified when `mrb_funcall()` is called; fix #3419
Calling `mrb_funcall()` and `mrb_yield()` (and their related functions) are discouraged unless absolutely necessary, because it can cause this kind of issues very easily.
Showing
Please register or sign in to comment