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

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 16 14.5%
gold [1:9] 1 0.90%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 93 84.5%
All colors 110 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
8 10 5 :

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

8 10 draco::CreateMeshDecoder(unsignedchar) call site: 00000 /src/draco/src/draco/compression/decode.cc:48
0 10 6 :

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

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

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

0 1118 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 1 :

['draco::MeshEdgebreakerTraversalDecoder::DecodeAttributeSeam(int)']

0 10 draco::MeshEdgebreakerDecoderImpl ::DecodeAttributeConnectivitiesOnFaceLegacy(draco::IndexType ) call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:1093
0 5 1 :

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

0 26 draco::RAnsSymbolDecoder<2>::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<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<12>::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 0 None 20 225 draco::Decoder::DecodeBufferToGeometry(draco::DecoderBuffer*,draco::Mesh*) call site: 00000 /src/draco/src/draco/compression/decode.cc:118
0 0 None 2 116 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 109 draco::MeshTraversalSequencer >>::GenerateSequenceInternal() call site: 00000 /src/draco/src/draco/compression/mesh/traverser/mesh_traversal_sequencer.h:82

Runtime coverage analysis

Covered functions
1051
Functions that are reachable but not covered
21
Reachable functions
141
Percentage of reachable functions covered
85.11%
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 3
/src/draco/src/draco/compression/decode.h 2
/src/draco/src/draco/compression/config/draco_options.h 3
/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 7
/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 7
/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 3
/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 16 15.3%
gold [1:9] 1 0.96%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 1.92%
lawngreen 50+ 85 81.7%
All colors 104 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
8 10 5 :

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

8 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->() const', 'atoi', 'std::__1::basic_string , std::__1::allocator >::c_str() 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::SequentialAttributeDecoder::attribute()', 'draco::AttributeOctahedronTransform::DecodeParameters(draco::PointAttribute const&, draco::DecoderBuffer*)']

0 1118 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<12>::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 5 1 :

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

0 26 draco::RAnsSymbolDecoder<14>::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<15>::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<16>::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<17>::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<18>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:139
0 0 None 34 88 draco::SequentialAttributeDecodersController::TransformAttributesToOriginalFormat() call site: 00000 /src/draco/src/draco/compression/attributes/sequential_attribute_decoders_controller.cc:104

Runtime coverage analysis

Covered functions
1083
Functions that are reachable but not covered
21
Reachable functions
133
Percentage of reachable functions covered
84.21%
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 3
/src/draco/src/draco/compression/decode.h 2
/src/draco/src/draco/compression/config/draco_options.h 1
/src/draco/src/draco/core/options.h 1
/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 7
/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 7
/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 3
/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 25 17.2%
gold [1:9] 4 2.75%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 1.37%
lawngreen 50+ 114 78.6%
All colors 145 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
53 53 1 :

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

61 342 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:459
53 53 1 :

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

61 342 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:459
53 53 1 :

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

61 342 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:459
23 23 1 :

['draco::MeshPredictionSchemeTexCoordsPortableDecoder , draco::MeshPredictionSchemeData >::MeshPredictionSchemeTexCoordsPortableDecoder(draco::PointAttribute const*, draco::PredictionSchemeWrapDecodingTransform const&, draco::MeshPredictionSchemeData const&)']

23 23 draco::MeshPredictionSchemeDecoderFactory ::DispatchFunctor ,draco::MeshPredictionSchemeData ,(draco::PredictionSchemeTransformType)1>::operator()(draco::PredictionSchemeMethod,draco::PointAttributeconst*,draco::PredictionSchemeWrapDecodingTransform const&,draco::MeshPredictionSchemeData const&,unsignedshort) call site: 00000 /src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoder_factory.h:81
15 19 3 :

['draco::RAnsDecoder<19>::read_init(unsigned char const*, int)', 'draco::DecoderBuffer::Advance(long)', 'draco::DecoderBuffer::data_head() const']

15 19 draco::RAnsSymbolDecoder<13>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:151
8 10 5 :

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

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

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

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

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

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

['std::initializer_list ::begin() const', 'std::initializer_list ::end() const', 'isnan(float)']

4 12 draco::MeshPredictionSchemeTexCoordsDecoder ,draco::MeshPredictionSchemeData >::ComputePredictedValue(draco::IndexType ,intconst*,int) call site: 00000 /src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_tex_coords_decoder.h:218
0 573 4 :

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

0 573 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 64 5 :

