From 7f2ef1a96e3ae57b578bbb4d996fce3ddefc81fa Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 29 Oct 2009 17:16:05 +0000 Subject: * enum.c (enum_count): call #size using rb_funcall_no_recursive() to prevent infinite recursive calls. [ruby-core:24794] * vm_eval.c (rb_funcall_no_recursive): utility function to check direct recursive call. * vm_eval.c (rb_check_funcall): move from eval.c. [refactoring] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f46ff226ed..750df19841 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 30 02:11:36 2009 Yukihiro Matsumoto + + * enum.c (enum_count): call #size using rb_funcall_no_recursive() + to prevent infinite recursive calls. [ruby-core:24794] + + * vm_eval.c (rb_funcall_no_recursive): utility function to check + direct recursive call. + + * vm_eval.c (rb_check_funcall): move from eval.c. [refactoring] + Thu Oct 29 18:37:02 2009 NARUSE, Yui * encoding.c (Init_Encoding): revert previous commit. -- cgit v1.2.3