Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzzipp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 334 55.3%
gold [1:9] 96 15.9%
yellow [10:29] 15 2.48%
greenyellow [30:49] 4 0.66%
lawngreen 50+ 154 25.5%
All colors 603 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
12 266 6 :

['_cupsStrAlloc', '_cupsStrFree', '__errno_location', 'strerror', 'realloc', 'bsearch']

30 4268 cupsLangLoadStrings call site: 00197 /src/libcups/cups/language.c:303
12 62 5 :

['httpAddrClose', 'cups_open', 'close', 'ftruncate', 'cupsFileOpenFd']

12 62 cupsFileOpen call site: 00300 /src/libcups/cups/file.c:663
10 10 1 :

['strcmp']

50 93 cupsSetServer call site: 00419 /src/libcups/cups/usersys.c:369
10 10 2 :

['httpAddrClose', 'close']

10 10 cupsFileOpen call site: 00301 /src/libcups/cups/file.c:704
8 8 1 :

['httpAddrClose']

8 8 cupsFileClose call site: 00049 /src/libcups/cups/file.c:148
4 24 3 :

['deflate', 'deflateEnd', 'cups_write']

14 34 cupsFileClose call site: 00036 /src/libcups/cups/file.c:88
4 4 2 :

['__errno_location', 'strerror']

4 402 ipp_set_value call site: 00549 /src/libcups/cups/ipp.c:5912
2 2 1 :

['lseek']

12 22 cupsFileOpenFd call site: 00303 /src/libcups/cups/file.c:754
0 398 1 :

['cupsLangDefault']

0 494 _cupsSetError call site: 00125 /src/libcups/cups/request.c:886
0 398 1 :

['cupsLangDefault']

0 398 cupsLangFind call site: 00137 /src/libcups/cups/language.c:107
0 18 1 :

['cupsCopyString']

0 18 ipp_lang_code call site: 00478 /src/libcups/cups/ipp.c:4986
0 7 1 :

['cups_set_default_ipp_port']

278 422 _cupsSetDefaults call site: 00416 /src/libcups/cups/usersys.c:923

Runtime coverage analysis

Covered functions
70
Functions that are reachable but not covered
110
Reachable functions
170
Percentage of reachable functions covered
35.29%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
ossfuzz/fuzzipp.c 2
cups/ipp.c 17
cups/globals.c 5
cups/string.c 8
cups/thread.c 6
cups/array.c 10
cups/http.c 3
cups/./tls-openssl.c 3
cups/http-addr.c 3
cups/http-addrlist.c 3
cups/file.c 13
cups/usersys.c 7
cups/request.c 1
cups/langprintf.c 1
cups/language.c 5
cups/tls.c 1

Files and Directories in report