From c50d4d71536eac41d807394f4f5fa679431fce51 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 18 Nov 2009 01:13:54 +0000 Subject: * vm_method.c (rb_undef): should raise TypeError if klass is nil. 1.instance_eval { undef to_s } causes SEGV before this fix. * test/ruby/test_undef.rb: new tests for undef. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7cd75bf44..766b9e832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 18 10:12:34 2009 Shugo Maeda + + * vm_method.c (rb_undef): should raise TypeError if klass is nil. + 1.instance_eval { undef to_s } causes SEGV before this fix. + + * test/ruby/test_undef.rb: new tests for undef. + Wed Nov 18 08:41:42 2009 Nobuyoshi Nakada * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787] -- cgit