From c032c5bc9acb015dbe2947a39d3d7ce033c934ee Mon Sep 17 00:00:00 2001 From: glass Date: Sat, 3 Nov 2012 03:21:47 +0000 Subject: * array.c (recursive_equal): fix not to make invalid pointers when self and other are resized to same size in #== of their elements. [ruby-dev:46373] [Feature #6177] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8af4911def..a52c0aa10b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 3 12:18:35 2012 Masaki Matsushita + + * array.c (recursive_equal): fix not to make invalid pointers when + self and other are resized to same size in #== of their elements. + [ruby-dev:46373] [Feature #6177] + Sat Nov 3 12:06:15 2012 Kouhei Sutou * test/rexml/test_xml_declaration.rb (TestXmlDeclaration#test_*): -- cgit v1.2.3