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 dc8b269fa THRIFT-6054: Limit recursion depth in Kotlin struct, union
and exception read/write Client: java,kotlin
add 45622b4f0 THRIFT-6052: Limit struct read/write recursion depth in
Smalltalk library Client: st
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_st_generator.cc | 18 ++-
lib/st/test/RecursionDepthTest.thrift | 101 ++++++++++++++
lib/st/test/TProtocolRecursionDepthTest.st | 153 +++++++++++++++++++++
lib/st/thrift.st | 17 ++-
4 files changed, 281 insertions(+), 8 deletions(-)
create mode 100644 lib/st/test/RecursionDepthTest.thrift
create mode 100644 lib/st/test/TProtocolRecursionDepthTest.st