Actions
Bug #10373
closedadd RB_GC_GUARD in rb_mod_define_method() (r47891)
Bug #10373:
add RB_GC_GUARD in rb_mod_define_method() (r47891)
Description
This ticket is for backport management.
r47891 added RB_GC_GUARD() in rb_mod_define_method() to protect method entry (VALUE body which can be derived from rb_block_lambda()) from unexpected GC.
It seemsd ruby_2_1 and ruby_2_0_0 have similar potential problem.
Actions