aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-17 07:26:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-17 07:26:45 +0000
commite2fd80b3d3b7f8ca7ffc2e7286fdb59e0c44bc79 (patch)
tree58bc2b44f4aed3cb90f5a1b45ea6ef25aff4ec52 /time.c
parent18f0a65018dd357a1815941618d3cf9f274e6239 (diff)
downloadruby-e2fd80b3d3b7f8ca7ffc2e7286fdb59e0c44bc79.tar.gz
* error.c (rb_check_trusted): new function to check an object is
trusted. * struct.c (rb_struct_modify), time.c (time_modify): check by the above function to show proper class names. [Bug #5036] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/time.c b/time.c
index b2e3448610..dd846a630c 100644
--- a/time.c
+++ b/time.c
@@ -1876,8 +1876,7 @@ static void
time_modify(VALUE time)
{
rb_check_frozen(time);
- if (!OBJ_UNTRUSTED(time) && rb_safe_level() >= 4)
- rb_raise(rb_eSecurityError, "Insecure: can't modify Time");
+ rb_check_trusted(time);
}
static wideval_t