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 A749F2FB24 for ; Thu, 23 May 2019 13:50:42 -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 2xI6s7HnQ16T for ; Thu, 23 May 2019 13:50:42 -0400 (EDT) Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (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 579C02F7D2 for ; Thu, 23 May 2019 13:50:42 -0400 (EDT) Received: by mail-lf1-f67.google.com with SMTP id l26so5020044lfh.13 for ; Thu, 23 May 2019 10:50:42 -0700 (PDT) Date: Thu, 23 May 2019 20:50:39 +0300 From: Cyrill Gorcunov Subject: [tarantool-patches] Re: [PATCH 0/2] luajit2: bugfix: fixed a segfault when unsinking 64-bit pointers Message-ID: <20190523175039.GH11013@uranus> References: <20190523174634.32314-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190523174634.32314-1-gorcunov@gmail.com> 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: tml Cc: Alexander Turenko , Kirill Yukhin On Thu, May 23, 2019 at 08:46:32PM +0300, 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 Forgot to mention, patch 1 for luajit2 submodule and test is for tarantool itself.