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: draco_mesh_decoder_without_dequantization_fuzzer

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 20 15.8%
gold [1:9] 2 1.58%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 104 82.5%
All colors 126 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
4 10 5 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B8ne180100ILi0EEEPKc', 'draco::StatusOr > >::StatusOr(draco::Status const&)', 'draco::Status::Status(draco::Status::Code, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'draco::Status::~Status()']

4 10 draco::CreateMeshDecoder(unsignedchar) call site: 00000 /src/draco/src/draco/compression/decode.cc:48
0 55 1 :

['draco::MeshEdgebreakerDecoderImpl ::DecodeAttributeConnectivitiesOnFaceLegacy(draco::IndexType )']

8 389 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:476
0 10 6 :

['_ZNSt3__110unique_ptrIN5draco10DataBufferENS_14default_deleteIS2_EEEC2B8ne180100ILb1EvEEPS2_', 'std::__1::unique_ptr >::get[abi:ne180100]() const', 'std::__1::unique_ptr >::~unique_ptr[abi:ne180100]()', 'std::__1::unique_ptr >::operator=[abi:ne180100](std::__1::unique_ptr >&&)', 'draco::DataBuffer::DataBuffer()', 'draco::GeometryAttribute::ResetBuffer(draco::DataBuffer*, long, long)']

2 32 draco::PointAttribute::CopyFrom(draco::PointAttributeconst&) call site: 00000 /src/draco/src/draco/attributes/point_attribute.cc:47
0 10 2 :

['draco::AttributeOctahedronTransform::DecodeParameters(draco::PointAttribute const&, draco::DecoderBuffer*)', 'draco::SequentialAttributeDecoder::attribute()']

0 1123 draco::SequentialNormalAttributeDecoder::DecodeIntegerValues(std::__1::vector ,std::__1::allocator >>const&,draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.cc:42
0 5 1 :

['bool draco::DecoderBuffer::Decode (unsigned long*)']

0 26 draco::RAnsSymbolDecoder<11>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:139
0 5 1 :

['bool draco::DecoderBuffer::Decode (unsigned long*)']

0 26 draco::RAnsSymbolDecoder<13>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:139
0 4 2 :

['draco::DecoderBuffer::Advance(long)', 'draco::PointCloudDecoder::buffer()']

8 470 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:467
0 0 None 20 231 draco::Decoder::DecodeBufferToGeometry(draco::DecoderBuffer*,draco::Mesh*) call site: 00000 /src/draco/src/draco/compression/decode.cc:118
0 0 None 2 118 draco::PointCloudDecoder::Decode(draco::DracoOptions const&,draco::DecoderBuffer*,draco::PointCloud*) call site: 00000 /src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc:76
0 0 None 2 43 draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*,draco::DracoHeader*) call site: 00000 /src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc:31
0 0 None 0 126 draco::MeshTraversalSequencer >>::GenerateSequenceInternal() call site: 00000 /src/draco/src/draco/compression/mesh/traverser/mesh_traversal_sequencer.h:82
0 0 None 0 121 draco::MeshTraversalSequencer >>::GenerateSequenceInternal() call site: 00000 /src/draco/src/draco/compression/mesh/traverser/mesh_traversal_sequencer.h:82

Runtime coverage analysis

Covered functions
1050
Functions that are reachable but not covered
21
Reachable functions
144
Percentage of reachable functions covered
85.42%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/draco/src/draco/tools/fuzz/draco_mesh_decoder_without_dequantization_fuzzer.cc 1
/src/draco/src/draco/core/decoder_buffer.cc 5
/src/draco/src/draco/compression/decode.h 2
/src/draco/src/draco/compression/config/draco_options.h 4
/src/draco/src/draco/core/options.h 2
/src/draco/src/draco/compression/decode.cc 4
/src/draco/src/draco/core/options.cc 1
/src/draco/src/draco/mesh/mesh.cc 1
/src/draco/src/draco/point_cloud/point_cloud.cc 1
/src/draco/src/draco/core/draco_index_type_vector.h 1
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc 4
/src/draco/src/draco/core/decoder_buffer.h 8
/src/draco/src/draco/core/status.h 6
/src/draco/src/draco/compression/mesh/mesh_sequential_decoder.cc 1
/src/draco/src/draco/compression/mesh/mesh_decoder.cc 2
/src/draco/src/draco/core/status_or.h 9
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder.cc 1
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.h 1
/src/draco/src/draco/metadata/geometry_metadata.h 3
/src/draco/src/draco/metadata/metadata.h 4
/src/draco/src/draco/metadata/metadata_decoder.cc 5
/src/draco/src/draco/core/varint_decoding.h 2
/src/draco/src/draco/metadata/metadata.cc 2
/src/draco/src/draco/metadata/geometry_metadata.cc 1
/src/draco/src/draco/point_cloud/point_cloud.h 1

Fuzzer: draco_mesh_decoder_fuzzer

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 21 17.5%
gold [1:9] 1 0.83%
yellow [10:29] 2 1.66%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 96 80.0%
All colors 120 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
4 10 5 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B8ne180100ILi0EEEPKc', 'draco::StatusOr > >::StatusOr(draco::Status const&)', 'draco::Status::Status(draco::Status::Code, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'draco::Status::~Status()']

