summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 14:40:53 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 14:40:53 +0000
commitc543447ee0283395aa7e28f8d66139ccfc3f6f10 (patch)
treea09e5cbf3945eb2ba5f3190492e5ca6f42a5f0b5 /ChangeLog
parentfbfd237042fe9891660712e3853f9416b691835b (diff)
* string.c (rb_str_shared_replace): remove corrupt noembed string
which causes SEGV. [ruby-dev:35989] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18900 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 eba186d255..fdaff39e61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 28 23:39:49 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * string.c (rb_str_shared_replace): remove corrupt noembed string
+ which causes SEGV. [ruby-dev:35989]
+
Thu Aug 28 23:36:15 2008 Tanaka Akira <akr@fsij.org>
* common.mk: dependency updated.