From cd77cfe90b851ce93a7fbe21e5065419ec2c4b87 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Jul 2009 01:03:16 +0000 Subject: * enum.c (enum_to_a): should propagate taint to the return value. [ruby-core:24152] * enum.c (enum_sort_by): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85746f6af..9bf7518b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,13 @@ Mon Jul 6 09:04:45 2009 Nobuyoshi Nakada * enum.c (enum_join): deals with self recursive objects to get rid of infinite recursion. [ruby-core:24150] +Mon Jul 6 08:00:10 2009 Yukihiro Matsumoto + + * enum.c (enum_to_a): should propagate taint to the return value. + [ruby-core:24152] + + * enum.c (enum_sort_by): ditto. + Mon Jul 6 00:41:41 2009 Tadayoshi Funaba * rational.c: edited rdoc. -- cgit