From: usa@... Date: 2014-10-15T07:20:03+00:00 Subject: [ruby-core:65721] [ruby-trunk - Bug #10369] [PATCH] array.c: missing RB_GC_GUARDs Issue #10369 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED to 2.0.0: DONE, 2.1: REQUIRED Backported into `ruby_2_0_0` at r47936. ---------------------------------------- Bug #10369: [PATCH] array.c: missing RB_GC_GUARDs https://bugs.ruby-lang.org/issues/10369#change-49453 * 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: REQUIRED ---------------------------------------- ~~~ [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/