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 50da5fdf5 Bump ruby/setup-ruby from 1.306.0 to 1.310.0
add aeeaf4bf3 THRIFT-6056: Limit recursion depth in Dart struct read/write
Client: dart
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_dart_generator.cc | 30 +++-
lib/dart/lib/src/protocol/t_protocol.dart | 15 ++
test/dart/Makefile.am | 16 +-
.../pubspec.yaml | 10 +-
.../test/t_protocol_recursion_depth_test.dart | 192 +++++++++++++++++++++
5 files changed, 253 insertions(+), 10 deletions(-)
copy test/dart/{test_client => recursion_depth_test}/pubspec.yaml (85%)
create mode 100644
test/dart/recursion_depth_test/test/t_protocol_recursion_depth_test.dart