diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-29 17:24:44 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-29 17:24:44 +0000 |
| commit | ab453ec0f116cf7fb7caac090106eb55bf01117e (patch) | |
| tree | ff39d172bd13f0cd839ede99dbc0302c3cd02931 /ChangeLog | |
| parent | 1d81708508e2289f8b8e4acd8da2591fbf35c382 (diff) | |
| download | ruby-ab453ec0f116cf7fb7caac090106eb55bf01117e.tar.gz ruby-ab453ec0f116cf7fb7caac090106eb55bf01117e.tar.xz ruby-ab453ec0f116cf7fb7caac090106eb55bf01117e.zip | |
* array.c (rb_ary_sort_bang): remove SEGV when replacing array with
embedded one during sort.
* test/ruby/test_array.rb (test_sort!): add tests for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Oct 30 02:20:33 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * array.c (rb_ary_sort_bang): remove SEGV when replacing array with + embedded one during sort. + + * test/ruby/test_array.rb (test_sort!): add tests for above. + Thu Oct 30 01:44:23 2008 Yusuke Endoh <mame@tsg.ne.jp> * test/ruby/test_array.rb: add some tests. |
