Actions
Bug #10369
closed[PATCH] array.c: missing RB_GC_GUARDs
Bug #10369: [PATCH] array.c: missing RB_GC_GUARDs
Description
[PATCH] array.c: swap volatile for RB_GC_GUARD * array.c (ary_recycle_hash): add RB_GC_GUARD (rb_ary_diff): remove volatile The RB_GC_GUARD seems needed for most of the ary_recycle_hash functions anyways. Files
Actions