From 68260018df64bdb0ba88316ed47e47e53c6c0617 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 7 Jul 2016 11:08:52 +0000 Subject: * vm_args.c (vm_caller_setup_arg_block): disable symbol block argument optimization when tail call optimization is enabled, in order to avoid SEGV. [ruby-core:76288] [Bug #12565] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59bff9542a..ffaebbf3b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 7 20:08:37 2016 Shugo Maeda + + * vm_args.c (vm_caller_setup_arg_block): disable symbol block + argument optimization when tail call optimization is enabled, + in order to avoid SEGV. [ruby-core:76288] [Bug #12565] + Thu Jul 7 16:37:53 2016 Nobuyoshi Nakada * numeric.c (flo_round): [EXPERIMENTAL] adjust the case that the -- cgit v1.2.3