This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git
commit 625843ebc6497150d8260b0c5153839ce46e04d9 Merge: c16fdc6b 4f94d254 Author: LorinLee <[email protected]> AuthorDate: Sun Mar 29 14:13:33 2026 +0800 Merge pull request #3254 from DavidKorczynski/extend-oss-fuzz Extend fuzz harness suite and fix false positive test/CMakeLists.txt | 5 +- test/fuzzing/fuzz_amf.cpp | 81 +++++++++++++++++++ test/fuzzing/{fuzz_esp.cpp => fuzz_baidu_rpc.cpp} | 10 +-- test/fuzzing/fuzz_common.h | 44 ++++++++++ test/fuzzing/{fuzz_esp.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_esp.cpp => fuzz_memcache.cpp} | 10 +-- test/fuzzing/{fuzz_esp.cpp => fuzz_mongo.cpp} | 10 +-- test/fuzzing/fuzz_shead.cpp | 4 +- test/fuzzing/fuzz_sofa.cpp | 4 +- test/fuzzing/{fuzz_esp.cpp => fuzz_streaming.cpp} | 10 +-- test/fuzzing/{fuzz_esp.cpp => fuzz_thrift.cpp} | 8 +- test/fuzzing/oss-fuzz.sh | 5 +- 15 files changed, 270 insertions(+), 36 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