['draco::DecoderBuffer::StartBitDecoding(bool, unsigned long*)', 'draco::RAnsSymbolDecoder<5>::EndDecoding()', 'draco::DecoderBuffer::EndBitDecoding()', 'draco::RAnsSymbolDecoder<5>::DecodeSymbol()', 'draco::DecoderBuffer::DecodeLeastSignificantBits32(unsigned int, unsigned int*)']

8 72 booldraco::DecodeTaggedSymbols (unsignedint,int,draco::DecoderBuffer*,unsignedint*) call site: 00000 /src/draco/src/draco/compression/entropy/symbol_decoding.cc:65
0 53 4 :

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

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

Runtime coverage analysis

Covered functions
1090
Functions that are reachable but not covered
32
Reachable functions
171
Percentage of reachable functions covered
81.29%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
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 3
/src/draco/src/draco/compression/decode.h 2
/src/draco/src/draco/compression/config/draco_options.h 3
/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 7
/src/draco/src/draco/core/status.h 6
/src/draco/src/draco/core/status_or.h 15
/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 3
/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 23 16.5%
gold [1:9] 6 4.31%
yellow [10:29] 3 2.15%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 107 76.9%
All colors 139 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
102 104 4 :

['std::__1::unique_ptr >, std::__1::default_delete > > > draco::CreateMeshPredictionScheme >, draco::MeshPredictionSchemeDecoderFactory >(draco::MeshDecoder const*, draco::PredictionSchemeMethod, int, draco::PredictionSchemeDecoder >::Transform const&, unsigned short)', 'std::__1::unique_ptr >, std::__1::default_delete > > >::operator bool() const', 'draco::PointCloudDecoder::bitstream_version() const', 'std::__1::unique_ptr >, std::__1::default_delete > > >::~unique_ptr()']

102 114 std::__1::unique_ptr >,std::__1::default_delete >>>draco::CreatePredictionSchemeForDecoder >(draco::PredictionSchemeMethod,int,draco::PointCloudDecoderconst*,draco::PredictionSchemeNormalOctahedronDecodingTransform const&) call site: 00000 /src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoder_factory.h:160
90 102 9 :

['std::__1::unique_ptr >, std::__1::default_delete > > > draco::MeshPredictionSchemeDecoderFactory ::operator() , draco::MeshPredictionSchemeData >(draco::PredictionSchemeMethod, draco::PointAttribute const*, draco::PredictionSchemeNormalOctahedronCanonicalizedDecodingTransform const&, draco::MeshPredictionSchemeData const&, unsigned short)', 'std::__1::unique_ptr >, std::__1::default_delete > > > draco::MeshPredictionSchemeDecoderFactory ::operator() , draco::MeshPredictionSchemeData >(draco::PredictionSchemeMethod, draco::PointAttribute const*, draco::PredictionSchemeNormalOctahedronCanonicalizedDecodingTransform const&, draco::MeshPredictionSchemeData const&, unsigned short)', 'draco::MeshPredictionSchemeData ::MeshPredictionSchemeData()', 'draco::MeshDecoder::mesh() const', 'std::__1::unique_ptr >, std::__1::default_delete > > >::operator bool() const', 'std::__1::unique_ptr >, std::__1::default_delete > > >::~unique_ptr()', 'draco::MeshPredictionSchemeData ::MeshPredictionSchemeData()', 'draco::MeshPredictionSchemeData ::Set(draco::Mesh const*, draco::CornerTable const*, std::__1::vector , std::__1::allocator > > const*, std::__1::vector > const*)', 'draco::MeshPredictionSchemeData ::Set(draco::Mesh const*, draco::MeshAttributeCornerTable const*, std::__1::vector , std::__1::allocator > > const*, std::__1::vector > const*)']

90 102 std::__1::unique_ptr >,std::__1::default_delete >>>draco::CreateMeshPredictionScheme >,draco::MeshPredictionSchemeDecoderFactory >(draco::MeshDecoderconst*,draco::PredictionSchemeMethod,int,draco::PredictionSchemeDecoder >::Transformconst&,unsignedshort) call site: 00000 /src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_factory.h:49
60 60 3 :

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

68 68 booldraco::DecodeRawSymbolsInternal >(unsignedint,draco::DecoderBuffer*,unsignedint*) call site: 00000 /src/draco/src/draco/compression/entropy/symbol_decoding.cc:98
60 60 3 :

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

