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 80ed45a71 Compute container size precheck in 64-bit in netstd, Delphi
and Haxe protocols
add ed643a86d widen container size precheck to 64-bit in go protocols
add 137d693e2 Bound the container element count before the 64-bit size
precheck in the Go JSON protocol
No new revisions were added by this update.
Summary of changes:
lib/go/thrift/binary_protocol.go | 9 +--
lib/go/thrift/compact_protocol.go | 6 +-
lib/go/thrift/configuration.go | 29 ++++++++++
lib/go/thrift/json_protocol.go | 6 +-
lib/go/thrift/protocol_test.go | 117 ++++++++++++++++++++++++++++++++++++++
5 files changed, 153 insertions(+), 14 deletions(-)