From b1cbb7c574cc246ce5bcf396f9a08c835d4b144b Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 24 Jun 2006 14:58:22 +0000 Subject: refine previous description. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3c81be08a..e202497c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,8 @@ Sat Jun 24 23:37:41 2006 Tanaka Akira GC problem. (rb_yield_values): use rb_ary_new2 instead of rb_ary_new4. - * array.c (rb_ary_new4): don't set len as n. make it safe with GC. + * array.c (rb_ary_new4): don't set len as n if contents is not + initialized. make it safe with GC. [ruby-dev:28826] -- cgit