68 68 booldraco::DecodeRawSymbolsInternal >(unsignedint,draco::DecoderBuffer*,unsignedint*) call site: 00000 /src/draco/src/draco/compression/entropy/symbol_decoding.cc:98
60 60 3 :

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

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

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

61 342 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:459
53 53 1 :

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

61 342 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:459
53 53 1 :

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

61 342 draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() call site: 00000 /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc:459
22 573 4 :

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

22 573 booldraco::FloatPointsTreeDecoder::DecodePointCloud >(draco::DecoderBuffer*,draco::PointAttributeVectorOutputIterator &) call site: 00000 /src/draco/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.h:118
15 19 3 :

['draco::DecoderBuffer::Advance(long)', 'draco::RAnsDecoder<16>::read_init(unsigned char const*, int)', 'draco::DecoderBuffer::data_head() const']

15 19 draco::RAnsSymbolDecoder<11>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:151
15 19 3 :

['draco::DecoderBuffer::Advance(long)', 'draco::RAnsDecoder<18>::read_init(unsigned char const*, int)', 'draco::DecoderBuffer::data_head() const']

15 19 draco::RAnsSymbolDecoder<12>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:151
15 19 3 :

['draco::RAnsDecoder<19>::read_init(unsigned char const*, int)', 'draco::DecoderBuffer::Advance(long)', 'draco::DecoderBuffer::data_head() const']

15 19 draco::RAnsSymbolDecoder<13>::StartDecoding(draco::DecoderBuffer*) call site: 00000 /src/draco/src/draco/compression/entropy/rans_symbol_decoder.h:151

Runtime coverage analysis

Covered functions
1089
Functions that are reachable but not covered
29
Reachable functions
163
Percentage of reachable functions covered
82.21%
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 3
/src/draco/src/draco/compression/decode.h 2
/src/draco/src/draco/compression/config/draco_options.h 1
/src/draco/src/draco/core/options.h 1
/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 7
/src/draco/src/draco/core/status.h 6
/src/draco/src/draco/core/status_or.h 15
/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 3
/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 ['class.draco::MeshEdgebreakerDecoderImpl.274 *'] 6 0 885 166 31 747 0 1764 1737
draco::PointCloud::DeduplicateAttributeValues() /src/draco/src/draco/point_cloud/point_cloud.cc 1 ['class.draco::PointCloud *'] 6 0 60 14 6 189 0 1648 1642
draco::KdTreeAttributesDecoder::DecodeDataNeededByPortableTransforms(draco::DecoderBuffer*) /src/draco/src/draco/compression/attributes/kd_tree_attributes_decoder.cc 2 ['class.draco::KdTreeAttributesDecoder *', 'class.draco::DecoderBuffer *'] 5 0 1010 204 194 335 0 1073 997
draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc 1 ['class.draco::MeshEdgebreakerDecoderImpl.266 *'] 6 0 885 166 31 347 0 812 427
draco::MeshEdgebreakerDecoderImpl ::DecodeConnectivity() /src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc 1 ['class.draco::MeshEdgebreakerDecoderImpl.334 *'] 5 0 884 166 31 337 0 792 402
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 ['class.draco::MeshPredictionSchemeGeometricNormalDecoder.186 *', 'int *', 'int *', 'int ', 'int ', 'class.draco::IndexType *'] 5 0 106 12 5 236 0 375 322
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 ['class.draco::MeshPredictionSchemeTexCoordsDecoder.191 *', 'int *', 'int *', 'int ', 'int ', 'class.draco::IndexType *'] 3 0 113 16 7 157 0 267 213
draco::SequentialNormalAttributeDecoder::CreateIntPredictionScheme(draco::PredictionSchemeMethod,draco::PredictionSchemeTransformType) /src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.h 4 ['class.std::__1::unique_ptr.144 *', 'class.draco::SequentialNormalAttributeDecoder *', 'int ', 'int '] 5 0 50 7 8 125 0 214 206
draco::SequentialIntegerAttributeDecoder::CreateIntPredictionScheme(draco::PredictionSchemeMethod,draco::PredictionSchemeTransformType) /src/draco/src/draco/compression/attributes/sequential_integer_attribute_decoder.cc 4 ['class.std::__1::unique_ptr.144 *', 'class.draco::SequentialIntegerAttributeDecoder *', 'int ', 'int '] 6 0 36 6 3 111 0 200 168
draco::KdTreeAttributesDecoder::DecodePortableAttributes(draco::DecoderBuffer*) /src/draco/src/draco/compression/attributes/kd_tree_attributes_decoder.cc 2 ['class.draco::KdTreeAttributesDecoder *', 'class.draco::DecoderBuffer *'] 5 0 542 100 95 251 0 718 134

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

