[tarantool-patches] Re: [PATCH 0/3] luajit: Fixes in sake of #4171

Alexander Turenko alexander.turenko at tarantool.org
Sun May 19 21:13:04 MSK 2019


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
> 
> 




More information about the Tarantool-patches mailing list