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 1a1bdde8e Limit skip recursion depth in the Smalltalk library Client:
st
add f9c592504 Take ownership of the method name in the c_glib dispatch
processor Client: c_glib
add 286496115 Limit struct and container read depth in the PHP accelerator
Client: php
No new revisions were added by this update.
Summary of changes:
.../c_glib/processor/thrift_dispatch_processor.c | 29 +-
lib/c_glib/test/CMakeLists.txt | 4 +
lib/c_glib/test/Makefile.am | 14 +
lib/c_glib/test/testdispatchprocessor.c | 372 +++++++++++++++++++++
.../ext/thrift_protocol/php_thrift_protocol.cpp | 61 ++--
.../ext/thrift_protocol/tests/recursion_depth.phpt | 91 +++++
6 files changed, 543 insertions(+), 28 deletions(-)
create mode 100644 lib/c_glib/test/testdispatchprocessor.c
create mode 100644 lib/php/src/ext/thrift_protocol/tests/recursion_depth.phpt