Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/3] luajit: Fixes in sake of #4171
@ 2019-05-18 12:33 Cyrill Gorcunov
  2019-05-18 12:33 ` [tarantool-patches] [PATCH 1/3] Fix overflow of snapshot map offset Cyrill Gorcunov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Cyrill Gorcunov @ 2019-05-18 12:33 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-05-19 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-18 12:33 [tarantool-patches] [PATCH 0/3] luajit: Fixes in sake of #4171 Cyrill Gorcunov
2019-05-18 12:33 ` [tarantool-patches] [PATCH 1/3] Fix overflow of snapshot map offset Cyrill Gorcunov
2019-05-18 12:33 ` [tarantool-patches] [PATCH 2/3] Fix rechaining of pseudo-resurrected string keys Cyrill Gorcunov
2019-05-18 12:38 ` [tarantool-patches] [PATCH 3/3] bugfix: LuaJIT tables' hash chains might get corrupted leading to infinite loops while fetching, missing keys, and etc Cyrill Gorcunov
2019-05-19 18:13 ` [tarantool-patches] Re: [PATCH 0/3] luajit: Fixes in sake of #4171 Alexander Turenko
2019-05-19 18:23   ` Cyrill Gorcunov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox