[Tarantool-patches] [PATCH 0/2] Fix embedded bytecode loader

Sergey Bronnikov estetus at gmail.com
Tue Jul 25 19:34:43 MSK 2023


From: Sergey Bronnikov <sergeyb at tarantool.org>

Tarantool PR: https://github.com/tarantool/tarantool/pull/8913
Related issue: https://github.com/LuaJIT/LuaJIT/issues/549
Branch: https://github.com/tarantool/luajit/tree/ligurio/lj-549-fix-embedded-bytecode-loader

Mike Pall (2):
  Fix embedded bytecode loader.
  Followup fix for embedded bytecode loader.

 src/lj_bcread.c                               |  10 +-
 src/lj_lex.c                                  |   7 +
 src/lj_lex.h                                  |   1 +
 test/tarantool-c-tests/lj-549-lua_load.test.c | 146 ++++++++++++++++++
 4 files changed, 159 insertions(+), 5 deletions(-)
 create mode 100644 test/tarantool-c-tests/lj-549-lua_load.test.c

--
2.34.1


More information about the Tarantool-patches mailing list