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 cf41a1c1e THRIFT-5855: Add c_glib fuzzers
add 37f4e0d94 THRIFT-5855: cpp fuzzers
No new revisions were added by this update.
Summary of changes:
FUZZING.md | 2 +-
configure.ac | 1 +
lib/cpp/test/Makefile.am | 3 +
lib/cpp/test/fuzz/CMakeLists.txt | 138 +++++++++++++++++++++
lib/cpp/test/fuzz/FuzzCommon.tcc | 127 +++++++++++++++++++
.../cpp/test/fuzz/FuzzParseBinary.cpp | 14 +--
.../cpp/test/fuzz/FuzzParseCompact.cpp | 13 +-
.../cpp/test/fuzz/FuzzParseJson.cpp | 13 +-
.../cpp/test/fuzz/FuzzRoundtripBinary.cpp | 14 +--
.../cpp/test/fuzz/FuzzRoundtripCompact.cpp | 14 +--
.../cpp/test/fuzz/FuzzRoundtripJson.cpp | 14 +--
lib/cpp/test/fuzz/Makefile.am | 83 +++++++++++++
lib/cpp/test/fuzz/README.md | 23 ++++
13 files changed, 412 insertions(+), 47 deletions(-)
create mode 100644 lib/cpp/test/fuzz/CMakeLists.txt
create mode 100644 lib/cpp/test/fuzz/FuzzCommon.tcc
copy compiler/cpp/src/thrift/version.h =>
lib/cpp/test/fuzz/FuzzParseBinary.cpp (75%)
copy compiler/cpp/src/thrift/version.h =>
lib/cpp/test/fuzz/FuzzParseCompact.cpp (75%)
copy compiler/cpp/src/thrift/version.h => lib/cpp/test/fuzz/FuzzParseJson.cpp
(75%)
copy compiler/cpp/src/thrift/version.h =>
lib/cpp/test/fuzz/FuzzRoundtripBinary.cpp (75%)
copy compiler/cpp/src/thrift/version.h =>
lib/cpp/test/fuzz/FuzzRoundtripCompact.cpp (75%)
copy compiler/cpp/src/thrift/version.h =>
lib/cpp/test/fuzz/FuzzRoundtripJson.cpp (75%)
create mode 100644 lib/cpp/test/fuzz/Makefile.am
create mode 100644 lib/cpp/test/fuzz/README.md