summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-13 01:13:55 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-13 01:13:55 +0000
commit5f0e8f582bb1b84ac67d45f8c4e1637cb184b626 (patch)
tree4af0e5c3bc69816c1d2974524e91f195fff2d17c /ChangeLog
parent20f4f5f82cf27f297d67621fb42b2562927cb99c (diff)
* string.c (rb_str_cat): fixed buffer overrun reported by
Christopher Thompson <cthompson at nexopia.com> in [ruby-core:16746] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16399 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 2e2669bcdc..7e9379c4a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@ Tue May 13 08:25:31 2008 Tanaka Akira <akr@fsij.org>
(rb_f_readline): ditto.
(rb_f_readlines): ditto.
+Tue May 13 07:56:36 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * string.c (rb_str_cat): fixed buffer overrun reported by
+ Christopher Thompson <cthompson at nexopia.com> in [ruby-core:16746]
+
Mon May 12 23:37:57 2008 Yusuke Endoh <mame@tsg.ne.jp>
* vm.c (collect_local_variables_in_env): remove unnecessary check