From edbfa15a4fa6d609a5fc07eb0cbf9371a80383d0 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 28 Aug 2008 14:40:53 +0000 Subject: * 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * common.mk: dependency updated. -- cgit