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 c51ab5f70 THRIFT-5855: Add FUZZING.md and test structures
add cf41a1c1e THRIFT-5855: Add c_glib fuzzers
No new revisions were added by this update.
Summary of changes:
FUZZING.md | 2 +-
configure.ac | 1 +
lib/c_glib/test/Makefile.am | 2 +-
lib/c_glib/test/fuzz/Makefile.am | 66 +++++++++++++++++++++++++++
lib/c_glib/test/fuzz/README.md | 20 ++++++++
lib/c_glib/test/fuzz/fuzz_parse_binary.c | 76 +++++++++++++++++++++++++++++++
lib/c_glib/test/fuzz/fuzz_parse_compact.c | 76 +++++++++++++++++++++++++++++++
7 files changed, 241 insertions(+), 2 deletions(-)
create mode 100644 lib/c_glib/test/fuzz/Makefile.am
create mode 100644 lib/c_glib/test/fuzz/README.md
create mode 100644 lib/c_glib/test/fuzz/fuzz_parse_binary.c
create mode 100644 lib/c_glib/test/fuzz/fuzz_parse_compact.c