This is an automated email from the ASF dual-hosted git repository.

lorinlee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


    from c16fdc6b Opt IOBuf Profiler (#3251)
     add 4f94d254 Extend fuzz harness suite and fix false positive
     new 625843eb Merge pull request #3254 from DavidKorczynski/extend-oss-fuzz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 test/CMakeLists.txt                                |  5 +-
 test/fuzzing/fuzz_amf.cpp                          | 81 ++++++++++++++++++
 test/fuzzing/{fuzz_hulu.cpp => fuzz_baidu_rpc.cpp} | 10 +--
 src/brpc/trackme.h => test/fuzzing/fuzz_common.h   | 44 +++++-----
 test/fuzzing/{fuzz_hulu.cpp => fuzz_couchbase.cpp} | 10 +--
 test/fuzzing/fuzz_esp.cpp                          |  4 +-
 test/fuzzing/fuzz_http_parser.cpp                  | 97 ++++++++++++++++++++++
 test/fuzzing/fuzz_hulu.cpp                         |  4 +-
 test/fuzzing/{fuzz_hulu.cpp => fuzz_memcache.cpp}  | 10 +--
 test/fuzzing/{fuzz_hulu.cpp => fuzz_mongo.cpp}     | 10 +--
 test/fuzzing/fuzz_shead.cpp                        |  4 +-
 test/fuzzing/fuzz_sofa.cpp                         |  4 +-
 test/fuzzing/{fuzz_hulu.cpp => fuzz_streaming.cpp} | 10 +--
 test/fuzzing/{fuzz_esp.cpp => fuzz_thrift.cpp}     |  8 +-
 test/fuzzing/oss-fuzz.sh                           |  5 +-
 15 files changed, 250 insertions(+), 56 deletions(-)
 create mode 100644 test/fuzzing/fuzz_amf.cpp
 copy test/fuzzing/{fuzz_hulu.cpp => fuzz_baidu_rpc.cpp} (84%)
 copy src/brpc/trackme.h => test/fuzzing/fuzz_common.h (50%)
 copy test/fuzzing/{fuzz_hulu.cpp => fuzz_couchbase.cpp} (84%)
 create mode 100644 test/fuzzing/fuzz_http_parser.cpp
 copy test/fuzzing/{fuzz_hulu.cpp => fuzz_memcache.cpp} (84%)
 copy test/fuzzing/{fuzz_hulu.cpp => fuzz_mongo.cpp} (84%)
 copy test/fuzzing/{fuzz_hulu.cpp => fuzz_streaming.cpp} (84%)
 copy test/fuzzing/{fuzz_esp.cpp => fuzz_thrift.cpp} (89%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to