From 8a8a10ec5690f9b0b43281031bdf55a461730690 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 16 Dec 2005 03:17:16 +0000 Subject: * ext/syck/rubyext.c (syck_scalar_value_set): should set newly allocated memory instead of RString's internal storage. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b1b9e6e76..2258f6aaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ Fri Dec 16 11:44:43 2005 Hirokazu Yamamoto * ext/syck/rubyext.c (syck_node_type_id_set): should set newly allocated memory instead of RString's internal storage. + * ext/syck/rubyext.c (syck_scalar_value_set): ditto. + ... these fixes won't fix [ruby-dev:27839]. more work is needed. Thu Dec 15 12:35:14 2005 Yukihiro Matsumoto -- cgit