Project: bitcoin-core

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 203
Lines of code 285167
Lines covered 100559
Code coverage 35.26%
Code coverage report Report link
Static reachability 0.01%
Fuzz Introspector report Report link (from 2024-09-06)

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
wallet::migratewallet()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const /src/bitcoin-core/src/wallet/rpc/wallet.cpp 33417 0.0%
wallet::(anonymousnamespace)::WalletLoaderImpl::migrateWallet(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::basic_string<char,std::__1::char_traits<char>,secure_allocator<char>>const&) /src/bitcoin-core/src/wallet/interfaces.cpp 33178 0.0%
wallet::MigrateLegacyToDescriptor(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::basic_string<char,std::__1::char_traits<char>,secure_allocator<char>>const&,wallet::WalletContext&) /src/bitcoin-core/src/wallet/wallet.cpp 33136 0.0%
wallet::DoMigration(wallet::CWallet&,wallet::WalletContext&,bilingual_str&,wallet::MigrationResult&) /src/bitcoin-core/src/wallet/wallet.cpp 32398 0.0%
wallet::createwallet()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const /src/bitcoin-core/src/wallet/rpc/wallet.cpp 31497 0.0%
wallet::(anonymousnamespace)::WalletLoaderImpl::createWallet(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::basic_string<char,std::__1::char_traits<char>,secure_allocator<char>>const&,unsignedlong,std::__1::vector<bilingual_str,std::__1::allocator<bilingual_str>>&) /src/bitcoin-core/src/wallet/interfaces.cpp 31196 0.0%
wallet::CreateWallet(wallet::WalletContext&,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::optional<bool>,wallet::DatabaseOptions&,wallet::DatabaseStatus&,bilingual_str&,std::__1::vector<bilingual_str,std::__1::allocator<bilingual_str>>&) /src/bitcoin-core/src/wallet/wallet.cpp 31158 0.0%
wallet::restorewallet()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const /src/bitcoin-core/src/wallet/rpc/backup.cpp 30823 0.0%
wallet::loadwallet()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const /src/bitcoin-core/src/wallet/rpc/wallet.cpp 30741 0.0%
wallet::(anonymousnamespace)::WalletLoaderImpl::restoreWallet(fs::pathconst&,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::vector<bilingual_str,std::__1::allocator<bilingual_str>>&) /src/bitcoin-core/src/wallet/interfaces.cpp 30605 0.0%