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 8e8e58a80 THRIFT-6055: Limit recursion depth in JavaME
struct/exception read/write Client: javame
add dc8b269fa THRIFT-6054: Limit recursion depth in Kotlin struct, union
and exception read/write Client: java,kotlin
No new revisions were added by this update.
Summary of changes:
.../src/main/java/org/apache/thrift/TUnion.java | 72 +++++----
.../java/org/apache/thrift/protocol/TProtocol.java | 24 ++-
lib/kotlin/build.gradle.kts | 26 +++-
.../kotlin/org/apache/thrift/RecursionDepthTest.kt | 172 +++++++++++++++++++++
.../RecursionDepthTest.thrift} | 41 +++--
5 files changed, 287 insertions(+), 48 deletions(-)
create mode 100644
lib/kotlin/src/test/kotlin/org/apache/thrift/RecursionDepthTest.kt
copy lib/kotlin/src/test/{kotlin/org/apache/thrift/MetaDataTest.kt =>
resources/RecursionDepthTest.thrift} (54%)