Project: brpc

Language c++
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 10
Lines of code 143355
Lines covered 11611
Code coverage 8.10%
Code coverage report Report link
Static reachability 3.91%
Fuzz Introspector report Report link (from 2024-09-08)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
brpc::GlobalUpdate(void*) /src/brpc/src/brpc/global.cpp 20999 0.0%
brpc::policy::ConsulNamingService::RunNamingService(charconst*,brpc::NamingServiceActions*) /src/brpc/src/brpc/policy/consul_naming_service.cpp 20647 0.0%
brpc::policy::ConsulNamingService::GetServers(charconst*,std::vector<brpc::ServerNode,std::allocator<brpc::ServerNode>>*) /src/brpc/src/brpc/policy/consul_naming_service.cpp 20553 0.0%
brpc::policy::DiscoveryClient::Register(brpc::policy::DiscoveryRegisterParamconst&) /src/brpc/src/brpc/policy/discovery_naming_service.cpp 20328 0.0%
brpc::policy::DiscoveryClient::PeriodicRenew(void*) /src/brpc/src/brpc/policy/discovery_naming_service.cpp 20313 0.0%
brpc::policy::DiscoveryClient::DoRegister() /src/brpc/src/brpc/policy/discovery_naming_service.cpp 20235 0.0%
brpc::policy::NacosNamingService::GetServers(charconst*,std::vector<brpc::ServerNode,std::allocator<brpc::ServerNode>>*) /src/brpc/src/brpc/policy/nacos_naming_service.cpp 20228 0.0%
brpc::policy::DiscoveryNamingService::GetServers(charconst*,std::vector<brpc::ServerNode,std::allocator<brpc::ServerNode>>*) /src/brpc/src/brpc/policy/discovery_naming_service.cpp 20205 0.0%
brpc::policy::GetOrNewDiscoveryChannel() /src/brpc/src/brpc/policy/discovery_naming_service.cpp 19916 0.0%
brpc::policy::NewDiscoveryChannel() /src/brpc/src/brpc/policy/discovery_naming_service.cpp 19914 0.0%