aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-23 15:41:34 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-23 15:41:34 +0000
commit24684a8a348b9d182b40f77e0fe8a4e245671949 (patch)
treeb332d174b8402f5ae49f35e9fc38cf5b9ee67042 /ChangeLog
parent7fbf88960518a4b15f99279cd490f22e4eff3558 (diff)
downloadruby-24684a8a348b9d182b40f77e0fe8a4e245671949.tar.gz
* string.c (str_new_empty): String#split, partition, rpartition
taints the resulting strings if self is tainted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b7a632910..bbc75625d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 24 00:39:17 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * string.c (str_new_empty): String#split, partition, rpartition
+ taints the resulting strings if self is tainted.
+
Mon Feb 22 21:35:33 2010 Tanaka Akira <akr@fsij.org>
* ext/digest/sha2/sha2init.c: test OpenSSL more strictly.