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 e0dae84e9 Reject header transport frames smaller than the version word
they carry Client: cpp
add 90ae2a5dd Bound the depth TProtocolUtil.skip will follow in the Dart
library Client: dart
add 1e036aaf7 Bound wire-declared lengths in the Dart library Client: dart
No new revisions were added by this update.
Summary of changes:
lib/dart/lib/src/protocol/t_binary_protocol.dart | 18 ++-
lib/dart/lib/src/protocol/t_compact_protocol.dart | 14 +-
lib/dart/lib/src/protocol/t_protocol.dart | 16 ++-
lib/dart/lib/src/protocol/t_protocol_util.dart | 11 +-
lib/dart/lib/src/transport/t_framed_transport.dart | 20 ++-
lib/dart/lib/src/transport/t_transport.dart | 7 +
lib/dart/test/protocol/t_declared_length_test.dart | 147 +++++++++++++++++++++
.../test/protocol/t_protocol_util_depth_test.dart | 120 +++++++++++++++++
8 files changed, 341 insertions(+), 12 deletions(-)
create mode 100644 lib/dart/test/protocol/t_declared_length_test.dart
create mode 100644 lib/dart/test/protocol/t_protocol_util_depth_test.dart