Project: opendnp3

Language c++
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 3
Lines of code 24502
Lines covered 8384
Code coverage 34.22%
Code coverage report Report link
Static reachability 22.39%
Fuzz Introspector report Report link (from 2024-11-19)

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
opendnp3::StateUnsolicitedConfirmWait::OnNewNonReadRequest(opendnp3::OContext&,opendnp3::ParsedRequestconst&) /src/opendnp3/cpp/lib/src/outstation/OutstationStates.cpp 2082 0.0%
opendnp3::StateSolicitedConfirmWait::OnNewNonReadRequest(opendnp3::OContext&,opendnp3::ParsedRequestconst&) /src/opendnp3/cpp/lib/src/outstation/OutstationStates.cpp 2080 0.0%
opendnp3::StateNullUnsolicitedConfirmWait::OnNewReadRequest(opendnp3::OContext&,opendnp3::ParsedRequestconst&) /src/opendnp3/cpp/lib/src/outstation/OutstationStates.cpp 2037 0.0%
opendnp3::StateSolicitedConfirmWait::OnNewReadRequest(opendnp3::OContext&,opendnp3::ParsedRequestconst&) /src/opendnp3/cpp/lib/src/outstation/OutstationStates.cpp 2037 0.0%
opendnp3::OContext::OnTxReady() /src/opendnp3/cpp/lib/src/outstation/OutstationContext.cpp 1979 0.0%
opendnp3::OContext::RestartUnsolConfirmTimer()::$_0::operator()()const /src/opendnp3/cpp/lib/src/outstation/OutstationContext.cpp 1977 0.0%
opendnp3::OContext::RestartSolConfirmTimer()::$_0::operator()()const /src/opendnp3/cpp/lib/src/outstation/OutstationContext.cpp 1977 0.0%
opendnp3::OContext::HandleNewEvents() /src/opendnp3/cpp/lib/src/outstation/OutstationContext.cpp 1977 0.0%
opendnp3::OContext::CheckForUnsolicited() /src/opendnp3/cpp/lib/src/outstation/OutstationContext.cpp 1910 17.39%
opendnp3::StateSolicitedConfirmWait::OnConfirm(opendnp3::OContext&,opendnp3::ParsedRequestconst&) /src/opendnp3/cpp/lib/src/outstation/OutstationStates.cpp 1889 0.0%