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

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] 94 15.5%
yellow [10:29] 17 2.81%
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 :

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

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

['ftruncate', 'httpAddrClose', 'close', 'cups_open', '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 :

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

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

['strerror', '__errno_location']

4 399 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 395 1 :

['cupsLangDefault']

0 491 _cupsSetError call site: 00125 /src/libcups/cups/request.c:886
0 395 1 :

['cupsLangDefault']

0 395 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