From 8057eb033cfa372f432357f620f7967279642ddc Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 22 Sep 2004 04:52:17 +0000 Subject: * hash.c (hash_alloc): was using tbl pointer without initialization. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index babd3bce0..427759bae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 22 13:50:49 2004 Yukihiro Matsumoto + + * hash.c (hash_alloc): was using tbl pointer without + initialization. + Wed Sep 22 13:38:12 2004 Yukihiro Matsumoto * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301] -- cgit