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 158822FD0A for ; Sat, 18 May 2019 08:35:38 -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 1c4ImpNZJf5S for ; Sat, 18 May 2019 08:35:38 -0400 (EDT) Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) (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 ABD5F2FCCC for ; Sat, 18 May 2019 08:35:37 -0400 (EDT) Received: by mail-lj1-f179.google.com with SMTP id h21so8531117ljk.13 for ; Sat, 18 May 2019 05:35:37 -0700 (PDT) From: Cyrill Gorcunov Subject: [tarantool-patches] [PATCH 0/3] luajit: Fixes in sake of #4171 Date: Sat, 18 May 2019 15:33:53 +0300 Message-Id: <20190518123356.15780-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 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