mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
string.c: should not taint fstring
* string.c (rb_obj_as_string): fstring should not be infected. re-apply r52872 and fix a typo. TODO: other frozen strings also may not be. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7eb6942dbb
commit
cae3905e89
4 changed files with 19 additions and 10 deletions
|
@ -3,12 +3,3 @@
|
|||
# So all tests will cause failure.
|
||||
#
|
||||
|
||||
assert_equal 'false', %q{
|
||||
x = Object.new.taint
|
||||
class << x
|
||||
def to_s; "foo".freeze; end
|
||||
end
|
||||
x.taint
|
||||
[x].join("")
|
||||
eval '"foo".freeze.tainted?'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue