From 10f7a1373e7e95e7b274517d976feb22ad803158 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 16 Jul 2015 05:34:27 +0000 Subject: vm.c: fix mark with rewinding cfp * vm.c (REWIND_CFP): keep the arguments region inside the valid value stack. [ruby-core:69969] [Bug #11352] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3fee4554ae..3e6f0aa445 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,7 @@ -Thu Jul 16 14:18:37 2015 Nobuyoshi Nakada - - * vm.c (m_core_hash_merge_ptr): copy the arguments to the machine - stack before rewinding the control frame pointer and leaving the - arguments outside valid region of the value stack. - [ruby-core:69969] [Bug #11352] +Thu Jul 16 14:34:24 2015 Nobuyoshi Nakada + * vm.c (REWIND_CFP): keep the arguments region inside the valid + value stack. [ruby-core:69969] [Bug #11352] Thu Jul 16 11:38:21 2015 Eric Wong -- cgit v1.2.3