Functions statically reachable by fuzzers
53.2%
964/1811
Cyclomatic complexity statically reachable by fuzzers
68.5%
6680 / 9745

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 Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

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% []
booldraco::GeometryAttribute::ConvertComponentValue (intconst&,bool,long*) 52 18 34.61% []
booldraco::GeometryAttribute::ConvertValue (draco::IndexType ,signedchar,float*)const 42 8 19.04% []
booldraco::GeometryAttribute::ConvertComponentValue (intconst&,bool,float*) 52 11 21.15% []
booldraco::DynamicIntegerPointsKdTreeDecoder<6>::DecodePoints >(draco::DecoderBuffer*,draco::PointAttributeVectorOutputIterator &,unsignedint) 38 19 50.0% []
booldraco::DynamicIntegerPointsKdTreeDecoder<4>::DecodePoints ,std::__1::allocator >>>,draco::Converter>>(draco::DecoderBuffer*,draco::ConversionOutputIterator ,std::__1::allocator >>>,draco::Converter>&,unsignedint) 38 12 31.57% []
booldraco::DynamicIntegerPointsKdTreeDecoder<5>::DecodePoints ,std::__1::allocator >>>,draco::Converter>>(draco::DecoderBuffer*,draco::ConversionOutputIterator ,std::__1::allocator >>>,draco::Converter>&,unsignedint) 38 12 31.57% []
booldraco::DynamicIntegerPointsKdTreeDecoder<6>::DecodePoints ,std::__1::allocator >>>,draco::Converter>>(draco::DecoderBuffer*,draco::ConversionOutputIterator ,std::__1::allocator >>>,draco::Converter>&,unsignedint) 38 10 26.31% []

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/compression/mesh/mesh_edgebreaker_shared.h [] []
/src/draco/src/draco/compression/attributes/normal_compression_utils.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_parallelogram_shared.h [] []
/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/compression/attributes/attributes_decoder_interface.h [] []
/src/draco/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.cc [] []
/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/attributes/prediction_schemes/prediction_scheme_normal_octahedron_canonicalized_decoding_transform.h [] []
/src/draco/src/draco/compression/mesh/traverser/max_prediction_degree_traverser.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoder_interface.h [] []
/src/draco/src/draco/compression/bit_coders/rans_bit_decoder.cc [] []
/src/draco/src/draco/mesh/mesh_attribute_corner_table.h [] []
/src/draco/src/draco/mesh/corner_table.h [] []
/src/draco/src/draco/mesh/valence_cache.h [] []
/src/draco/src/draco/compression/attributes/kd_tree_attributes_decoder.cc [] []
/src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.cc [] []
/src/draco/src/draco/compression/attributes/sequential_attribute_decoders_controller.h [] []
/src/draco/src/draco/attributes/attribute_transform.cc [] []
/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']
/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/attributes/attribute_transform.h [] []
/src/draco/src/draco/compression/mesh/mesh_sequential_decoder.h [] []
/src/draco/src/draco/compression/mesh/traverser/traverser_base.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_sequential_decoder.cc [] []
/src/draco/src/draco/core/bounding_box.cc [] []
/src/draco/src/draco/compression/mesh/traverser/depth_first_traverser.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_tex_coords_decoder.h [] []
/src/draco/src/draco/compression/attributes/mesh_attribute_indices_encoding_data.h [] []
/usr/local/bin/../include/c++/v1/stdlib.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/local/bin/../include/c++/v1/math.h [] []
/src/draco/src/draco/mesh/corner_table_iterators.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/compression/bit_coders/direct_bit_decoder.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/attributes/point_attribute.h [] []
/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/sequential_integer_attribute_decoder.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_factory.h [] []
/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/point_attribute.cc [] []
/src/draco/src/draco/core/draco_index_type.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_decoder.h [] []
/src/draco/src/draco/mesh/mesh.h [] []
/src/draco/src/draco/compression/entropy/rans_symbol_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/compression/point_cloud/point_cloud_sequential_decoder.h ['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/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/core/quantization_utils.h [] []
/src/draco/src/draco/compression/entropy/symbol_decoding.cc [] []
/src/draco/src/draco/compression/point_cloud/point_cloud_kd_tree_decoder.cc [] []
/src/draco/src/draco/attributes/geometry_attribute.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_traversal_predictive_decoder.h [] []
/src/draco/src/draco/compression/bit_coders/direct_bit_decoder.cc [] []
/src/draco/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_predictor_base.h [] []
/src/draco/src/draco/compression/attributes/points_sequencer.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_transform_base.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.h [] []
/src/draco/src/draco/compression/attributes/sequential_attribute_decoder.cc [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_decoder.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_traversal_decoder.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_wrap_transform_base.h [] []
/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/mesh_prediction_scheme_tex_coords_portable_decoder.h [] []
/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/core/data_buffer.h [] []
/src/draco/src/draco/compression/attributes/kd_tree_attributes_decoder.h [] []
/src/draco/src/draco/compression/attributes/attributes_decoder.h [] []
/src/draco/src/draco/compression/mesh/traverser/mesh_traversal_sequencer.h [] []
/src/draco/src/draco/compression/mesh/traverser/mesh_attribute_indices_encoding_observer.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_canonicalized_transform_base.h [] []
/src/draco/src/draco/mesh/mesh_attribute_corner_table.cc [] []
/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'] []
/src/draco/src/draco/core/vector_d.h [] []
/src/draco/src/draco/attributes/attribute_quantization_transform.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/attributes/prediction_schemes/mesh_prediction_scheme_constrained_multi_parallelogram_decoder.h [] []
/src/draco/src/draco/core/math_utils.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_multi_parallelogram_decoder.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder.h [] []
/src/draco/src/draco/core/bit_utils.cc [] []
/src/draco/src/draco/compression/point_cloud/algorithms/quantize_points_3.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/core/bounding_box.h [] []
/src/draco/src/draco/core/bit_utils.h [] []
/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/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_decoding_transform.h [] []
/src/draco/src/draco/attributes/attribute_transform_data.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl_interface.h [] []
/src/draco/src/draco/core/encoder_buffer.h [] []
/src/draco/src/draco/compression/mesh/mesh_decoder.h [] []
/src/draco/src/draco/core/draco_types.cc [] []
/src/draco/src/draco/attributes/geometry_attribute.cc [] []
/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/compression/attributes/prediction_schemes/prediction_scheme_interface.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_tex_coords_portable_predictor.h [] []
/src/draco/src/draco/compression/attributes/sequential_integer_attribute_decoder.cc [] []
/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/linear_sequencer.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_parallelogram_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/compression/attributes/prediction_schemes/mesh_prediction_scheme_geometric_normal_predictor_area.h [] []
/src/draco/src/draco/compression/bit_coders/folded_integer_bit_decoder.h [] []
/src/draco/src/draco/compression/attributes/sequential_quantization_attribute_decoder.h [] []
/src/draco/src/draco/mesh/corner_table.cc [] []
/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']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/usr/include/stdlib.h [] []
/src/draco/src/draco/compression/attributes/attributes_decoder.cc [] []
/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/mesh/mesh_edgebreaker_traversal_valence_decoder.h [] []
/usr/include/x86_64-linux-gnu/bits/stdlib-float.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/core/hash_utils.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_delta_decoder.h [] []
/src/draco/src/draco/compression/point_cloud/algorithms/dynamic_integer_points_kd_tree_decoder.h [] []
/src/draco/src/draco/attributes/attribute_quantization_transform.cc [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoder_factory.h [] []
/src/draco/src/draco/compression/mesh/mesh_edgebreaker_decoder_impl.cc [] []
/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/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/attributes/prediction_schemes/mesh_prediction_scheme_data.h [] []
/src/draco/src/draco/compression/attributes/sequential_quantization_attribute_decoder.cc [] []
/src/draco/src/draco/compression/attributes/sequential_attribute_decoder.h [] []
/src/draco/src/draco/core/data_buffer.cc [] []
/src/draco/src/draco/compression/attributes/sequential_attribute_decoders_controller.cc [] []
/src/draco/src/draco/attributes/attribute_octahedron_transform.cc [] []
/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']
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_wrap_decoding_transform.h [] []
/src/draco/src/draco/compression/attributes/sequential_normal_attribute_decoder.h [] []
/src/draco/src/draco/core/quantization_utils.cc [] []
/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/entropy/ans.h [] []
/src/draco/src/draco/compression/bit_coders/rans_bit_decoder.h [] []
/src/draco/src/draco/attributes/attribute_octahedron_transform.h [] []
/src/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoder.h [] []

Directories in report

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