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 2f75006ca THRIFT-6211: Add native Go fuzz targets that run their seed 
corpus in CI Client: go
     add b3436cb50 Check the element type spec before reading a container in 
the PHP extension Client: php
     add a87eafac4 Add a configurable maximum frame size to the PHP framed 
transport Client: php
     add 81489bd70 Reply with an exception for an unknown method name in the 
Erlang processor Client: erl

No new revisions were added by this update.

Summary of changes:
 lib/erl/src/thrift_processor.erl                   | 112 +++++++++++++++++----
 lib/erl/test/unknown_method_test.erl               | 101 +++++++++++++++++++
 lib/php/lib/Exception/TTransportException.php      |   1 +
 lib/php/lib/Factory/TFramedTransportFactory.php    |   7 +-
 lib/php/lib/Transport/TFramedTransport.php         |  21 ++++
 .../ext/thrift_protocol/php_thrift_protocol.cpp    |  15 +++
 .../tests/container_element_spec.phpt              |  79 +++++++++++++++
 .../Unit/Lib/Transport/TFramedTransportTest.php    |  76 ++++++++++++++
 8 files changed, 389 insertions(+), 23 deletions(-)
 create mode 100644 lib/erl/test/unknown_method_test.erl
 create mode 100644 
lib/php/src/ext/thrift_protocol/tests/container_element_spec.phpt

Reply via email to