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 f6e7619fe THRIFT-6049: Limit struct read/write recursion depth in Lua
library Client: lua
add 80465010c THRIFT-6048: Limit struct read/write recursion depth in Perl
library Client: perl
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_perl_generator.cc | 18 +++
lib/perl/Makefile.am | 11 +-
lib/perl/lib/Thrift/Protocol.pm | 22 +++-
lib/perl/t/Makefile.am | 3 +-
lib/{lua/test => perl/t}/RecursionDepth.thrift | 2 +
lib/perl/t/recursion_depth.t | 143 +++++++++++++++++++++
6 files changed, 196 insertions(+), 3 deletions(-)
copy lib/{lua/test => perl/t}/RecursionDepth.thrift (97%)
create mode 100644 lib/perl/t/recursion_depth.t