From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 16CA229391 for ; Tue, 28 May 2019 08:11:25 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PyjqFZ4OX1IB for ; Tue, 28 May 2019 08:11:25 -0400 (EDT) Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id C00EC29225 for ; Tue, 28 May 2019 08:11:24 -0400 (EDT) Received: by mail-lj1-f196.google.com with SMTP id 14so17474827ljj.5 for ; Tue, 28 May 2019 05:11:24 -0700 (PDT) Date: Tue, 28 May 2019 15:11:21 +0300 From: Cyrill Gorcunov Subject: [tarantool-patches] Re: [PATCH 0/2] luajit2: bugfix: fixed a segfault when unsinking 64-bit pointers Message-ID: <20190528121121.GO11013@uranus> References: <20190523174634.32314-1-gorcunov@gmail.com> <20190528020212.yoyckfs637enzwjo@tarantool.org> <20190528120154.5g4kebsmfhulnc54@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190528120154.5g4kebsmfhulnc54@tkn_work_nb> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Alexander Turenko Cc: Kirill Yukhin , tml On Tue, May 28, 2019 at 03:01:55PM +0300, Alexander Turenko wrote: > On Tue, May 28, 2019 at 05:02:12AM +0300, Kirill Yukhin wrote: > > Hello, > > > > On 23 May 20:46, Cyrill Gorcunov wrote: > > > The series fixes segfault when unsinking 64-bit pointers. > > > Note that I've backported a patch and a test for us but > > > the problem didn't trigger for me even when luajit2 is > > > unpatched. > > > > > > That said up to you, still think it might be usefull for > > > case #4171 > > > > I've checked your patches into 1.10, 2.1 and master. > > Kirill, please, be careful. In the previous email I asked to close the > issue: > > > Please, close issue https://github.com/tarantool/tarantool/issues/4072 > > from the commit message in a commit for tarantool repo. > > Anyway, I closed it myself. Ouch, sorry. Thank you!