From: nagachika00@... Date: 2014-10-15T14:24:43+00:00 Subject: [ruby-core:65729] [ruby-trunk - Bug #10369] [PATCH] array.c: missing RB_GC_GUARDs Issue #10369 has been updated by Tomoyuki Chikanaga. Backport changed from 2.0.0: DONE, 2.1: REQUIRED to 2.0.0: DONE, 2.1: DONE Backported into `ruby_2_1` at r47949. ---------------------------------------- Bug #10369: [PATCH] array.c: missing RB_GC_GUARDs https://bugs.ruby-lang.org/issues/10369#change-49465 * Author: Eric Wong * Status: Closed * Priority: Normal * Assignee: Eric Wong * Category: core * Target version: current: 2.2.0 * ruby -v: trunk * Backport: 2.0.0: DONE, 2.1: DONE ---------------------------------------- ~~~ [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-------------------------------- 0001-array.c-swap-volatile-for-RB_GC_GUARD.patch (853 Bytes) -- https://bugs.ruby-lang.org/