This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from eaeb20898 THRIFT-6051: Limit struct read/write recursion depth in
OCaml library
add f6e7619fe THRIFT-6049: Limit struct read/write recursion depth in Lua
library Client: lua
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_lua_generator.cc | 14 ++
lib/lua/TProtocol.lua | 18 +++
.../test/RecursionDepth.thrift} | 26 +--
lib/lua/test/test_recursion_depth.lua | 174 +++++++++++++++++++++
4 files changed, 220 insertions(+), 12 deletions(-)
copy lib/{cpp/test/DebugProtoTest_extras.cpp =>
lua/test/RecursionDepth.thrift} (66%)
create mode 100644 lib/lua/test/test_recursion_depth.lua