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 378972FB1B for ; Thu, 23 May 2019 13:47:03 -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 DHXHv9Za5A4w for ; Thu, 23 May 2019 13:47:03 -0400 (EDT) Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (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 CB8492F874 for ; Thu, 23 May 2019 13:47:02 -0400 (EDT) Received: by mail-lj1-f174.google.com with SMTP id m15so6246894ljg.13 for ; Thu, 23 May 2019 10:47:02 -0700 (PDT) From: Cyrill Gorcunov Subject: [tarantool-patches] [PATCH 0/2] luajit2: bugfix: fixed a segfault when unsinking 64-bit pointers Date: Thu, 23 May 2019 20:46:32 +0300 Message-Id: <20190523174634.32314-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 , Cyrill Gorcunov 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 -- 2.20.1