summaryrefslogtreecommitdiffstats
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
commitedbfa15a4fa6d609a5fc07eb0cbf9371a80383d0 (patch)
treea09e5cbf3945eb2ba5f3190492e5ca6f42a5f0b5 /ChangeLog
parent2d4c268423c5846054a6ddad0741752097f45466 (diff)
* string.c (rb_str_shared_replace): remove corrupt noembed string
which causes SEGV. [ruby-dev:35989] git-svn-id: http://svn.ruby-lang.org/repos/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 eba186d25..fdaff39e6 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.