Project: xerces-c

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 2
Lines of code 111923
Lines covered 18042
Code coverage 16.12%
Code coverage report Report link
Static reachability 7.33%
Fuzz Introspector report Report link

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
xercesc_3_2::IGXMLScanner::scanNext(xercesc_3_2::XMLPScanToken&) /src/xerces-c/src/xercesc/internal/IGXMLScanner.cpp 18197 0.0%
xercesc_3_2::IGXMLScanner::scanStartTagNS(bool&) /src/xerces-c/src/xercesc/internal/IGXMLScanner.cpp 17469 0.0%
xercesc_3_2::SGXMLScanner::scanStartTag(bool&) /src/xerces-c/src/xercesc/internal/SGXMLScanner.cpp 17094 0.0%
xercesc_3_2::IGXMLScanner::loadGrammar(xercesc_3_2::InputSourceconst&,short,bool) /src/xerces-c/src/xercesc/internal/IGXMLScanner.cpp 16577 0.0%
xercesc_3_2::IGXMLScanner::scanRawAttrListforNameSpaces(unsignedlong) /src/xerces-c/src/xercesc/internal/IGXMLScanner2.cpp 14161 0.0%
xercesc_3_2::SGXMLScanner::scanRawAttrListforNameSpaces(unsignedlong) /src/xerces-c/src/xercesc/internal/SGXMLScanner.cpp 14136 0.0%
xercesc_3_2::SGXMLScanner::parseSchemaLocation(char16_tconst*,bool) /src/xerces-c/src/xercesc/internal/SGXMLScanner.cpp 13920 0.0%
xercesc_3_2::IGXMLScanner::parseSchemaLocation(char16_tconst*,bool) /src/xerces-c/src/xercesc/internal/IGXMLScanner2.cpp 13910 0.0%
xercesc_3_2::IGXMLScanner::resolveSchemaGrammar(char16_tconst*,char16_tconst*,bool) /src/xerces-c/src/xercesc/internal/IGXMLScanner2.cpp 13847 0.0%
xercesc_3_2::SGXMLScanner::resolveSchemaGrammar(char16_tconst*,char16_tconst*,bool) /src/xerces-c/src/xercesc/internal/SGXMLScanner.cpp 13831 0.0%