From 5d30d35036f6bfd3588e0e71f59b42baff3e61ed Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 15 Oct 2009 07:57:40 +0000 Subject: * parse.y (rb_intern3): check symbol table overflow. [ruby-core:26092] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index afd4e5d84..07ec4aad3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 15 16:57:38 2009 Nobuyoshi Nakada + + * parse.y (rb_intern3): check symbol table overflow. + [ruby-core:26092] + Thu Oct 15 15:14:15 2009 Nobuyoshi Nakada * io.c (io_encoding_set): get rid of parsing non-ascii string, and -- cgit