This is an automated email from the ASF dual-hosted git repository.
mhlakhani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 6f7657360 [c_glib] Fix code generation for sets with typedef element
types (#3285)
add 10d927260 THRIFT-5916: Enforce recursion depth limit in Java for C++
parity (#3287)
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_java_generator.cc | 20 +++
.../java/org/apache/thrift/protocol/TProtocol.java | 23 +++
.../thrift/test/fuzz/TestRecursionLimit.java | 163 +++++++++++++++++++++
3 files changed, 206 insertions(+)
create mode 100644
lib/java/src/test/java/org/apache/thrift/test/fuzz/TestRecursionLimit.java