From 2ca6c3a16a4b83f9ff809e95778a5e9c330b6384 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 9 Sep 2005 13:15:16 +0000 Subject: * eval.c (rb_call0): prohibit calling tainted method (>2) when $SAFE == 0. * sprintf.c (rb_f_sprintf): warn "too many argument" on verbose mode (-v/-w); backported from 1.9. [ruby-dev:26963] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0b912b6350..d028e3a96d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 9 22:13:19 2005 Yukihiro Matsumoto + + * eval.c (rb_call0): prohibit calling tainted method (>2) when + $SAFE == 0. + Fri Sep 9 16:45:25 2005 Nobuyoshi Nakada * string.c (rb_str_times): make empty strings to keep taintness, -- cgit v1.2.3