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 aa18332cb THRIFT-5855: Add nodejs fuzzers
     add d2743005d THRIFT-5855: Add py fuzzers

No new revisions were added by this update.

Summary of changes:
 FUZZING.md                                         |   2 +-
 lib/py/Makefile.am                                 |   1 +
 lib/py/test/fuzz/README.md                         |  22 ++++
 lib/py/test/fuzz/fuzz_common.py                    | 134 +++++++++++++++++++++
 .../test/fuzz/fuzz_parse_TBinaryProtocol.py}       |  12 +-
 .../fuzz/fuzz_parse_TBinaryProtocolAccelerated.py} |  10 +-
 .../test/fuzz/fuzz_parse_TCompactProtocol.py}      |  12 +-
 .../fuzz_parse_TCompactProtocolAccelerated.py}     |  10 +-
 .../test/fuzz/fuzz_roundtrip_TBinaryProtocol.py}   |  12 +-
 .../fuzz_roundtrip_TBinaryProtocolAccelerated.py}  |  10 +-
 .../test/fuzz/fuzz_roundtrip_TCompactProtocol.py}  |  12 +-
 .../fuzz_roundtrip_TCompactProtocolAccelerated.py} |  10 +-
 12 files changed, 210 insertions(+), 37 deletions(-)
 create mode 100644 lib/py/test/fuzz/README.md
 create mode 100644 lib/py/test/fuzz/fuzz_common.py
 copy lib/{go/test/MultiplexedProtocolTest.thrift => 
py/test/fuzz/fuzz_parse_TBinaryProtocol.py} (79%)
 copy lib/{delphi/test/maketest.sh => 
py/test/fuzz/fuzz_parse_TBinaryProtocolAccelerated.py} (77%)
 mode change 100755 => 100644
 copy lib/{go/test/MultiplexedProtocolTest.thrift => 
py/test/fuzz/fuzz_parse_TCompactProtocol.py} (79%)
 copy lib/{delphi/test/maketest.sh => 
py/test/fuzz/fuzz_parse_TCompactProtocolAccelerated.py} (77%)
 mode change 100755 => 100644
 copy lib/{go/test/MultiplexedProtocolTest.thrift => 
py/test/fuzz/fuzz_roundtrip_TBinaryProtocol.py} (78%)
 copy lib/{delphi/test/maketest.sh => 
py/test/fuzz/fuzz_roundtrip_TBinaryProtocolAccelerated.py} (77%)
 mode change 100755 => 100644
 copy lib/{go/test/MultiplexedProtocolTest.thrift => 
py/test/fuzz/fuzz_roundtrip_TCompactProtocol.py} (78%)
 copy lib/{delphi/test/maketest.sh => 
py/test/fuzz/fuzz_roundtrip_TCompactProtocolAccelerated.py} (76%)
 mode change 100755 => 100644

Reply via email to