* string.c (rb_str_set_len): rb_str_modify cannot work before the
length is set, which is a precondition for rb_str_modify. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
99d96a89ce
commit
36044b0773
@ -1,3 +1,8 @@
|
||||
Wed Aug 4 19:37:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* string.c (rb_str_set_len): rb_str_modify cannot work before the
|
||||
length is set, which is a precondition for rb_str_modify.
|
||||
|
||||
Wed Aug 4 16:09:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* string.c (rb_str_resize): should copy the content properly. a
|
||||
|
Loading…
x
Reference in New Issue
Block a user