Project: yaml-cpp

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 1
Lines of code 3215
Lines covered 2211
Code coverage 68.77%
Code coverage report Report link
Static reachability 83.63%
Fuzz Introspector report Report link (from 2025-02-20)
Fuzzer Code coverage (lines) Latest Report Comments
load_fuzzer 68.77% (avg: 68.77%, max: 68.77%) 2025-02-20

Historical Progression

Per Fuzzer 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
YAML::LoadAll(charconst*) /src/yaml-cpp/src/parse.cpp 2231 0.0%
YAML::Load(charconst*) /src/yaml-cpp/src/parse.cpp 2177 0.0%
YAML::BadPushback::BadPushback() /src/yaml-cpp/include/yaml-cpp/exceptions.h 34 0.0%
YAML::BadSubscript::BadSubscript<YAML::detail::node>(YAML::Markconst&,YAML::detail::nodeconst&) /src/yaml-cpp/include/yaml-cpp/exceptions.h 32 0.0%
YAML::detail::node_data::end() /src/yaml-cpp/src/node_data.cpp 22 0.0%
YAML::detail::node_data::end()const /src/yaml-cpp/src/node_data.cpp 22 0.0%
YAML::detail::node_data::begin() /src/yaml-cpp/src/node_data.cpp 22 0.0%
YAML::detail::node_data::begin()const /src/yaml-cpp/src/node_data.cpp 22 0.0%
YAML::detail::node_data::size()const /src/yaml-cpp/src/node_data.cpp 19 0.0%
YAML::detail::node_iterator_base<YAML::detail::node>::node_iterator_base(std::__1::__wrap_iter<std::__1::pair<YAML::detail::node*,YAML::detail::node*>*>,std::__1::__wrap_iter<std::__1::pair<YAML::detail::node*,YAML::detail::node*>*>) /src/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h 16 0.0%