summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-02 10:14:05 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-02 10:14:05 +0000
commitec4ca0fcbb406e10bc00be01e376a32bd87af88c (patch)
tree59ac15259e17064fe000aba9fa784ebefe6e155d /ChangeLog
parent318deef393dd9f7e66f7c548b12d53e24a877600 (diff)
* io.c (argf_inplace_mode_set): prohibits an assignment
of a tainted value. Patch by unak. * util.c, file.c: prevents a buffer over-run on windows. Patch by unak. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 106c2e2dfc..7a41e1d610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Jul 2 19:07:09 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * io.c (argf_inplace_mode_set): prohibits an assignment
+ of a tainted value. Patch by unak.
+
+ * util.c, file.c: prevents a buffer over-run on windows.
+ Patch by unak.
+
Tue Jun 29 19:39:59 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* test/win32ole/test_win32ole_method.rb (is_ruby64): check