Files
mruby-mruby/include/mruby
dearblue 2675477f07 Safely retrieve self from proc in mrb_yield()
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
2023-03-17 21:20:48 +09:00
..
2022-01-02 11:52:19 +09:00
2020-11-17 12:41:10 +09:00
2019-12-13 04:41:43 +09:00
2020-12-13 18:38:22 +10:00
2022-12-03 14:26:05 +09:00
2023-03-05 17:45:47 +09:00
2019-08-18 20:12:44 +09:00
2022-12-29 08:08:55 -08:00