From 653e133e2a116f7722075e126cdecb104d184e11 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 29 Oct 2008 17:24:44 +0000 Subject: * 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/trunk@20048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6b3b1d62e..3fa72ba39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 30 02:20:33 2008 Yusuke Endoh + + * 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 * test/ruby/test_array.rb: add some tests. -- cgit