Warning:
The number of runtime covered functions are larger than the
number of reachable functions. This means that Fuzz Introspector found
there are more functions covered at runtime than what is considered
reachable based on the static analysis. This is a limitation in the
analysis as anything covered at runtime is by definition reachable by the
fuzzers.
This is likely due to a limitation in the static analysis. In this case, the
count of functions covered at runtime is the true value, which means this
is what should be considered "achieved" by the fuzzer.
Use the project functions table below to query all functions that were not covered at runtime.
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 | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
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 | 4 | 14.8% |
gold | [1:9] | 1 | 3.70% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 2 | 7.40% |
lawngreen | 50+ | 20 | 74.0% |
All colors | 27 | 100 |
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 |
---|---|---|---|---|---|---|---|
0 | 0 | None | 0 | 0 | Pl_ASCIIHexDecoder::write(unsignedcharconst*,unsignedlong) | call site: 00000 | /src/qpdf/libqpdf/Pl_ASCIIHexDecoder.cc:20 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/hex_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_ASCIIHexDecoder.cc | 4 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
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 | 18 | 52.9% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 16 | 47.0% |
All colors | 34 | 100 |
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 |
---|---|---|---|---|---|---|---|
41 | 41 |
1 :
['Pl_RunLength::encode(unsigned char const*, unsigned long)'] |
41 | 41 | Pl_RunLength::write(unsignedcharconst*,unsignedlong) | call site: 00000 | /src/qpdf/libqpdf/Pl_RunLength.cc:27 |
32 | 32 |
1 :
['Pl_RunLength::flush_encode()'] |
32 | 32 | Pl_RunLength::finish() | call site: 00000 | /src/qpdf/libqpdf/Pl_RunLength.cc:140 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/runlength_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 4 |
/src/qpdf/libqpdf/Pl_RunLength.cc | 7 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
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 | 12 | 25.0% |
gold | [1:9] | 2 | 4.16% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 2 | 4.16% |
lawngreen | 50+ | 32 | 66.6% |
All colors | 48 | 100 |
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 |
---|---|---|---|---|---|---|---|
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | Pl_LZWDecoder::getFirstChar(unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_LZWDecoder.cc:91 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | Pl_LZWDecoder::addToTable(unsignedchar) | call site: 00000 | /src/qpdf/libqpdf/Pl_LZWDecoder.cc:116 |
0 | 0 | None | 0 | 0 | Buffer::Members::Members(unsignedlong,unsignedchar*,bool) | call site: 00000 | /src/qpdf/libqpdf/Buffer.cc:23 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/lzw_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_LZWDecoder.cc | 7 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/include/qpdf/QIntC.hh | 3 |
/usr/local/bin/../include/c++/v1/stdexcept | 1 |
/src/qpdf/libqpdf/Buffer.cc | 4 |
/src/qpdf/include/qpdf/Buffer.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_LZWDecoder.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
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 | 12 | 25.0% |
gold | [1:9] | 2 | 4.16% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 1 | 2.08% |
lawngreen | 50+ | 33 | 68.7% |
All colors | 48 | 100 |
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 |
---|---|---|---|---|---|---|---|
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | Pl_LZWDecoder::getFirstChar(unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_LZWDecoder.cc:91 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | Pl_LZWDecoder::addToTable(unsignedchar) | call site: 00000 | /src/qpdf/libqpdf/Pl_LZWDecoder.cc:116 |
0 | 0 | None | 0 | 0 | Buffer::Members::Members(unsignedlong,unsignedchar*,bool) | call site: 00000 | /src/qpdf/libqpdf/Buffer.cc:23 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/lzw_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_LZWDecoder.cc | 7 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/include/qpdf/QIntC.hh | 3 |
/usr/local/bin/../include/c++/v1/stdexcept | 1 |
/src/qpdf/libqpdf/Buffer.cc | 4 |
/src/qpdf/include/qpdf/Buffer.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_LZWDecoder.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
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 | 4 | 13.3% |
gold | [1:9] | 3 | 10.0% |
yellow | [10:29] | 1 | 3.33% |
greenyellow | [30:49] | 1 | 3.33% |
lawngreen | 50+ | 21 | 70.0% |
All colors | 30 | 100 |
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 |
---|---|---|---|---|---|---|---|
0 | 0 | None | 0 | 0 | Pl_ASCII85Decoder::write(unsignedcharconst*,unsignedlong) | call site: 00000 | /src/qpdf/libqpdf/Pl_ASCII85Decoder.cc:18 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/ascii85_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_ASCII85Decoder.cc | 4 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_ASCII85Decoder.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
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 | 112 | 57.4% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 83 | 42.5% |
All colors | 195 | 100 |
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 |
---|---|---|---|---|---|---|---|
38 | 38 |
1 :
['inflateInit_'] |
370 | 945 | Pl_Flate::handleData(unsignedcharconst*,unsignedlong,int) | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:131 |
21 | 21 |
1 :
['crc32'] |
579 | 630 | deflate | call site: 00083 | /src/zlib/deflate.c:1160 |
21 | 21 |
1 :
['crc32'] |
21 | 21 | read_buf | call site: 00091 | /src/zlib/deflate.c:227 |
16 | 37 |
3 :
['deflateEnd', '__clang_call_terminate', 'inflateEnd'] |
16 | 37 | Pl_Flate::Members::~Members() | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:46 |
12 | 12 |
1 :
['inflateEnd'] |
32 | 125 | Pl_Flate::finish() | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:218 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | Pl_Flate::Members::Members(unsignedlong,Pl_Flate::action_e) | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:29 |
8 | 8 |
13 :
['__cxa_allocate_exception', 'std::__1::basic_string
|
8 | 8 | Pl_Flate::checkError(charconst*,int) | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:250 |
7 | 14 |
2 :
['_tr_stored_block', '_tr_align'] |
7 | 38 | deflate | call site: 00128 | /src/zlib/deflate.c:1211 |
0 | 21 |
1 :
['deflateEnd'] |
0 | 21 | deflateInit2_ | call site: 00026 | /src/zlib/deflate.c:499 |
0 | 0 | None | 747 | 869 | deflate | call site: 00064 | /src/zlib/deflate.c:1009 |
0 | 0 | None | 747 | 869 | deflate | call site: 00064 | /src/zlib/deflate.c:1011 |
0 | 0 | None | 747 | 869 | deflate | call site: 00064 | /src/zlib/deflate.c:1013 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/flate_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_Flate.cc | 8 |
/src/qpdf/include/qpdf/QIntC.hh | 7 |
/usr/local/bin/../include/c++/v1/stdexcept | 1 |
/src/qpdf/include/qpdf/QUtil.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/zlib/deflate.c | 16 |
/src/zlib/crc32.c | 5 |
/src/zlib/adler32.c | 2 |
/src/zlib/trees.c | 20 |
/src/zlib/inflate.c | 10 |
/src/zlib/inftrees.c | 1 |
/src/zlib/inffast.c | 1 |
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 | 4 | 13.3% |
gold | [1:9] | 2 | 6.66% |
yellow | [10:29] | 2 | 6.66% |
greenyellow | [30:49] | 1 | 3.33% |
lawngreen | 50+ | 21 | 70.0% |
All colors | 30 | 100 |
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 |
---|---|---|---|---|---|---|---|
0 | 0 | None | 0 | 0 | Pl_ASCII85Decoder::write(unsignedcharconst*,unsignedlong) | call site: 00000 | /src/qpdf/libqpdf/Pl_ASCII85Decoder.cc:18 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/ascii85_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_ASCII85Decoder.cc | 4 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_ASCII85Decoder.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
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 | 11 | 25.0% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 33 | 75.0% |
All colors | 44 | 100 |
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 |
---|---|---|---|---|---|---|---|
28 | 28 |
1 :
['Pl_PNGFilter::encodeRow()'] |
28 | 28 | Pl_PNGFilter::processRow() | call site: 00000 | /src/qpdf/libqpdf/Pl_PNGFilter.cc:100 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 10 | Pl_PNGFilter::Pl_PNGFilter(charconst*,Pipeline*,Pl_PNGFilter::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_PNGFilter.cc:49 |
0 | 0 | None | 8 | 10 | Pl_PNGFilter::Pl_PNGFilter(charconst*,Pipeline*,Pl_PNGFilter::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_PNGFilter.cc:36 |
0 | 0 | None | 8 | 10 | Pl_PNGFilter::Pl_PNGFilter(charconst*,Pipeline*,Pl_PNGFilter::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_PNGFilter.cc:46 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/pngpredictor_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_PNGFilter.cc | 12 |
/src/qpdf/include/qpdf/QUtil.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_PNGFilter.hh | 1 |
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 | 20 | 39.2% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 31 | 60.7% |
All colors | 51 | 100 |
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 |
---|---|---|---|---|---|---|---|
10 | 10 |
4 :
['__cxa_allocate_exception', 'std::out_of_range::out_of_range[abi:v180000](char const*)', '__cxa_free_exception', '__cxa_throw'] |
10 | 10 | read_bits(unsignedcharconst*&,unsignedlong&,unsignedlong&,unsignedlong) | call site: 00000 | /src/qpdf/libqpdf/qpdf/bits_functions.hh:34 |
10 | 10 |
4 :
['__cxa_allocate_exception', 'std::out_of_range::out_of_range[abi:v180000](char const*)', '__cxa_free_exception', '__cxa_throw'] |
10 | 10 | write_bits(unsignedchar&,unsignedlong&,unsignedlonglong,unsignedlong,Pipeline*) | call site: 00000 | /src/qpdf/libqpdf/qpdf/bits_functions.hh:89 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | BitStream::reset() | call site: 00000 | /src/qpdf/libqpdf/BitStream.cc:21 |
0 | 0 | None | 8 | 10 | Pl_TIFFPredictor::Pl_TIFFPredictor(charconst*,Pipeline*,Pl_TIFFPredictor::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:29 |
0 | 0 | None | 8 | 10 | Pl_TIFFPredictor::Pl_TIFFPredictor(charconst*,Pipeline*,Pl_TIFFPredictor::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:32 |
0 | 0 | None | 8 | 10 | Pl_TIFFPredictor::Pl_TIFFPredictor(charconst*,Pipeline*,Pl_TIFFPredictor::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:36 |
0 | 0 | None | 0 | 78 | Pl_TIFFPredictor::processRow() | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:83 |
0 | 0 | None | 0 | 0 | Pl_TIFFPredictor::processRow() | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:104 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/tiffpredictor_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_TIFFPredictor.cc | 4 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/libqpdf/BitWriter.cc | 4 |
/src/qpdf/libqpdf/BitStream.cc | 3 |
/src/qpdf/include/qpdf/QIntC.hh | 3 |
/usr/local/bin/../include/c++/v1/stdexcept | 2 |
/src/qpdf/libqpdf/qpdf/bits_functions.hh | 2 |
/src/qpdf/libqpdf/qpdf/Pl_TIFFPredictor.hh | 1 |
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 | 112 | 57.4% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 83 | 42.5% |
All colors | 195 | 100 |
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 |
---|---|---|---|---|---|---|---|
38 | 38 |
1 :
['inflateInit_'] |
370 | 945 | Pl_Flate::handleData(unsignedcharconst*,unsignedlong,int) | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:131 |
21 | 21 |
1 :
['crc32'] |
579 | 630 | deflate | call site: 00083 | /src/zlib/deflate.c:1160 |
21 | 21 |
1 :
['crc32'] |
21 | 21 | read_buf | call site: 00091 | /src/zlib/deflate.c:227 |
16 | 37 |
3 :
['deflateEnd', '__clang_call_terminate', 'inflateEnd'] |
16 | 37 | Pl_Flate::Members::~Members() | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:46 |
12 | 12 |
1 :
['inflateEnd'] |
32 | 125 | Pl_Flate::finish() | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:218 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | Pl_Flate::Members::Members(unsignedlong,Pl_Flate::action_e) | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:29 |
8 | 8 |
13 :
['__cxa_allocate_exception', 'std::__1::basic_string
|
8 | 8 | Pl_Flate::checkError(charconst*,int) | call site: 00000 | /src/qpdf/libqpdf/Pl_Flate.cc:250 |
7 | 14 |
2 :
['_tr_stored_block', '_tr_align'] |
7 | 38 | deflate | call site: 00128 | /src/zlib/deflate.c:1211 |
0 | 21 |
1 :
['deflateEnd'] |
0 | 21 | deflateInit2_ | call site: 00026 | /src/zlib/deflate.c:499 |
0 | 0 | None | 747 | 869 | deflate | call site: 00064 | /src/zlib/deflate.c:1009 |
0 | 0 | None | 747 | 869 | deflate | call site: 00064 | /src/zlib/deflate.c:1011 |
0 | 0 | None | 747 | 869 | deflate | call site: 00064 | /src/zlib/deflate.c:1013 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/flate_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_Flate.cc | 8 |
/src/qpdf/include/qpdf/QIntC.hh | 7 |
/usr/local/bin/../include/c++/v1/stdexcept | 1 |
/src/qpdf/include/qpdf/QUtil.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/zlib/deflate.c | 16 |
/src/zlib/crc32.c | 5 |
/src/zlib/adler32.c | 2 |
/src/zlib/trees.c | 20 |
/src/zlib/inflate.c | 10 |
/src/zlib/inftrees.c | 1 |
/src/zlib/inffast.c | 1 |
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 | 20 | 39.2% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 31 | 60.7% |
All colors | 51 | 100 |
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 |
---|---|---|---|---|---|---|---|
10 | 10 |
4 :
['__cxa_allocate_exception', 'std::out_of_range::out_of_range[abi:v180000](char const*)', '__cxa_free_exception', '__cxa_throw'] |
10 | 10 | read_bits(unsignedcharconst*&,unsignedlong&,unsignedlong&,unsignedlong) | call site: 00000 | /src/qpdf/libqpdf/qpdf/bits_functions.hh:34 |
10 | 10 |
4 :
['__cxa_allocate_exception', 'std::out_of_range::out_of_range[abi:v180000](char const*)', '__cxa_free_exception', '__cxa_throw'] |
10 | 10 | write_bits(unsignedchar&,unsignedlong&,unsignedlonglong,unsignedlong,Pipeline*) | call site: 00000 | /src/qpdf/libqpdf/qpdf/bits_functions.hh:89 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | BitStream::reset() | call site: 00000 | /src/qpdf/libqpdf/BitStream.cc:21 |
0 | 0 | None | 8 | 10 | Pl_TIFFPredictor::Pl_TIFFPredictor(charconst*,Pipeline*,Pl_TIFFPredictor::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:29 |
0 | 0 | None | 8 | 10 | Pl_TIFFPredictor::Pl_TIFFPredictor(charconst*,Pipeline*,Pl_TIFFPredictor::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:32 |
0 | 0 | None | 8 | 10 | Pl_TIFFPredictor::Pl_TIFFPredictor(charconst*,Pipeline*,Pl_TIFFPredictor::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:36 |
0 | 0 | None | 0 | 78 | Pl_TIFFPredictor::processRow() | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:83 |
0 | 0 | None | 0 | 0 | Pl_TIFFPredictor::processRow() | call site: 00000 | /src/qpdf/libqpdf/Pl_TIFFPredictor.cc:104 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/tiffpredictor_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_TIFFPredictor.cc | 4 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/libqpdf/BitWriter.cc | 4 |
/src/qpdf/libqpdf/BitStream.cc | 3 |
/src/qpdf/include/qpdf/QIntC.hh | 3 |
/usr/local/bin/../include/c++/v1/stdexcept | 2 |
/src/qpdf/libqpdf/qpdf/bits_functions.hh | 2 |
/src/qpdf/libqpdf/qpdf/Pl_TIFFPredictor.hh | 1 |
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 | 174 | 57.6% |
gold | [1:9] | 8 | 2.64% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 1 | 0.33% |
lawngreen | 50+ | 119 | 39.4% |
All colors | 302 | 100 |
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 |
---|---|---|---|---|---|---|---|
768 | 768 |
1 :
['Pl_DCT::compress(void*, Buffer*)'] |
797 | 802 | Pl_DCT::finish() | call site: 00000 | /src/qpdf/libqpdf/Pl_DCT.cc:155 |
60 | 60 |
1 :
['do_sarray_io'] |
60 | 62 | access_virt_sarray | call site: 00000 | /src/libjpeg-turbo/jmemmgr.c:940 |
28 | 28 |
1 :
['do_barray_io'] |
28 | 30 | access_virt_barray | call site: 00000 | /src/libjpeg-turbo/jmemmgr.c:1024 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 8 | skip_buffer_input_data(jpeg_decompress_struct*,long) | call site: 00000 | /src/qpdf/libqpdf/Pl_DCT.cc:250 |
5 | 5 |
1 :
['jpeg_destroy_compress'] |
17 | 22 | Pl_DCT::finish() | call site: 00000 | /src/qpdf/libqpdf/Pl_DCT.cc:171 |
2 | 2 |
1 :
['out_of_memory'] |
2 | 106 | alloc_sarray | call site: 00000 | /src/libjpeg-turbo/jmemmgr.c:461 |
2 | 2 |
1 :
['__isoc99_sscanf'] |
2 | 2 | jinit_memory_mgr | call site: 00044 | /src/libjpeg-turbo/jmemmgr.c:1273 |
2 | 2 |
1 :
['out_of_memory'] |
2 | 2 | alloc_large | call site: 00000 | /src/libjpeg-turbo/jmemmgr.c:394 |
0 | 24 |
1 :
['Pipeline::getNext(bool)'] |
2 | 26 | Pl_DCT::finish() | call site: 00000 | /src/qpdf/libqpdf/Pl_DCT.cc:132 |
0 | 2 |
1 :
['jpeg_mem_term'] |
8 | 10 | jinit_memory_mgr | call site: 00042 | /src/libjpeg-turbo/jmemmgr.c:1227 |
0 | 0 | None | 225 | 686 | master_selection | call site: 00213 | /src/libjpeg-turbo/jdmaster.c:537 |
0 | 0 | None | 225 | 657 | master_selection | call site: 00214 | /src/libjpeg-turbo/jdmaster.c:548 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/dct_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_DCT.cc | 14 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_Buffer.cc | 4 |
/src/qpdf/include/qpdf/Pl_Buffer.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/qpdf/libqpdf/Buffer.cc | 4 |
/src/qpdf/include/qpdf/Buffer.hh | 1 |
/src/libjpeg-turbo/jerror.c | 1 |
/src/libjpeg-turbo/jcapimin.c | 4 |
/src/libjpeg-turbo/jmemmgr.c | 1 |
/src/libjpeg-turbo/jmemnobs.c | 3 |
/src/libjpeg-turbo/jcparam.c | 7 |
/src/libjpeg-turbo/jcomapi.c | 4 |
/src/libjpeg-turbo/jstdhuff.c | 2 |
/src/libjpeg-turbo/jcapistd.c | 2 |
/src/libjpeg-turbo/jcinit.c | 1 |
/src/libjpeg-turbo/jcmaster.c | 4 |
/src/libjpeg-turbo/jutils.c | 2 |
/src/libjpeg-turbo/jccolor.c | 3 |
/src/libjpeg-turbo/jcsample.c | 3 |
/src/libjpeg-turbo/jcprepct.c | 4 |
/src/libjpeg-turbo/simd/x86_64/jsimd.c | 18 |
/src/libjpeg-turbo/jclossls.c | 3 |
/src/libjpeg-turbo/jclhuff.c | 1 |
/src/libjpeg-turbo/jcdiffct.c | 3 |
/src/libjpeg-turbo/jcdctmgr.c | 2 |
/src/libjpeg-turbo/jcarith.c | 1 |
/src/libjpeg-turbo/jcphuff.c | 1 |
/src/libjpeg-turbo/jchuff.c | 1 |
/src/libjpeg-turbo/jccoefct.c | 2 |
/src/libjpeg-turbo/jcmainct.c | 3 |
/src/libjpeg-turbo/jcmarker.c | 1 |
/src/qpdf/include/qpdf/QIntC.hh | 6 |
/usr/local/bin/../include/c++/v1/stdexcept | 1 |
/src/libjpeg-turbo/jdapimin.c | 6 |
/src/libjpeg-turbo/jdmarker.c | 2 |
/src/libjpeg-turbo/jdinput.c | 1 |
/src/libjpeg-turbo/jdmaster.c | 6 |
/src/libjpeg-turbo/jdapistd.c | 3 |
/src/libjpeg-turbo/jquant1.c | 8 |
/src/libjpeg-turbo/jquant2.c | 3 |
/src/libjpeg-turbo/jdmerge.c | 3 |
/src/libjpeg-turbo/jdcolor.c | 5 |
/src/libjpeg-turbo/jdsample.c | 3 |
/src/libjpeg-turbo/jdpostct.c | 3 |
/src/libjpeg-turbo/jdlossls.c | 3 |
/src/libjpeg-turbo/jdlhuff.c | 1 |
/src/libjpeg-turbo/jddiffct.c | 3 |
/src/libjpeg-turbo/jddctmgr.c | 2 |
/src/libjpeg-turbo/jdarith.c | 1 |
/src/libjpeg-turbo/jdphuff.c | 1 |
/src/libjpeg-turbo/jdhuff.c | 1 |
/src/libjpeg-turbo/jdcoefct.c | 2 |
/src/libjpeg-turbo/jdmainct.c | 4 |
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 | 11 | 25.0% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 33 | 75.0% |
All colors | 44 | 100 |
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 |
---|---|---|---|---|---|---|---|
28 | 28 |
1 :
['Pl_PNGFilter::encodeRow()'] |
28 | 28 | Pl_PNGFilter::processRow() | call site: 00000 | /src/qpdf/libqpdf/Pl_PNGFilter.cc:100 |
8 | 8 |
4 :
['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_free_exception', '__cxa_throw'] |
8 | 10 | Pl_PNGFilter::Pl_PNGFilter(charconst*,Pipeline*,Pl_PNGFilter::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_PNGFilter.cc:49 |
0 | 0 | None | 8 | 10 | Pl_PNGFilter::Pl_PNGFilter(charconst*,Pipeline*,Pl_PNGFilter::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_PNGFilter.cc:36 |
0 | 0 | None | 8 | 10 | Pl_PNGFilter::Pl_PNGFilter(charconst*,Pipeline*,Pl_PNGFilter::action_e,unsignedint,unsignedint,unsignedint) | call site: 00000 | /src/qpdf/libqpdf/Pl_PNGFilter.cc:46 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/pngpredictor_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_PNGFilter.cc | 12 |
/src/qpdf/include/qpdf/QUtil.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_PNGFilter.hh | 1 |
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 | 18 | 52.9% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 16 | 47.0% |
All colors | 34 | 100 |
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 |
---|---|---|---|---|---|---|---|
41 | 41 |
1 :
['Pl_RunLength::encode(unsigned char const*, unsigned long)'] |
41 | 41 | Pl_RunLength::write(unsignedcharconst*,unsignedlong) | call site: 00000 | /src/qpdf/libqpdf/Pl_RunLength.cc:27 |
32 | 32 |
1 :
['Pl_RunLength::flush_encode()'] |
32 | 32 | Pl_RunLength::finish() | call site: 00000 | /src/qpdf/libqpdf/Pl_RunLength.cc:140 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/runlength_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 4 |
/src/qpdf/libqpdf/Pl_RunLength.cc | 7 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
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 | 1566 | 74.6% |
gold | [1:9] | 16 | 0.76% |
yellow | [10:29] | 18 | 0.85% |
greenyellow | [30:49] | 15 | 0.71% |
lawngreen | 50+ | 482 | 22.9% |
All colors | 2097 | 100 |
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 |
---|---|---|---|---|---|---|---|
124884 | 392671 |
63 :
['QPDF::damagedPDF(std::__1::basic_string
|
124884 | 392671 | QPDF::initializeEncryption() | call site: 00000 | /src/qpdf/libqpdf/QPDF_encryption.cc:730 |
5633 | 5637 |
8 :
['std::__1::basic_string
|
5633 | 5637 |
QPDFObjectHandle::getKey(std::__1::basic_string
|
call site: 00000 | /src/qpdf/libqpdf/QPDFObjectHandle.cc:1266 |
5619 | 5619 |
1 :
['QPDF::getAllPages()'] |
5619 | 5619 |
QPDF::JSONReactor::dictionaryItem(std::__1::basic_string
|
call site: 00000 | /src/qpdf/libqpdf/QPDF_json.cc:530 |
5581 | 5648 |
3 :
['std::__1::shared_ptr
|
5613 | 55781 | QPDF::read_xrefTable(longlong) | call site: 00000 | /src/qpdf/libqpdf/QPDF.cc:1019 |
5572 | 5574 |
4 :
['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B7v180000ILi0EEEPKc', 'std::__1::basic_string
|
5572 | 5574 | QPDFObjectHandle::getIntValue()const | call site: 00000 | /src/qpdf/libqpdf/QPDFObjectHandle.cc:654 |
5572 | 5574 |
4 :
['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B7v180000ILi0EEEPKc', 'std::__1::basic_string
|
5572 | 5574 | QPDFObjectHandle::getName()const | call site: 00000 | /src/qpdf/libqpdf/QPDFObjectHandle.cc:832 |
5572 | 5574 |
4 :
['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B7v180000ILi0EEEPKc', 'std::__1::basic_string
|
5572 | 5574 | QPDFObjectHandle::appendItem(QPDFObjectHandleconst&) | call site: 00000 | /src/qpdf/libqpdf/QPDFObjectHandle.cc:1194 |
5572 | 5574 |
4 :
['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B7v180000ILi0EEEPKc', 'std::__1::basic_string
|
5572 | 5574 |
QPDFObjectHandle::hasKey(std::__1::basic_string
|
call site: 00000 | /src/qpdf/libqpdf/QPDFObjectHandle.cc:1249 |
5572 | 5574 |
4 :
['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B7v180000ILi0EEEPKc', 'std::__1::basic_string
|
5572 | 5574 |
QPDFObjectHandle::replaceKey(std::__1::basic_string
|
call site: 00000 | /src/qpdf/libqpdf/QPDFObjectHandle.cc:1519 |
5572 | 5574 |
4 :
['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B7v180000ILi0EEEPKc', 'std::__1::basic_string
|
5572 | 5574 |
QPDFObjectHandle::removeKey(std::__1::basic_string
|
call site: 00000 | /src/qpdf/libqpdf/QPDFObjectHandle.cc:1547 |
5553 | 5553 |
5 :
['std::__1::shared_ptr
|
5553 | 5553 |
QPDF_Stream*QPDFObject::as
|
call site: 00000 | /src/qpdf/libqpdf/qpdf/QPDFObject_private.hh:172 |
5553 | 5553 |
5 :
['std::__1::shared_ptr
|
5553 | 5553 |
QPDF_Array*QPDFObject::as
|
call site: 00000 | /src/qpdf/libqpdf/qpdf/QPDFObject_private.hh:172 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/json_fuzzer.cc | 4 |
/src/qpdf/libqpdf/JSON.cc | 28 |
/src/qpdf/libqpdf/BufferInputSource.cc | 3 |
/src/qpdf/include/qpdf/InputSource.hh | 8 |
/src/qpdf/libqpdf/Buffer.cc | 7 |
/src/qpdf/include/qpdf/QIntC.hh | 25 |
/usr/local/bin/../include/c++/v1/stdexcept | 2 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/include/qpdf/QUtil.hh | 3 |
/src/qpdf/libqpdf/QUtil.cc | 12 |
/src/qpdf/include/qpdf/JSON.hh | 6 |
/src/qpdf/include/qpdf/Buffer.hh | 1 |
/src/qpdf/libqpdf/QPDF.cc | 67 |
/src/qpdf/libqpdf/QPDFLogger.cc | 8 |
/src/qpdf/libqpdf/Pl_Discard.cc | 1 |
/src/qpdf/libqpdf/Pipeline.cc | 7 |
/src/qpdf/libqpdf/Pl_OStream.cc | 2 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
/src/qpdf/libqpdf/QPDFTokenizer.cc | 35 |
/src/qpdf/include/qpdf/QPDFObjGen.hh | 10 |
/src/qpdf/include/qpdf/QPDFObjectHandle_future.hh | 15 |
/src/qpdf/include/qpdf/QPDF.hh | 22 |
/src/qpdf/include/qpdf/QPDFTokenizer.hh | 13 |
/src/qpdf/libqpdf/QPDF_json.cc | 5 |
/src/qpdf/libqpdf/InputSource.cc | 5 |
/src/qpdf/libqpdf/QPDFExc.cc | 2 |
/src/qpdf/include/qpdf/QPDFExc.hh | 2 |
/src/qpdf/include/qpdf/QPDFXRefEntry.hh | 2 |
/src/qpdf/libqpdf/qpdf/QPDFParser.hh | 1 |
/src/qpdf/libqpdf/QPDFParser.cc | 26 |
/src/qpdf/libqpdf/QPDF_Null.cc | 4 |
/src/qpdf/libqpdf/qpdf/QPDFValue.hh | 11 |
/src/qpdf/libqpdf/QPDFValue.cc | 2 |
/src/qpdf/libqpdf/qpdf/QPDFObject_private.hh | 20 |
/src/qpdf/libqpdf/QPDF_Integer.cc | 3 |
/src/qpdf/libqpdf/QPDF_Unresolved.cc | 2 |
/src/qpdf/libqpdf/QPDF_Array.cc | 9 |
/src/qpdf/libqpdf/QPDFObjectHandle.cc | 53 |
/src/qpdf/libqpdf/QPDFObjGen.cc | 2 |
/src/qpdf/libqpdf/QPDFXRefEntry.cc | 3 |
/src/qpdf/libqpdf/QPDF_Stream.cc | 7 |
/src/qpdf/libqpdf/QPDF_Bool.cc | 2 |
/src/qpdf/libqpdf/QPDF_Real.cc | 4 |
/src/qpdf/libqpdf/QPDF_Name.cc | 2 |
/src/qpdf/libqpdf/QPDF_Operator.cc | 2 |
/src/qpdf/libqpdf/QPDF_String.cc | 2 |
/src/qpdf/libqpdf/QPDF_Dictionary.cc | 7 |
/src/qpdf/libqpdf/qpdf/QPDF_Array.hh | 1 |
/src/qpdf/libqpdf/Pl_Buffer.cc | 5 |
/src/qpdf/include/qpdf/Pl_Buffer.hh | 1 |
/src/qpdf/libqpdf/Pl_Flate.cc | 1 |
/src/qpdf/libqpdf/Pl_Count.cc | 4 |
/src/qpdf/libqpdf/QPDF_encryption.cc | 40 |
/src/qpdf/libqpdf/MD5.cc | 4 |
/src/qpdf/libqpdf/QPDFCryptoProvider.cc | 6 |
/src/qpdf/include/qpdf/QPDFCryptoProvider.hh | 1 |
/src/qpdf/libqpdf/qpdf/MD5.hh | 1 |
/src/qpdf/libqpdf/ContentNormalizer.cc | 2 |
/src/qpdf/libqpdf/QPDF_pages.cc | 4 |
/src/qpdf/libqpdf/QPDF_optimization.cc | 2 |
/src/qpdf/libqpdf/RC4.cc | 2 |
/src/qpdf/libqpdf/qpdf/RC4.hh | 1 |
/src/qpdf/libqpdf/Pl_SHA2.cc | 4 |
/src/qpdf/libqpdf/Pl_AES_PDF.cc | 7 |
/src/qpdf/libqpdf/CryptoRandomDataProvider.cc | 1 |
/src/qpdf/libqpdf/qpdf/CryptoRandomDataProvider.hh | 1 |
/src/qpdf/include/qpdf/RandomDataProvider.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_AES_PDF.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_SHA2.hh | 1 |
/src/qpdf/libqpdf/QPDFObject.cc | 1 |
/src/qpdf/libqpdf/QPDF_Destroyed.cc | 2 |
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 | 4 | 14.8% |
gold | [1:9] | 1 | 3.70% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 2 | 7.40% |
lawngreen | 50+ | 20 | 74.0% |
All colors | 27 | 100 |
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 |
---|---|---|---|---|---|---|---|
0 | 0 | None | 0 | 0 | Pl_ASCIIHexDecoder::write(unsignedcharconst*,unsignedlong) | call site: 00000 | /src/qpdf/libqpdf/Pl_ASCIIHexDecoder.cc:20 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/qpdf/fuzz/hex_fuzzer.cc | 4 |
/src/qpdf/libqpdf/Pl_Discard.cc | 2 |
/src/qpdf/libqpdf/Pipeline.cc | 2 |
/src/qpdf/libqpdf/Pl_ASCIIHexDecoder.cc | 4 |
/src/qpdf/include/qpdf/QTC.hh | 1 |
/src/qpdf/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh | 1 |
/src/qpdf/include/qpdf/Pipeline.hh | 1 |
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 | 748 | 23.7% |
gold | [1:9] | 78 | 2.47% |
yellow | [10:29] | 53 | 1.68% |
greenyellow | [30:49] | 55 | 1.74% |
lawngreen | 50+ | 2214 | 70.3% |
All colors | 3148 | 100 |
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 |
---|---|---|---|---|---|---|---|
11205 | 33925 |
8 :
['QPDFObjectHandle::getUTF8Value() const', 'QPDFObjectHandle::isString() const', 'QPDFAcroFormDocumentHelper::QPDFAcroFormDocumentHelper(QPDF&)', 'QPDFAcroFormDocumentHelper::~QPDFAcroFormDocumentHelper()', 'QPDFAcroFormDocumentHelper::setNeedAppearances(bool)', 'QPDFObjectHandle::newUnicodeString(std::__1::basic_string
|
11213 | 33935 | QPDFFormFieldObjectHelper::setV(QPDFObjectHandle,bool) | call site: 00000 | /src/qpdf/libqpdf/QPDFFormFieldObjectHelper.cc:302 |
5896 | 5896 |
2 :
['QPDFObjectHandle::getKey(std::__1::basic_string
|
11474 | 57408 | QPDFPageDocumentHelper::flattenAnnotations(int,int) | call site: 00000 | /src/qpdf/libqpdf/QPDFPageDocumentHelper.cc:59 |
5726 | 5726 |
5 :
['std::__1::shared_ptr
|
5752 | 6426 |