4 10 draco::CreateMeshDecoder(unsignedchar) call site: 00000 /src/draco/src/draco/compression/decode.cc:48
4 4 3 :

['std::__1::__map_const_iterator , std::__1::allocator >, std::__1::basic_string , std::__1::allocator > >, std::__1::__tree_node , std::__1::allocator >, std::__1::basic_string , std::__1::allocator > >, void*>*, long> >::operator->[abi:ne180100]() const', 'atoi', 'std::__1::basic_string , std::__1::allocator >::c_str[abi:ne180100]() const']

4 4 draco::Options::GetInt(std::__1::basic_string ,std::__1::allocator >const&,int)const call site: 00000 /src/draco/src/draco/core/options.cc:50
0 10 2 :

['draco::AttributeOctahedronTransform::DecodeParameters(draco::PointAttribute const&, draco::DecoderBuffer*)', 'draco::SequentialAttributeDecoder::attribute()']

0 1123 draco::SequentialNormalAttributeDecoder::DecodeIntegerValues(std::__1::vector ,std::__1::allocator >>const&,draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.cc:42
0 5 1 :

['bool draco::DecoderBuffer::Decode (unsigned long*)']

0 26 draco::RAnsSymbolDecoder<13>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:139
0 0 None 20 231 draco::Decoder::DecodeBufferToGeometry(draco::DecoderBuffer*,draco::Mesh*) call site: 00000 /src/draco/src/draco/compression/decode.cc:118
0 0 None 2 118 draco::PointCloudDecoder::Decode(draco::DracoOptions const&,draco::DecoderBuffer*,draco::PointCloud*) call site: 00000 /src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc:76
0 0 None 2 43 draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*,draco::DracoHeader*) call site: 00000 /src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc:31
0 0 None 0 126 draco::MeshTraversalSequencer >>::GenerateSequenceInternal() call site: 00000 /src/draco/src/draco/compression/mesh/traverser/mesh_traversal_sequencer.h:82
0 0 None 0 121 draco::MeshTraversalSequencer >>::GenerateSequenceInternal() call site: 00000 /src/draco/src/draco/compression/mesh/traverser/mesh_traversal_sequencer.h:82
0 0 None 0 119 draco::MeshTraversalSequencer >>::GenerateSequenceInternal() call site: 00000 /src/draco/src/draco/compression/mesh/traverser/mesh_traversal_sequencer.h:82
0 0 None 0 104 draco::SequentialAttributeDecodersController::TransformAttributesToOriginalFormat() call site: 00000 /src/draco/src/draco/compression/attributes/sequential_attribute_decoders_controller.cc:104
0 0 None 0 81 draco::MeshAttributeCornerTable::RecomputeVertices(draco::Meshconst*,draco::PointAttributeconst*) call site: 00000 /src/draco/src/draco/mesh/mesh_attribute_corner_table.cc:132

Runtime coverage analysis

Covered functions
1083
Functions that are reachable but not covered
21
Reachable functions
136
Percentage of reachable functions covered
84.56%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/draco/src/draco/tools/fuzz/draco_mesh_decoder_fuzzer.cc 1
/src/draco/src/draco/core/decoder_buffer.cc 5
/src/draco/src/draco/compression/decode.h 2
/src/draco/src/draco/compression/config/draco_options.h 2
/src/draco/src/draco/core/options.h 2
/src/draco/src/draco/compression/decode.cc 3
/src/draco/src/draco/mesh/mesh.cc 1
/src/draco/src/draco/point_cloud/point_cloud.cc 1
/src/draco/src/draco/core/draco_index_type_vector.h 1
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc 4
/src/draco/src/draco/core/decoder_buffer.h 8
/src/draco/src/draco/core/status.h 6
/src/draco/src/draco/compression/mesh/mesh_sequential_decoder.cc 1
/src/draco/src/draco/compression/mesh/mesh_decoder.cc 2
/src/draco/src/draco/core/status_or.h 9
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder.cc 1
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.h 1
/src/draco/src/draco/metadata/geometry_metadata.h 3
/src/draco/src/draco/metadata/metadata.h 4
/src/draco/src/draco/metadata/metadata_decoder.cc 5
/src/draco/src/draco/core/varint_decoding.h 2
/src/draco/src/draco/metadata/metadata.cc 2
/src/draco/src/draco/metadata/geometry_metadata.cc 1
/src/draco/src/draco/point_cloud/point_cloud.h 1

Fuzzer: draco_pc_decoder_without_dequantization_fuzzer

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 35 20.1%
gold [1:9] 2 1.14%
yellow [10:29] 5 2.87%
greenyellow [30:49] 2 1.14%
lawngreen 50+ 130 74.7%
All colors 174 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
20 223 3 :

['bool draco::DynamicIntegerPointsKdTreeDecoder<5>::DecodePoints , std::__1::allocator > > >, draco::Converter> >(draco::DecoderBuffer*, draco::ConversionOutputIterator , std::__1::allocator > > >, draco::Converter>&)', 'draco::DynamicIntegerPointsKdTreeDecoder<5>::~DynamicIntegerPointsKdTreeDecoder()', 'draco::DynamicIntegerPointsKdTreeDecoder<5>::DynamicIntegerPointsKdTreeDecoder(unsigned int)']

