From b887c7c20ab81b50ed7cb8c7db3218c443985d6b Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Dec 2015 07:02:19 +0000 Subject: string.c: should not taint fstring * string.c (rb_obj_as_string): fstring should not be infected. TODO: other frozen strings also may not be. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3066d279e9..4a5734b2b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 3 16:02:17 2015 Nobuyoshi Nakada + + * string.c (rb_obj_as_string): fstring should not be infected. + TODO: other frozen strings also may not be. + Thu Dec 3 15:39:21 2015 SHIBATA Hiroshi * lib/scanf.rb: fixed double words typo. -- cgit v1.2.3