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 DDFE528C46 for ; Sun, 19 May 2019 14:13:24 -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 E1BuirEi8cWr for ; Sun, 19 May 2019 14:13:24 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 424272886A for ; Sun, 19 May 2019 14:13:24 -0400 (EDT) Date: Sun, 19 May 2019 21:13:04 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH 0/3] luajit: Fixes in sake of #4171 Message-ID: <20190519181303.l64z2xnnceygwgit@tkn_work_nb> References: <20190518123356.15780-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190518123356.15780-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: Cyrill Gorcunov Cc: Kirill Yukhin , tarantool-patches@freelists.org Can we backport related tests too? At least I see this one around: https://github.com/openresty/luajit2-test-suite/pull/7/files WBR, Alexander Turenko. On Sat, May 18, 2019 at 03:33:53PM +0300, Cyrill Gorcunov wrote: > These are backports from openresty/luajit2 repo, should > help for #4171, but requires intensive testing. > > Mike Pall (2): > Fix overflow of snapshot map offset. > Fix rechaining of pseudo-resurrected string keys. > > Yichun Zhang (agentzh) (1): > bugfix: LuaJIT tables' hash chains might get corrupted leading to > infinite loops while fetching, missing keys, and etc. > > src/lj_jit.h | 10 +++---- > src/lj_opt_loop.c | 8 +++--- > src/lj_snap.c | 6 ++--- > src/lj_tab.c | 66 ++++++++++++++++++++++++++++++++++++++++------- > 4 files changed, 69 insertions(+), 21 deletions(-) > > -- > 2.20.1 > >