diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-16 03:17:16 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-16 03:17:16 +0000 |
| commit | 8a8a10ec5690f9b0b43281031bdf55a461730690 (patch) | |
| tree | e3bc91fbb331b6c2c1e07fbbbab626dd1e3b665c /ChangeLog | |
| parent | 2d5aba75604f45fe78a2910f55201caf6701b0b1 (diff) | |
| download | ruby-8a8a10ec5690f9b0b43281031bdf55a461730690.tar.gz ruby-8a8a10ec5690f9b0b43281031bdf55a461730690.tar.xz ruby-8a8a10ec5690f9b0b43281031bdf55a461730690.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ Fri Dec 16 11:44:43 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * 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 <matz@ruby-lang.org> |
