From: normalperson@... Date: 2014-10-11T21:00:00+00:00 Subject: [ruby-core:65622] [ruby-trunk - Bug #10369] [Open] [PATCH] array.c: missing RB_GC_GUARDs Issue #10369 has been reported by Eric Wong. ---------------------------------------- Bug #10369: [PATCH] array.c: missing RB_GC_GUARDs https://bugs.ruby-lang.org/issues/10369 * Author: Eric Wong * Status: Open * Priority: Normal * Assignee: Eric Wong * Category: core * Target version: current: 2.2.0 * ruby -v: trunk * Backport: 2.0.0: REQUIRED, 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/