From 3453070fbc7e1d4294b6248ceebe22b7577d63dd Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Mar 2014 03:31:28 +0000 Subject: vm_method.c: fix infinite recursion * vm_method.c (rb_method_entry_get_without_cache): get rid of infinite recursion at aliases in a subclass and a superclass. return actually defined class for other than singleton class. [ruby-core:60431] [Bug #9475] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 34303eb89e..75d731c793 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 20 12:31:26 2014 Nobuyoshi Nakada + + * vm_method.c (rb_method_entry_get_without_cache): get rid of + infinite recursion at aliases in a subclass and a superclass. + return actually defined class for other than singleton class. + [ruby-core:60431] [Bug #9475] + Wed Mar 19 17:13:06 2014 Eric Wong * time.c (time_mload): freeze and preserve marshal-loaded time zone -- cgit v1.2.3