Project: flatbuffers

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 7
Lines of code 14326
Lines covered 7276
Code coverage 50.79%
Code coverage report Report link
Static reachability 67.38%
Fuzz Introspector report Report link (from 2024-07-25)

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
flatbuffers::Parser::ParseProtoFields(flatbuffers::StructDef*,bool,bool) /src/flatbuffers/src/idl_parser.cpp 3841 0.0%
flatbuffers::Parser::ParseProtoDecl() /src/flatbuffers/src/idl_parser.cpp 3471 0.0%
flatbuffers::Parser::Serialize() /src/flatbuffers/src/idl_parser.cpp 949 0.0%
flatbuffers::Parser::ParseProtoMapField(flatbuffers::StructDef*) /src/flatbuffers/src/idl_parser.cpp 906 0.0%
flatbuffers::Parser::ParseFlexBuffer(charconst*,charconst*,flexbuffers::Builder*) /src/flatbuffers/src/idl_parser.cpp 745 0.0%
flatbuffers::(anonymousnamespace)::TextCodeGenerator::GenerateCode(flatbuffers::Parserconst&,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>,std::__1::allocator<char>>const&) /src/flatbuffers/src/idl_gen_text.cpp 661 0.0%
flatbuffers::GenerateTextFile(flatbuffers::Parserconst&,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>,std::__1::allocator<char>>const&) /src/flatbuffers/src/idl_gen_text.cpp 651 0.0%
flatbuffers::GenTextFile(flatbuffers::Parserconst&,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>,std::__1::allocator<char>>const&) /src/flatbuffers/src/idl_gen_text.cpp 649 0.0%
LLVMFuzzerInitialize /src/flatbuffers/tests/fuzzer/flatbuffers_64bit_fuzzer.cc 633 0.0%
charconst*flatbuffers::JsonPrinter::PrintVector<flatbuffers::Offset64<void>,unsignedint>(voidconst*,flatbuffers::Typeconst&,int,unsignedcharconst*) /src/flatbuffers/src/idl_gen_text.cpp 603 0.0%