From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 9 Dec 2018 13:35:27 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] [PATCH] Fix premature cdata collecting in luaT_pusherror() Message-ID: <20181209103527.b2wcpwrnvde3utie@esperanza> References: <480868ff8f304ead2fd03e317902a1e8d41c6248.1544195642.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <480868ff8f304ead2fd03e317902a1e8d41c6248.1544195642.git.alexander.turenko@tarantool.org> To: Alexander Turenko Cc: Vladislav Shpilevoy , tarantool-patches@freelists.org List-ID: On Fri, Dec 07, 2018 at 06:16:28PM +0300, Alexander Turenko wrote: > This is follow up of 28c7e667aee9be8c3288597bcc179d9b4e7b4940 to fix > luaT_pusherror() itself, not only luaT_error(). > > Fixes #1955 (again). > --- > > https://github.com/tarantool/tarantool/issues/1955 > https://github.com/tarantool/tarantool/tree/Totktonada/gh-1955-fix-luaT_pusherror > > src/lua/error.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) Pushed to 2.1 and 1.10.