aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-16 15:12:31 +0000
committerwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-16 15:12:31 +0000
commit3e946fe3013339bb71fe448efd2b9e597d1902c6 (patch)
tree015373b08169c39c9c022a5c798925aca29c3326 /ChangeLog
parent02689d147d46776a379b8e31cf0c817bf153da9d (diff)
downloadruby-3e946fe3013339bb71fe448efd2b9e597d1902c6.tar.gz
* st.c (unpack_entries): save table->bins and never change the table
during unpacking. Because st_insert() may cause GC and refer the table, i.e. st_foreach(). [Bug #2196] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30299a20a6..128f292c7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Oct 17 00:05:53 2009 wanabe <s.wanabe@gmail.com>
+
+ * st.c (unpack_entries): save table->bins and never change the table
+ during unpacking. Because st_insert() may cause GC and refer the
+ table, i.e. st_foreach(). [Bug #2196]
+
Fri Oct 16 22:20:25 2009 Tanaka Akira <akr@fsij.org>
* prelude.rb (require_relative): defined as a module function of