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 87a8695d0 Use sslcompat hostname matcher in TSSLSocket Client: py
add d5152211a Add byte-count limit to TCompactProtocol varint reader
Client: py,go,php,java,netstd,delphi,haxe,lua,swift,rb,dart,erl,rs
No new revisions were added by this update.
Summary of changes:
lib/dart/lib/src/protocol/t_compact_protocol.dart | 13 ++--
lib/dart/test/protocol/t_protocol_test.dart | 23 ++++++
lib/delphi/src/Thrift.Protocol.Compact.pas | 18 +++--
lib/erl/src/thrift_compact_protocol.erl | 26 ++++---
lib/go/thrift/compact_protocol.go | 10 ++-
lib/go/thrift/compact_protocol_test.go | 24 ++++++
.../org/apache/thrift/protocol/TCompactProtocol.hx | 14 ++--
.../apache/thrift/protocol/TCompactProtocol.java | 28 +++++--
.../thrift/protocol/TestTCompactProtocol.java | 42 +++++++++++
lib/lua/TCompactProtocol.lua | 17 +++--
lib/netstd/Thrift/Protocol/TCompactProtocol.cs | 15 ++--
lib/php/lib/Protocol/TCompactProtocol.php | 8 +-
.../Unit/Lib/Protocol/TCompactProtocolTest.php | 32 ++++++++
lib/py/src/protocol/TCompactProtocol.py | 7 +-
lib/py/test/thrift_TCompactProtocol.py | 15 ++++
lib/rb/ext/compact_protocol.c | 25 +++++--
lib/rb/lib/thrift/protocol/compact_protocol.rb | 18 ++++-
lib/rb/spec/compact_protocol_spec.rb | 28 +++++++
lib/rs/src/protocol/compact.rs | 85 ++++++++++++++++++++--
lib/swift/Sources/TCompactProtocol.swift | 27 ++++---
.../Tests/ThriftTests/TCompactProtocolTests.swift | 29 +++++++-
21 files changed, 416 insertions(+), 88 deletions(-)