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 45622b4f0 THRIFT-6052: Limit struct read/write recursion depth in
Smalltalk library Client: st
add eaeb20898 THRIFT-6051: Limit struct read/write recursion depth in
OCaml library
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_ocaml_generator.cc | 12 +-
.../cpp/tests/ocaml/snapshot_service_handle_ex.hpp | 90 ++---
lib/ocaml/src/Thrift.ml | 33 +-
{test/ocaml => lib/ocaml/test}/Makefile | 20 +-
lib/ocaml/test/test_recursion_depth.ml | 371 +++++++++++++++++++++
5 files changed, 471 insertions(+), 55 deletions(-)
copy {test/ocaml => lib/ocaml/test}/Makefile (55%)
create mode 100644 lib/ocaml/test/test_recursion_depth.ml