diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-29 17:16:05 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-29 17:16:05 +0000 |
| commit | 2a7a7264745900bd50fa70a8e3f906446d16767d (patch) | |
| tree | bc6299ca6771ec0811ce6b11331987b4ebf0ca46 /ChangeLog | |
| parent | e2ef9d113910d66e5293ca750ca28fb20bee3c3c (diff) | |
| download | ruby-2a7a7264745900bd50fa70a8e3f906446d16767d.tar.gz ruby-2a7a7264745900bd50fa70a8e3f906446d16767d.tar.xz ruby-2a7a7264745900bd50fa70a8e3f906446d16767d.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@25560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Oct 30 02:11:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <naruse@ruby-lang.org> * encoding.c (Init_Encoding): revert previous commit. |
