From 2ac236dcbd90bd33bfeac4f699763c3baef4038e Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 12 Oct 2012 04:05:35 +0000 Subject: * error.c (name_err_to_s): we need not infect msg. * test/ruby/test_exception.rb (TestException#test_exception_to_s_should_not_propagate_untrustedness): test for it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@37148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'error.c') diff --git a/error.c b/error.c index 59b445e915..2b3bf3fef2 100644 --- a/error.c +++ b/error.c @@ -665,9 +665,6 @@ name_err_to_s(exc) if (NIL_P(mesg)) return rb_class_name(CLASS_OF(exc)); StringValue(str); - if (str != mesg) { - OBJ_INFECT(str, mesg); - } return str; } -- cgit v1.2.3