[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[#63391] Access Modifiers (Internal Interfaces) — Daniel da Silva Ferreira <danieldasilvaferreira@...>
Hi,
3 messages
2014/06/28
[ruby-core:63362] [ruby-trunk - Bug #9856] [PATCH] process.c (proc_getgroups, proc_setgroups): use ALLOCV_N
From:
usa@...
Date:
2014-06-27 08:28:06 UTC
List:
ruby-core #63362
Issue #9856 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 r46581. ---------------------------------------- Bug #9856: [PATCH] process.c (proc_getgroups, proc_setgroups): use ALLOCV_N https://bugs.ruby-lang.org/issues/9856#change-47413 * Author: Eric Wong * Status: Closed * Priority: Normal * Assignee: Eric Wong * Category: core * Target version: current: 2.2.0 * ruby -v: ruby 2.2.0dev (2014-05-19 trunk 46010) [x86_64-linux] * Backport: 2.0.0: DONE, 2.1: REQUIRED ---------------------------------------- On my Linux system, these may return up to 64K rb_gid_t entries for a total of 256K stack usage, potentially triggering SystemStackError or just a segfault. Use ALLOCV_N for stack safety, especially since these are not performance-critical methods. Will commit in a day or two. http://bogomips.org/ruby.git/patch?id=9074e3808d ---Files-------------------------------- process-allocv_n.patch (1.92 KB) -- https://bugs.ruby-lang.org/