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 4f877ca2d THRIFT-5855: Add java fuzzers
     add aa18332cb THRIFT-5855: Add nodejs fuzzers

No new revisions were added by this update.

Summary of changes:
 FUZZING.md                                         |   2 +-
 lib/nodejs/Makefile.am                             |   6 +-
 lib/nodejs/test/fuzz/README.md                     |  56 +++++++++++
 lib/nodejs/test/fuzz/fuzz_common.js                | 107 +++++++++++++++++++++
 lib/nodejs/test/fuzz/fuzz_parse_TBinaryProtocol.js |   6 ++
 .../test/fuzz/fuzz_parse_TCompactProtocol.js       |   6 ++
 lib/nodejs/test/fuzz/fuzz_parse_TJSONProtocol.js   |   6 ++
 .../test/fuzz/fuzz_roundtrip_TBinaryProtocol.js    |   6 ++
 .../test/fuzz/fuzz_roundtrip_TCompactProtocol.js   |   6 ++
 .../test/fuzz/fuzz_roundtrip_TJSONProtocol.js      |   6 ++
 10 files changed, 205 insertions(+), 2 deletions(-)
 create mode 100644 lib/nodejs/test/fuzz/README.md
 create mode 100644 lib/nodejs/test/fuzz/fuzz_common.js
 create mode 100644 lib/nodejs/test/fuzz/fuzz_parse_TBinaryProtocol.js
 create mode 100644 lib/nodejs/test/fuzz/fuzz_parse_TCompactProtocol.js
 create mode 100644 lib/nodejs/test/fuzz/fuzz_parse_TJSONProtocol.js
 create mode 100644 lib/nodejs/test/fuzz/fuzz_roundtrip_TBinaryProtocol.js
 create mode 100644 lib/nodejs/test/fuzz/fuzz_roundtrip_TCompactProtocol.js
 create mode 100644 lib/nodejs/test/fuzz/fuzz_roundtrip_TJSONProtocol.js

Reply via email to