mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
2675477f07
Passing a proc generated by the following method to `mrb_yield()` or `mrb_yield_argv()` no longer causes `SIGSEGV`: - C functions made into proc objects with `mrb_proc_new_cfunc()`. - A proc object which is the top level of a program generated by `mrb_load_string_cxt()` etc. with `mrbc_context::no_exec` enabled. See also: #5932