20 223 draco::FloatPointsTreeDecoder::DecodePointCloudKdTreeInternal(draco::DecoderBuffer*,std::__1::vector ,std::__1::allocator >>*) call site: 00000 /src/draco/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.cc:105
4 10 5 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B8ne180100ILi0EEEPKc', 'draco::StatusOr ::StatusOr(draco::Status const&)', 'draco::Status::Status(draco::Status::Code, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'draco::Status::~Status()']

12 18 draco::Decoder::GetEncodedGeometryType(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/decode.cc:60
4 10 5 :

['draco::StatusOr > >::StatusOr(draco::Status const&)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B8ne180100ILi0EEEPKc', 'draco::Status::Status(draco::Status::Code, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'draco::Status::~Status()']

4 10 draco::CreatePointCloudDecoder(signedchar) call site: 00000 /src/draco/src/draco/compression/decode.cc:37
4 10 5 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B8ne180100ILi0EEEPKc', 'draco::StatusOr > >::StatusOr(draco::Status const&)', 'draco::Status::Status(draco::Status::Code, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'draco::Status::~Status()']

4 10 draco::CreateMeshDecoder(unsignedchar) call site: 00000 /src/draco/src/draco/compression/decode.cc:48
0 195 5 :

['draco::FoldedBit32Decoder ::StartDecoding(draco::DecoderBuffer*)', 'draco::FoldedBit32Decoder ::EndDecoding()', 'draco::DirectBitDecoder::StartDecoding(draco::DecoderBuffer*)', 'bool draco::DynamicIntegerPointsKdTreeDecoder<4>::DecodeInternal , std::__1::allocator > > >, draco::Converter> >(unsigned int, draco::ConversionOutputIterator , std::__1::allocator > > >, draco::Converter>&)', 'draco::DirectBitDecoder::EndDecoding()']

0 195 booldraco::DynamicIntegerPointsKdTreeDecoder<4>::DecodePoints ,std::__1::allocator >>>,draco::Converter>>(draco::DecoderBuffer*,draco::ConversionOutputIterator ,std::__1::allocator >>>,draco::Converter>&,unsignedint) call site: 00000 /src/draco/src/draco/compression/point_cloud/algorithms/dynamic_integer_points_kd_tree_decoder.h:195
0 159 5 :

['bool draco::DynamicIntegerPointsKdTreeDecoder<2>::DecodeInternal , std::__1::allocator > > >, draco::Converter> >(unsigned int, draco::ConversionOutputIterator , std::__1::allocator > > >, draco::Converter>&)', 'draco::RAnsBitDecoder::EndDecoding()', 'draco::RAnsBitDecoder::StartDecoding(draco::DecoderBuffer*)', 'draco::DirectBitDecoder::StartDecoding(draco::DecoderBuffer*)', 'draco::DirectBitDecoder::EndDecoding()']

0 159 booldraco::DynamicIntegerPointsKdTreeDecoder<2>::DecodePoints ,std::__1::allocator >>>,draco::Converter>>(draco::DecoderBuffer*,draco::ConversionOutputIterator ,std::__1::allocator >>>,draco::Converter>&,unsignedint) call site: 00000 /src/draco/src/draco/compression/point_cloud/algorithms/dynamic_integer_points_kd_tree_decoder.h:195
0 60 3 :

['draco::RAnsSymbolDecoder<5>::EndDecoding()', 'draco::RAnsSymbolDecoder<5>::StartDecoding(draco::DecoderBuffer*)', 'draco::RAnsSymbolDecoder<5>::DecodeSymbol()']

8 68 booldraco::DecodeRawSymbolsInternal >(unsignedint,draco::DecoderBuffer*,unsignedint*) call site: 00000 /src/draco/src/draco/compression/entropy/symbol_decoding.cc:98
0 55 1 :

['draco::MeshEdgebreakerDecoderImpl ::DecodeAttributeConnectivitiesOnFaceLegacy(draco::IndexType )']

8 389 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:476
0 55 1 :

['draco::MeshEdgebreakerDecoderImpl ::DecodeAttributeConnectivitiesOnFaceLegacy(draco::IndexType )']

8 389 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:476
0 53 4 :

['draco::CornerTable::Vertex(draco::IndexType ) const', 'draco::IndexType ::value() const', 'draco::IndexType ::IndexType(unsigned int)', 'draco::IndexType ::operator+(unsigned int const&) const']

0 100 draco::MeshEdgebreakerDecoderImpl ::AssignPointsToCorners(int) call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:1172
0 53 4 :

['draco::CornerTable::Vertex(draco::IndexType ) const', 'draco::IndexType ::value() const', 'draco::IndexType ::IndexType(unsigned int)', 'draco::IndexType ::operator+(unsigned int const&) const']

0 100 draco::MeshEdgebreakerDecoderImpl ::AssignPointsToCorners(int) call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:1172
0 53 4 :

['draco::CornerTable::Vertex(draco::IndexType ) const', 'draco::IndexType ::value() const', 'draco::IndexType ::IndexType(unsigned int)', 'draco::IndexType ::operator+(unsigned int const&) const']

0 100 draco::MeshEdgebreakerDecoderImpl ::AssignPointsToCorners(int) call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:1172

Runtime coverage analysis

Covered functions
1179
Functions that are reachable but not covered
32
Reachable functions
178
Percentage of reachable functions covered
82.02%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/draco/src/draco/tools/fuzz/draco_pc_decoder_without_dequantization_fuzzer.cc 1
/src/draco/src/draco/core/decoder_buffer.cc 5
/src/draco/src/draco/compression/decode.h 2
/src/draco/src/draco/compression/config/draco_options.h 4
/src/draco/src/draco/core/options.h 2
/src/draco/src/draco/compression/decode.cc 7
/src/draco/src/draco/core/options.cc 1
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc 4
/src/draco/src/draco/core/decoder_buffer.h 8
/src/draco/src/draco/core/status.h 6
/src/draco/src/draco/core/status_or.h 21
/src/draco/src/draco/point_cloud/point_cloud.cc 1
/src/draco/src/draco/compression/point_cloud/point_cloud_sequential_decoder.h 1
/src/draco/src/draco/compression/point_cloud/point_cloud_kd_tree_decoder.h 1
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.h 1
/src/draco/src/draco/metadata/geometry_metadata.h 3
/src/draco/src/draco/metadata/metadata.h 4
/src/draco/src/draco/metadata/metadata_decoder.cc 5
/src/draco/src/draco/core/varint_decoding.h 2
/src/draco/src/draco/metadata/metadata.cc 2
/src/draco/src/draco/metadata/geometry_metadata.cc 1
/src/draco/src/draco/point_cloud/point_cloud.h 1
/src/draco/src/draco/mesh/mesh.cc 1
/src/draco/src/draco/core/draco_index_type_vector.h 1
/src/draco/src/draco/compression/mesh/mesh_sequential_decoder.cc 1
/src/draco/src/draco/compression/mesh/mesh_decoder.cc 2
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder.cc 1

Fuzzer: draco_pc_decoder_fuzzer

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 32 19.0%
gold [1:9] 3 1.78%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 1.19%
lawngreen 50+ 131 77.9%
All colors 168 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
20 222 3 :

['draco::DynamicIntegerPointsKdTreeDecoder<4>::DynamicIntegerPointsKdTreeDecoder(unsigned int)', 'bool draco::DynamicIntegerPointsKdTreeDecoder<4>::DecodePoints , std::__1::allocator > > >, draco::Converter> >(draco::DecoderBuffer*, draco::ConversionOutputIterator , std::__1::allocator > > >, draco::Converter>&)', 'draco::DynamicIntegerPointsKdTreeDecoder<4>::~DynamicIntegerPointsKdTreeDecoder()']

20 222 draco::FloatPointsTreeDecoder::DecodePointCloudKdTreeInternal(draco::DecoderBuffer*,std::__1::vector ,std::__1::allocator >>*) call site: 00000 /src/draco/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.cc:105
4 10 5 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B8ne180100ILi0EEEPKc', 'draco::StatusOr ::StatusOr(draco::Status const&)', 'draco::Status::Status(draco::Status::Code, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'draco::Status::~Status()']

12 18 draco::Decoder::GetEncodedGeometryType(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/decode.cc:60
4 10 5 :

['draco::StatusOr > >::StatusOr(draco::Status const&)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B8ne180100ILi0EEEPKc', 'draco::Status::Status(draco::Status::Code, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'draco::Status::~Status()']

4 10 draco::CreatePointCloudDecoder(signedchar) call site: 00000 /src/draco/src/draco/compression/decode.cc:37
4 10 5 :

['_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B8ne180100ILi0EEEPKc', 'draco::StatusOr > >::StatusOr(draco::Status const&)', 'draco::Status::Status(draco::Status::Code, std::__1::basic_string , std::__1::allocator > const&)', 'std::__1::basic_string , std::__1::allocator >::~basic_string()', 'draco::Status::~Status()']

4 10 draco::CreateMeshDecoder(unsignedchar) call site: 00000 /src/draco/src/draco/compression/decode.cc:48
4 4 3 :

['std::__1::__map_const_iterator , std::__1::allocator >, std::__1::basic_string , std::__1::allocator > >, std::__1::__tree_node , std::__1::allocator >, std::__1::basic_string , std::__1::allocator > >, void*>*, long> >::operator->[abi:ne180100]() const', 'atoi', 'std::__1::basic_string , std::__1::allocator >::c_str[abi:ne180100]() const']

4 4 draco::Options::GetInt(std::__1::basic_string ,std::__1::allocator >const&,int)const call site: 00000 /src/draco/src/draco/core/options.cc:50
0 607 4 :

['void draco::DequantizePoints3 *>, draco::PointAttributeVectorOutputIterator >(std::__1::__wrap_iter *> const&, std::__1::__wrap_iter *> const&, draco::QuantizationInfo const&, draco::PointAttributeVectorOutputIterator &)', 'draco::FloatPointsTreeDecoder::DecodePointCloudKdTreeInternal(draco::DecoderBuffer*, std::__1::vector , std::__1::allocator > >*)', 'std::__1::vector , std::__1::allocator > >::end[abi:ne180100]()', 'std::__1::vector , std::__1::allocator > >::begin[abi:ne180100]()']

0 607 booldraco::FloatPointsTreeDecoder::DecodePointCloud >(draco::DecoderBuffer*,draco::PointAttributeVectorOutputIterator &) call site: 00000 /src/draco/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.h:118
0 55 1 :

['draco::MeshEdgebreakerDecoderImpl ::DecodeAttributeConnectivitiesOnFaceLegacy(draco::IndexType )']

8 389 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:476
0 10 2 :

['draco::AttributeOctahedronTransform::DecodeParameters(draco::PointAttribute const&, draco::DecoderBuffer*)', 'draco::SequentialAttributeDecoder::attribute()']

0 1123 draco::SequentialNormalAttributeDecoder::DecodeIntegerValues(std::__1::vector ,std::__1::allocator >>const&,draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.cc:42
0 8 2 :

['bool draco::DecoderBuffer::Decode (unsigned char*)', 'draco::MeshPredictionSchemeGeometricNormalPredictorArea , draco::MeshPredictionSchemeData >::SetNormalPredictionMode(draco::NormalPredictionMode)']

0 55 draco::MeshPredictionSchemeGeometricNormalDecoder ,draco::MeshPredictionSchemeData >::DecodePredictionData(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_decoder.h:149
0 8 2 :

['bool draco::DecoderBuffer::Decode (unsigned char*)', 'draco::MeshPredictionSchemeGeometricNormalPredictorArea , draco::MeshPredictionSchemeData >::SetNormalPredictionMode(draco::NormalPredictionMode)']

0 55 draco::MeshPredictionSchemeGeometricNormalDecoder ,draco::MeshPredictionSchemeData >::DecodePredictionData(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_decoder.h:149
0 8 2 :

['draco::MeshPredictionSchemeGeometricNormalPredictorArea , draco::MeshPredictionSchemeData >::SetNormalPredictionMode(draco::NormalPredictionMode)', 'bool draco::DecoderBuffer::Decode (unsigned char*)']

0 55 draco::MeshPredictionSchemeGeometricNormalDecoder ,draco::MeshPredictionSchemeData >::DecodePredictionData(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_decoder.h:149
0 5 1 :

['bool draco::DecoderBuffer::Decode (unsigned long*)']

0 26 draco::RAnsSymbolDecoder<1>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:139

Runtime coverage analysis

Covered functions
1228
Functions that are reachable but not covered
30
Reachable functions
170
Percentage of reachable functions covered
82.35%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/draco/src/draco/tools/fuzz/draco_pc_decoder_fuzzer.cc 1
/src/draco/src/draco/core/decoder_buffer.cc 5
/src/draco/src/draco/compression/decode.h 2
/src/draco/src/draco/compression/config/draco_options.h 2
/src/draco/src/draco/core/options.h 2
/src/draco/src/draco/compression/decode.cc 6
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc 4
/src/draco/src/draco/core/decoder_buffer.h 8
/src/draco/src/draco/core/status.h 6
/src/draco/src/draco/core/status_or.h 21
/src/draco/src/draco/point_cloud/point_cloud.cc 1
/src/draco/src/draco/compression/point_cloud/point_cloud_sequential_decoder.h 1
/src/draco/src/draco/compression/point_cloud/point_cloud_kd_tree_decoder.h 1
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.h 1
/src/draco/src/draco/metadata/geometry_metadata.h 3
/src/draco/src/draco/metadata/metadata.h 4
/src/draco/src/draco/metadata/metadata_decoder.cc 5
/src/draco/src/draco/core/varint_decoding.h 2
/src/draco/src/draco/metadata/metadata.cc 2
/src/draco/src/draco/metadata/geometry_metadata.cc 1
/src/draco/src/draco/point_cloud/point_cloud.h 1
/src/draco/src/draco/mesh/mesh.cc 1
/src/draco/src/draco/core/draco_index_type_vector.h 1
/src/draco/src/draco/compression/mesh/mesh_sequential_decoder.cc 1
/src/draco/src/draco/compression/mesh/mesh_decoder.cc 2
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder.cc 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc 1 ['N/A'] 7 0 877 168 32 770 0 1814 1787
draco::PointCloud::DeduplicateAttributeValues() /src/draco/src/draco/point_cloud/point_cloud.cc 1 ['N/A'] 7 0 58 13 6 192 0 1626 1618
draco::KdTreeAttributesDecoder::DecodeDataNeededByPortableTransforms(draco::DecoderBuffer*) /src/draco/src/draco/compression/attributes/kd_tree_attributes_decoder.cc 2 ['N/A', 'N/A'] 8 0 953 205 195 366 0 1116 1017
draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc 1 ['N/A'] 8 0 877 168 32 370 0 862 428
draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc 1 ['N/A'] 7 0 877 168 32 360 0 842 403
draco::MeshPredictionSchemeGeometricNormalDecoder ,draco::MeshPredictionSchemeData >::ComputeOriginalValues(intconst*,int*,int,int,draco::IndexType const*) /src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_decoder.h 6 ['N/A', 'N/A', 'N/A', 'int', 'int', 'N/A'] 9 0 97 12 5 231 0 376 308
draco::SequentialNormalAttributeDecoder::CreateIntPredictionScheme(draco::PredictionSchemeMethod,draco::PredictionSchemeTransformType) /src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.h 4 ['N/A', 'N/A', 'int', 'int'] 11 0 46 7 8 126 0 216 208
draco::MeshPredictionSchemeTexCoordsDecoder ,draco::MeshPredictionSchemeData >::ComputeOriginalValues(intconst*,int*,int,int,draco::IndexType const*) /src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_tex_coords_decoder.h 6 ['N/A', 'N/A', 'N/A', 'int', 'int', 'N/A'] 8 0 87 13 6 150 0 260 206
draco::SequentialIntegerAttributeDecoder::CreateIntPredictionScheme(draco::PredictionSchemeMethod,draco::PredictionSchemeTransformType) /src/draco/src/draco/compression/attributes/sequential_integer_attribute_decoder.cc 4 ['N/A', 'N/A', 'int', 'int'] 11 0 34 6 3 112 0 202 168
draco::KdTreeAttributesDecoder::DecodePortableAttributes(draco::DecoderBuffer*) /src/draco/src/draco/compression/attributes/kd_tree_attributes_decoder.cc 2 ['N/A', 'N/A'] 8 0 518 100 95 274 0 749 134

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
55.0%
993 / 1801
Cyclomatic complexity statically reachable by fuzzers
69.0%
6725 / 9705

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

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

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/draco/src/draco/tools/fuzz/draco_mesh_decoder_without_dequantization_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['draco::PointCloudDecoder::Decode(draco::DracoOptions const&, draco::DecoderBuffer*, draco::PointCloud*)', 'LLVMFuzzerTestOneInput', 'draco::CreateMeshDecoder(unsigned char)', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)', 'bool draco::DecoderBuffer::Decode(unsigned char*)', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)']

/src/draco/src/draco/tools/fuzz/draco_mesh_decoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['draco::PointCloudDecoder::Decode(draco::DracoOptions const&, draco::DecoderBuffer*, draco::PointCloud*)', 'LLVMFuzzerTestOneInput', 'draco::CreateMeshDecoder(unsigned char)', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)', 'bool draco::DecoderBuffer::Decode(unsigned char*)', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)']

/src/draco/src/draco/tools/fuzz/draco_pc_decoder_without_dequantization_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['draco::Decoder::GetEncodedGeometryType(draco::DecoderBuffer*)', 'draco::CreatePointCloudDecoder(signed char)', 'draco::PointCloudDecoder::Decode(draco::DracoOptions const&, draco::DecoderBuffer*, draco::PointCloud*)', 'draco::CreateMeshDecoder(unsigned char)', 'draco::Decoder::DecodePointCloudFromBuffer(draco::DecoderBuffer*)', 'LLVMFuzzerTestOneInput', 'draco::PointCloudDecoder::DecodeMetadata()', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)']

/src/draco/src/draco/tools/fuzz/draco_pc_decoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['draco::Decoder::GetEncodedGeometryType(draco::DecoderBuffer*)', 'draco::CreatePointCloudDecoder(signed char)', 'draco::PointCloudDecoder::Decode(draco::DracoOptions const&, draco::DecoderBuffer*, draco::PointCloud*)', 'draco::CreateMeshDecoder(unsigned char)', 'draco::Decoder::DecodePointCloudFromBuffer(draco::DecoderBuffer*)', 'LLVMFuzzerTestOneInput', 'draco::PointCloudDecoder::DecodeHeader(draco::DecoderBuffer*, draco::DracoHeader*)', 'bool draco::DecoderBuffer::Decode(unsigned char*)']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
booldraco::GeometryAttribute::ConvertValue (draco::IndexType ,signedchar,long*)const 42 8 19.04% ['draco_mesh_decoder_fuzzer', 'draco_pc_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_without_dequantization_fuzzer']
booldraco::GeometryAttribute::ConvertComponentValue (intconst&,bool,long*) 52 18 34.61% ['draco_mesh_decoder_fuzzer', 'draco_pc_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_without_dequantization_fuzzer']
booldraco::GeometryAttribute::ConvertValue (draco::IndexType ,signedchar,float*)const 42 8 19.04% ['draco_mesh_decoder_fuzzer', 'draco_pc_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_without_dequantization_fuzzer']
booldraco::GeometryAttribute::ConvertComponentValue (intconst&,bool,float*) 52 11 21.15% ['draco_mesh_decoder_fuzzer', 'draco_pc_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_without_dequantization_fuzzer']
booldraco::DynamicIntegerPointsKdTreeDecoder<4>::DecodePoints ,std::__1::allocator >>>,draco::Converter>>(draco::DecoderBuffer*,draco::ConversionOutputIterator ,std::__1::allocator >>>,draco::Converter>&,unsignedint) 38 7 18.42% ['draco_pc_decoder_without_dequantization_fuzzer']
booldraco::DynamicIntegerPointsKdTreeDecoder<6>::DecodePoints ,std::__1::allocator >>>,draco::Converter>>(draco::DecoderBuffer*,draco::ConversionOutputIterator ,std::__1::allocator >>>,draco::Converter>&,unsignedint) 38 10 26.31% ['draco_pc_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer']
booldraco::DynamicIntegerPointsKdTreeDecoder<5>::DecodePoints ,std::__1::allocator >>>,draco::Converter>>(draco::DecoderBuffer*,draco::ConversionOutputIterator ,std::__1::allocator >>>,draco::Converter>&,unsignedint) 38 14 36.84% ['draco_pc_decoder_fuzzer']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/draco/src/draco/core/bounding_box.h [] []
/src/draco/src/draco/compression/attributes/mesh_attribute_indices_encoding_data.h [] []
/src/draco/src/draco/compression/mesh/traverser/traverser_base.h [] []
/src/draco/src/draco/attributes/geometry_attribute.h [] []
/src/draco/src/draco/tools/fuzz/draco_pc_decoder_fuzzer.cc ['draco_pc_decoder_fuzzer'] ['draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/point_cloud/point_cloud_kd_tree_decoder.h ['draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] []
/src/draco/src/draco/compression/bit_coders/folded_integer_bit_decoder.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl_interface.h [] []
/src/draco/src/draco/compression/attributes/attributes_decoder.h [] []
/src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.cc [] []
/src/draco/src/draco/compression/attributes/points_sequencer.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.h [] []
/src/draco/src/draco/compression/mesh/traverser/max_prediction_degree_traverser.h [] []
/src/draco/src/draco/core/quantization_utils.cc [] []
/src/draco/src/draco/point_cloud/point_cloud.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_interface.h [] []
/src/draco/src/draco/compression/mesh/traverser/depth_first_traverser.h [] []
/src/draco/src/draco/core/hash_utils.h [] []
/src/draco/src/draco/compression/attributes/sequential_integer_attribute_decoder.h [] []
/src/draco/src/draco/attributes/attribute_transform.cc [] []
/src/draco/src/draco/tools/fuzz/draco_pc_decoder_without_dequantization_fuzzer.cc ['draco_pc_decoder_without_dequantization_fuzzer'] ['draco_pc_decoder_without_dequantization_fuzzer']
/src/draco/src/draco/mesh/valence_cache.h [] []
/src/draco/src/draco/compression/bit_coders/direct_bit_decoder.h [] []
/src/draco/src/draco/compression/point_cloud/algorithms/quantize_points_3.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/core/quantization_utils.h [] []
/src/draco/src/draco/mesh/mesh_attribute_corner_table.cc [] []
/src/draco/src/draco/core/data_buffer.h [] []
/src/draco/src/draco/compression/mesh/mesh_decoder.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc [] []
/src/draco/src/draco/compression/attributes/kd_tree_attributes_decoder.h [] []
/src/draco/src/draco/compression/point_cloud/point_cloud_kd_tree_decoder.cc [] []
/src/draco/src/draco/compression/attributes/sequential_attribute_decoder.h [] []
/src/draco/src/draco/compression/attributes/sequential_attribute_decoders_controller.cc [] []
/src/draco/src/draco/compression/point_cloud/point_cloud_sequential_decoder.h ['draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] []
/src/draco/src/draco/core/draco_index_type.h [] []
/src/draco/src/draco/compression/attributes/sequential_integer_attribute_decoder.cc [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_traversal_decoder.h [] []
/src/draco/src/draco/core/decoder_buffer.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/attributes/attribute_octahedron_transform.h [] []
/src/draco/src/draco/metadata/geometry_metadata.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/tools/fuzz/draco_mesh_decoder_without_dequantization_fuzzer.cc ['draco_mesh_decoder_without_dequantization_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer']
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_delta_decoder.h [] []
/src/draco/src/draco/core/options.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/entropy/ans.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_predictor_base.h [] []
/src/draco/src/draco/core/draco_index_type_vector.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/attributes/attributes_decoder.cc [] []
/src/draco/src/draco/compression/attributes/attributes_decoder_interface.h [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_data.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_wrap_decoding_transform.h [] []
/src/draco/src/draco/compression/decode.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/attributes/kd_tree_attributes_decoder.cc [] []
/src/draco/src/draco/mesh/mesh.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.h [] []
/src/draco/src/draco/compression/bit_coders/direct_bit_decoder.cc [] []
/src/draco/src/draco/attributes/attribute_transform.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_decoding_transform.h [] []
/src/draco/src/draco/metadata/metadata.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/mesh/mesh_decoder.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/metadata/geometry_metadata.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/config/draco_options.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/point_cloud/algorithms/dynamic_integer_points_kd_tree_decoder.h [] []
/src/draco/src/draco/compression/entropy/symbol_decoding.cc [] []
/src/draco/src/draco/tools/fuzz/draco_mesh_decoder_fuzzer.cc ['draco_mesh_decoder_fuzzer'] ['draco_mesh_decoder_fuzzer']
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_multi_parallelogram_decoder.h [] []
/src/draco/src/draco/mesh/mesh_attribute_corner_table.h [] []
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_parallelogram_decoder.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_decoder.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_factory.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_shared.h [] []
/src/draco/src/draco/compression/point_cloud/point_cloud_decoder.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_wrap_transform_base.h [] []
/src/draco/src/draco/compression/mesh/traverser/mesh_traversal_sequencer.h [] []
/src/draco/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.cc [] []
/src/draco/src/draco/core/encoder_buffer.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_tex_coords_decoder.h [] []
/src/draco/src/draco/metadata/metadata.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/attributes/geometry_attribute.cc [] []
/src/draco/src/draco/mesh/corner_table_iterators.h [] []
/src/draco/src/draco/attributes/attribute_transform_data.h [] []
/src/draco/src/draco/core/status.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/attributes/point_attribute.cc [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_constrained_multi_parallelogram_decoder.h [] []
/src/draco/src/draco/attributes/attribute_octahedron_transform.cc [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_parallelogram_shared.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_predictor_area.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_canonicalized_decoding_transform.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_tex_coords_portable_predictor.h [] []
/src/draco/src/draco/core/draco_types.cc [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder.h [] []
/src/draco/src/draco/core/bounding_box.cc [] []
/src/draco/src/draco/mesh/corner_table.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoder_interface.h [] []
/src/draco/src/draco/compression/attributes/sequential_quantization_attribute_decoder.cc [] []
/src/draco/src/draco/compression/attributes/sequential_attribute_decoder.cc [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_canonicalized_transform_base.h [] []
/src/draco/src/draco/compression/bit_coders/rans_bit_decoder.cc [] []
/src/draco/src/draco/core/bit_utils.cc [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoder.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_transform_base.h [] []
/src/draco/src/draco/mesh/mesh.h [] []
/src/draco/src/draco/compression/attributes/sequential_attribute_decoders_controller.h [] []
/src/draco/src/draco/core/status_or.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/attributes/attribute_quantization_transform.cc [] []
/src/draco/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.h [] []
/src/draco/src/draco/core/varint_decoding.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/mesh/mesh_sequential_decoder.h [] []
/src/draco/src/draco/compression/decode.h ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_traversal_predictive_decoder.h [] []
/src/draco/src/draco/compression/point_cloud/point_cloud_sequential_decoder.cc [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_traversal_valence_decoder.h [] []
/src/draco/src/draco/metadata/metadata_decoder.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/core/decoder_buffer.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/compression/mesh/mesh_sequential_decoder.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']
/src/draco/src/draco/attributes/attribute_quantization_transform.h [] []
/src/draco/src/draco/compression/bit_coders/rans_bit_decoder.h [] []
/src/draco/src/draco/core/vector_d.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_tex_coords_portable_decoder.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_decoder.h [] []
/usr/local/bin/../include/c++/v1/stdlib.h [] []
/src/draco/src/draco/attributes/point_attribute.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoder_factory.h [] []
/src/draco/src/draco/core/options.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer']
/usr/include/stdlib.h [] []
/src/draco/src/draco/compression/attributes/linear_sequencer.h [] []
/src/draco/src/draco/core/data_buffer.cc [] []
/src/draco/src/draco/core/math_utils.h [] []
/src/draco/src/draco/mesh/corner_table.cc [] []
/usr/local/bin/../include/c++/v1/string [] []
/src/draco/src/draco/compression/attributes/normal_compression_utils.h [] []
/src/draco/src/draco/compression/attributes/sequential_quantization_attribute_decoder.h [] []
/src/draco/src/draco/compression/entropy/rans_symbol_decoder.h [] []
/src/draco/src/draco/core/bit_utils.h [] []
/src/draco/src/draco/compression/mesh/traverser/mesh_attribute_indices_encoding_observer.h [] []
/src/draco/src/draco/point_cloud/point_cloud.cc ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer'] ['draco_mesh_decoder_without_dequantization_fuzzer', 'draco_mesh_decoder_fuzzer', 'draco_pc_decoder_without_dequantization_fuzzer', 'draco_pc_decoder_fuzzer']

Directories in report

Directory
/src/draco/src/draco/compression/mesh/
/src/draco/src/draco/metadata/
/src/draco/src/draco/compression/point_cloud/algorithms/
/src/draco/src/draco/point_cloud/
/src/draco/src/draco/compression/config/
/usr/local/bin/../include/c++/v1/
/src/draco/src/draco/core/
/src/draco/src/draco/mesh/
/usr/include/x86_64-linux-gnu/bits/
/src/draco/src/draco/compression/entropy/
/src/draco/src/draco/compression/bit_coders/
/src/draco/src/draco/compression/mesh/traverser/
/src/draco/src/draco/tools/fuzz/
/usr/include/
/src/draco/src/draco/compression/
/src/draco/src/draco/attributes/
/src/draco/src/draco/compression/point_cloud/
/src/draco/src/draco/compression/attributes/
/src/draco/src/draco/compression/attributes/prediction_schemes/