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

Fuzzer details

Fuzzer: fuzz_processCDRMsg

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 93 38.1%
gold 4 1.63%
yellow 2 0.81%
greenyellow 12 4.91%
lawngreen 133 54.5%
All colors 244 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
43 69 eprosima::fastrtps::rtps::CDRMessage::readUInt32(eprosima::fastrtps::rtps::CDRMessage_t*, unsigned int*) call site __clang_call_terminate
18 37 eprosima::fastrtps::rtps::MessageReceiver::willAReaderAcceptMsgDirectedTo(eprosima::fastrtps::rtps::EntityId_t const&, eprosima::fastrtps::rtps::RTPSReader*&) const call site __clang_call_terminate
14 228 eprosima::fastrtps::rtps::MessageReceiver::proc_Submsg_Data(eprosima::fastrtps::rtps::CDRMessage_t*, eprosima::fastrtps::rtps::SubmessageHeader_t*) const call site
4 61 eprosima::fastrtps::rtps::Time_t::set_fraction(unsigned int) call site
2 1 LLVMFuzzerTestOneInput call site
2 5 eprosima::fastrtps::rtps::Time_t::set_nanosec(unsigned int) call site
2 140 void eprosima::fastrtps::rtps::MessageReceiver::findAllReaders (eprosima::fastrtps::rtps::EntityId_t const&, eprosima::fastrtps::rtps::MessageReceiver::proc_Submsg_Gap(eprosima::fastrtps::rtps::CDRMessage_t*, eprosima::fastrtps::rtps::SubmessageHeader_t*) const::$_3 const&) const call site
1 9 eprosima::shared_mutex::~shared_mutex() call site __cxa_begin_catch
1 12 LLVMFuzzerTestOneInput call site
1 56 eprosima::fastrtps::rtps::GUID_t::unknown() call site
1 58 eprosima::fastrtps::rtps::SequenceNumber_t::unknown() call site
1 129 eprosima::fastrtps::rtps::CDRMessage::readSequenceNumberSet(eprosima::fastrtps::rtps::CDRMessage_t*) call site

Branch Blockers [Click to view]

Runtime coverage analysis

Covered functions
241
Functions that are reachable but not covered
38
Reachable functions
108
Percentage of reachable functions covered
64.81%
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/Fast-DDS/fuzz/C++/fuzz_processCDRMsg/fuzz_processCDRMsg.cxx 1
/src/Fast-DDS/src/cpp/rtps/messages/MessageReceiver.cpp 19
/src/Fast-DDS/include/fastrtps/utils/shared_mutex.hpp 6
/src/Fast-DDS/src/cpp/rtps/common/Time_t.cpp 8
/src/Fast-DDS/include/fastdds/rtps/common/CDRMessage_t.h 2
/src/Fast-DDS/src/cpp/fastdds/log/Log.cpp 1
/src/Fast-DDS/include/fastdds/rtps/common/GuidPrefix_t.hpp 2
/src/Fast-DDS/include/fastdds/rtps/messages/CDRMessage.hpp 12
/src/Fast-DDS/include/fastdds/rtps/messages/RTPS_messages.h 1
/src/Fast-DDS/include/fastdds/rtps/common/EntityId_t.hpp 6
/src/Fast-DDS/include/fastdds/rtps/common/CacheChange.h 7
/src/Fast-DDS/include/fastdds/rtps/common/Guid.h 3
/src/Fast-DDS/include/fastdds/rtps/common/InstanceHandle.h 3
/src/Fast-DDS/include/fastdds/rtps/common/SequenceNumber.h 7
/src/Fast-DDS/include/fastdds/rtps/common/SerializedPayload.h 3
/src/Fast-DDS/include/fastdds/rtps/common/Time_t.h 1
/src/Fast-DDS/include/fastdds/rtps/common/WriteParams.h 2
/src/Fast-DDS/include/fastdds/rtps/common/SampleIdentity.h 3
/src/Fast-DDS/src/cpp/fastdds/core/policy/ParameterList.cpp 2
/src/Fast-DDS/src/cpp/fastdds/core/policy/ParameterList.hpp 1
/src/Fast-DDS/include/fastdds/dds/core/policy/ParameterTypes.hpp 5
/src/Fast-DDS/src/cpp/fastdds/core/policy/ParameterSerializer.hpp 4
/src/Fast-DDS/include/fastrtps/utils/fixed_size_bitmap.hpp 7

Fuzzer: fuzz_XMLProfiles

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 1447 27.5%
gold 2555 48.6%
yellow 81 1.54%
greenyellow 7 0.13%
lawngreen 1157 22.0%
All colors 5247 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
342 4071 eprosima::fastrtps::xmlparser::XMLParser::getXMLLocatorList(tinyxml2::XMLElement*, eprosima::fastdds::rtps::LocatorList&, unsigned char) call site _ZN4asio2ip14basic_resolverINS0_3tcpENS_15any_io_executorEEC2INS_10io_contextEEERT_NS_10constraintIXsr14is_convertibleIS8_RNS_17execution_contextEEE5valueEiE4typeE
77 3581 eprosima::fastrtps::types::TypeDescriptor::apply_annotation(std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&) call site atoi
55 3904 eprosima::fastrtps::xmlparser::XMLParser::getXMLUint(tinyxml2::XMLElement*, unsigned int*, unsigned char) call site strcmp
52 64 eprosima::fastrtps::xmlparser::XMLParser::parseXMLConsumer(tinyxml2::XMLElement&) call site strcmp
52 3730 eprosima::fastrtps::xmlparser::XMLParser::parseXMLBitsetDynamicType(tinyxml2::XMLElement*) call site atoi
48 552 eprosima::fastrtps::types::TypeIdentifier::operator==(eprosima::fastrtps::types::TypeIdentifier const&) const call site __cxa_allocate_exception
47 3854 eprosima::fastrtps::xmlparser::XMLParser::getXMLString(tinyxml2::XMLElement*, std::__1::basic_string , std::__1::allocator >*, unsigned char) call site strcmp
41 695 eprosima::fastrtps::types::CompleteAnnotationType::operator=(eprosima::fastrtps::types::CompleteAnnotationType const&) call site
38 4622 eprosima::fastrtps::xmlparser::XMLParser::getXMLPropertiesPolicy(tinyxml2::XMLElement*, eprosima::fastrtps::rtps::PropertyPolicy&, unsigned char) call site strcmp
33 3386 eprosima::fastrtps::types::DynamicType::copy_from_builder(eprosima::fastrtps::types::DynamicTypeBuilder const*) call site __clang_call_terminate
29 3822 eprosima::fastrtps::xmlparser::XMLParser::getXMLBool(tinyxml2::XMLElement*, bool*, unsigned char) call site strcmp
29 4024 eprosima::fastrtps::xmlparser::XMLParser::getXMLContainerAllocationConfig(tinyxml2::XMLElement*, eprosima::fastrtps::ResourceLimitedContainerConfig&, unsigned char) call site strcmp

Branch Blockers [Click to view]

Runtime coverage analysis

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

Files reached

filename functions hit
/src/Fast-DDS/fuzz/C++/fuzz_XMLProfiles/fuzz_XMLProfiles.cxx 1
/src/Fast-DDS/fuzz/C++/fuzz_XMLProfiles/fuzz_utils.cxx 3
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLProfileManager.cpp 12
/src/Fast-DDS/src/cpp/fastdds/log/Log.cpp 4
/src/Fast-DDS/src/cpp/utils/SystemInfo.cpp 1
/src/Fast-DDS/include/fastrtps/utils/DBQueue.h 1
/src/Fast-DDS/include/fastdds/dds/log/Log.hpp 3
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLParser.cpp 30
/usr/local/include/tinyxml2.h 5
/src/Fast-DDS/include/fastrtps/xmlparser/XMLTree.h 28
/src/Fast-DDS/include/fastrtps/attributes/LibrarySettingsAttributes.h 3
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLElementParser.cpp 49
/src/Fast-DDS/include/fastdds/dds/log/StdoutConsumer.hpp 1
/src/Fast-DDS/include/fastdds/dds/log/OStreamConsumer.hpp 1
/src/Fast-DDS/include/fastdds/dds/log/StdoutErrConsumer.hpp 1
/src/Fast-DDS/src/cpp/fastdds/log/FileConsumer.cpp 2
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLDynamicParser.cpp 14
/src/Fast-DDS/include/fastrtps/types/DynamicTypeBuilder.h 1
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypeBuilderFactory.cpp 26
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypeBuilder.cpp 12
/src/Fast-DDS/src/cpp/dynamic-types/TypeDescriptor.cpp 12
/src/Fast-DDS/include/fastrtps/types/TypesBase.h 12
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypePtr.cpp 2
/src/Fast-DDS/include/fastrtps/types/DynamicTypePtr.h 6
/src/Fast-DDS/src/cpp/dynamic-types/AnnotationDescriptor.cpp 8
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypeMember.cpp 12
/src/Fast-DDS/src/cpp/dynamic-types/MemberDescriptor.cpp 21
/src/Fast-DDS/src/cpp/dynamic-types/DynamicType.cpp 7
/src/Fast-DDS/src/cpp/dynamic-types/TypeNamesGenerator.cpp 3
/src/Fast-DDS/src/cpp/dynamic-types/TypeObjectFactory.cpp 7
/src/Fast-DDS/src/cpp/dynamic-types/TypeIdentifier.cpp 17
/src/Fast-DDS/src/cpp/dynamic-types/TypeIdentifierTypes.cpp 14
/src/Fast-DDS/src/cpp/dynamic-types/TypeObjectHashId.cpp 2
/src/Fast-DDS/src/cpp/dynamic-types/BuiltinAnnotationsTypeObject.cpp 113
/src/Fast-DDS/src/cpp/dynamic-types/TypeObject.cpp 85
/src/Fast-DDS/src/cpp/dynamic-types/AnnotationParameterValue.cpp 25
/src/Fast-CDR/src/cpp/exceptions/BadParamException.cpp 1
/src/Fast-CDR/src/cpp/exceptions/Exception.cpp 1
/usr/local/bin/../include/c++/v1/exception 1
/src/Fast-DDS/include/fastrtps/types/TypeObject.h 17
/src/Fast-DDS/include/fastdds/rtps/common/SerializedPayload.h 5
/src/Fast-CDR/src/cpp/FastBuffer.cpp 3
/src/Fast-CDR/src/cpp/Cdr.cpp 3
/usr/local/include/fastcdr/FastBuffer.h 3
/src/Fast-CDR/include/fastcdr/FastBuffer.h 4
/usr/local/include/fastcdr/Cdr.h 16
/src/Fast-CDR/src/cpp/exceptions/NotEnoughMemoryException.cpp 1
/src/Fast-DDS/src/cpp/utils/md5.cpp 17
/src/Fast-DDS/include/fastrtps/types/TypeIdentifierTypes.h 16
/src/Fast-DDS/include/fastrtps/types/AnnotationParameterValue.h 1
/src/Fast-DDS/src/cpp/utils/string_convert.cpp 2
/usr/local/bin/../include/c++/v1/stdexcept 1
/src/Fast-DDS/include/fastrtps/types/AnnotationDescriptor.h 1
/usr/include/stdlib.h 1
/src/Fast-DDS/include/fastrtps/types/DynamicType.h 1
/usr/include/ctype.h 1
/src/Fast-DDS/include/fastdds/rtps/transport/TCPTransportDescriptor.h 2
/src/Fast-DDS/include/fastdds/rtps/transport/TCPv4TransportDescriptor.h 1
/src/Fast-DDS/include/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h 5
/src/Fast-DDS/include/fastrtps/attributes/ParticipantAttributes.h 2
/src/Fast-DDS/include/fastdds/rtps/attributes/RTPSParticipantAttributes.h 11
/src/Fast-DDS/include/fastdds/rtps/common/LocatorList.hpp 5
/src/Fast-DDS/include/fastdds/rtps/common/GuidPrefix_t.hpp 3
/src/Fast-DDS/src/cpp/rtps/common/Time_t.cpp 2
/src/Fast-DDS/include/fastdds/rtps/common/PortParameters.h 3
/src/Fast-DDS/src/cpp/rtps/flowcontrol/ThroughputControllerDescriptor.cpp 1
/src/Fast-DDS/include/fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.hpp 2
/src/Fast-DDS/include/fastrtps/utils/collections/ResourceLimitedContainerConfig.hpp 1
/src/Fast-DDS/include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp 1
/src/Fast-DDS/include/fastdds/rtps/attributes/PropertyPolicy.h 4
/src/Fast-DDS/include/fastrtps/utils/fixed_size_string.hpp 5
/src/Fast-DDS/include/fastdds/rtps/common/Locator.h 2
/src/Fast-DDS/src/cpp/utils/IPLocator.cpp 10
/usr/local/include/asio/impl/io_context.ipp 2
/usr/local/include/asio/impl/execution_context.ipp 7
/usr/local/include/asio/detail/noncopyable.hpp 2
/usr/local/include/asio/detail/impl/service_registry.ipp 8
/usr/local/include/asio/detail/impl/posix_mutex.ipp 1
/usr/local/include/asio/error.hpp 2
/usr/local/include/asio/impl/error_code.ipp 1
/usr/local/include/asio/detail/throw_error.hpp 2
/usr/local/include/asio/detail/impl/throw_error.ipp 2
/usr/local/include/asio/detail/throw_exception.hpp 3
/usr/local/include/asio/detail/impl/scheduler.ipp 2
/usr/local/include/asio/execution_context.hpp 4
/usr/local/include/asio/detail/conditionally_enabled_mutex.hpp 2
/usr/local/include/asio/detail/conditionally_enabled_event.hpp 2
/usr/local/include/asio/detail/impl/posix_event.ipp 1
/usr/local/include/asio/detail/scheduler.hpp 2
/usr/local/include/asio/detail/scheduler_operation.hpp 3
/usr/local/include/asio/detail/op_queue.hpp 6
/usr/local/include/asio/detail/posix_signal_blocker.hpp 2
/usr/local/include/asio/detail/posix_thread.hpp 4
/usr/local/include/asio/detail/impl/posix_thread.ipp 2
/usr/local/include/asio/detail/posix_event.hpp 1
/usr/local/include/asio/detail/posix_mutex.hpp 3
/usr/local/include/asio/detail/scoped_ptr.hpp 6
/usr/local/include/asio/impl/execution_context.hpp 3
/usr/local/include/asio/detail/impl/service_registry.hpp 8
/usr/local/include/asio/detail/scoped_lock.hpp 4
/usr/local/include/asio/ip/basic_resolver_query.hpp 4
/usr/local/include/asio/ip/basic_endpoint.hpp 4
/usr/local/include/asio/ip/detail/impl/endpoint.ipp 2
/usr/local/include/asio/ip/detail/endpoint.hpp 2
/usr/local/include/asio/ip/tcp.hpp 5
/usr/local/include/asio/ip/resolver_base.hpp 1
/usr/local/include/asio/ip/basic_resolver.hpp 3
/usr/local/include/asio/detail/io_object_impl.hpp 3
/usr/local/include/asio/impl/io_context.hpp 2
/usr/local/include/asio/detail/service_registry.hpp 1
/usr/local/include/asio/detail/resolver_service.hpp 2
/usr/local/include/asio/detail/impl/resolver_service_base.ipp 3
/usr/local/include/asio/io_context.hpp 5
/usr/local/include/asio/any_io_executor.hpp 1
/usr/local/include/asio/execution/any_executor.hpp 8
/usr/local/include/asio/query.hpp 1
/usr/local/include/asio/execution/blocking.hpp 3
/usr/local/include/asio/detail/impl/socket_ops.ipp 8
/usr/local/include/asio/detail/resolver_service_base.hpp 2
/usr/local/include/asio/ip/basic_resolver_results.hpp 1
/usr/local/include/asio/ip/basic_resolver_iterator.hpp 7
/usr/local/include/asio/ip/basic_resolver_entry.hpp 1
/usr/include/x86_64-linux-gnu/bits/byteswap.h 1
/usr/local/include/asio/ip/impl/address_v4.ipp 2
/usr/local/include/asio/ip/impl/address.ipp 3
/usr/local/include/asio/ip/address_v4.hpp 2
/usr/local/include/asio/ip/impl/address_v6.ipp 4
/usr/local/include/asio/ip/address.hpp 1
/src/Fast-DDS/include/fastdds/rtps/attributes/ServerAttributes.h 3
/src/Fast-DDS/include/fastdds/rtps/common/Property.h 5
/src/Fast-DDS/include/fastdds/rtps/common/BinaryProperty.h 4
/src/Fast-DDS/include/fastrtps/attributes/PublisherAttributes.h 4
/src/Fast-DDS/include/fastrtps/attributes/TopicAttributes.h 2
/src/Fast-DDS/include/fastdds/dds/core/policy/QosPolicies.hpp 17
/src/Fast-DDS/include/fastdds/dds/core/policy/ParameterTypes.hpp 3
/src/Fast-DDS/src/cpp/fastdds/publisher/qos/WriterQos.cpp 1
/src/Fast-DDS/include/fastdds/rtps/attributes/WriterAttributes.h 2
/src/Fast-DDS/include/fastrtps/attributes/SubscriberAttributes.h 4
/src/Fast-DDS/include/fastdds/dds/subscriber/qos/ReaderQos.hpp 2
/src/Fast-DDS/include/fastdds/rtps/attributes/ReaderAttributes.h 2
/src/Fast-DDS/include/fastrtps/attributes/RequesterAttributes.hpp 1
/src/Fast-DDS/include/fastrtps/attributes/ReplierAttributes.hpp 1
/src/Fast-DDS/include/fastdds/dds/publisher/qos/WriterQos.hpp 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
eprosima::fastdds::dds::DomainParticipantImpl::enable() /src/Fast-DDS/src/cpp/fastdds/domain/DomainParticipantImpl.cpp 1 ['class.eprosima::fastdds::dds::DomainParticipantImpl *'] 76 0 430 79 58 3486 0 27853 23698
eprosima::fastdds::dds::DomainParticipant::register_remote_type(eprosima::fastrtps::types::TypeInformationconst&,std::__1::basic_string ,std::__1::allocator >const&,std::__1::function ,std::__1::allocator >const&,eprosima::fastrtps::types::DynamicType_ptr)>&) /src/Fast-DDS/src/cpp/fastdds/domain/DomainParticipant.cpp 4 ['class.eprosima::fastdds::dds::DomainParticipant *', 'class.eprosima::fastrtps::types::TypeInformation *', 'class.std::__1::basic_string *', 'class.std::__1::function *'] 30 0 18 3 2 858 0 7475 3464
eprosima::fastdds::dds::DataWriterImpl::enable() /src/Fast-DDS/src/cpp/fastdds/publisher/DataWriterImpl.cpp 1 ['class.eprosima::fastdds::dds::DataWriterImpl.39745 *'] 71 0 1313 243 182 2881 0 24778 2498
eprosima::fastdds::rtps::DServerRoutineEvent::DServerRoutineEvent(eprosima::fastdds::rtps::PDPServer*,double)::$_0::operator()()const /src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/timedevent/DServerEvent.cpp 1 ['class.eprosima::fastdds::rtps::DServerRoutineEvent *'] 21 0 13 3 2 378 0 2247 1677
eprosima::fastdds::rtps::TCPTransportInterface::perform_listen_operation(std::__1::weak_ptr ,std::__1::weak_ptr ) /src/Fast-DDS/src/cpp/rtps/transport/TCPTransportInterface.cpp 3 ['class.eprosima::fastdds::rtps::TCPTransportInterface.24064 *', 'class.std::__1::shared_ptr.54.24028 *', 'class.std::__1::shared_ptr.32 *'] 10 0 365 66 58 261 0 1581 1317

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

Functions statically reachable by fuzzers
28.0%
5145/18378
Cyclomatic complexity statically reachable by fuzzers
41.48%
43904 / 105846

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
eprosima::fastrtps::rtps::MessageReceiver::MessageReceiver(eprosima::fastrtps::rtps::RTPSParticipantImpl*,unsignedint) 44 17 38.63% ['fuzz_processCDRMsg']
eprosima::fastrtps::rtps::MessageReceiver::willAReaderAcceptMsgDirectedTo(eprosima::fastrtps::rtps::EntityId_tconst&,eprosima::fastrtps::rtps::RTPSReader*&)const 35 7 20.0% ['fuzz_processCDRMsg']
eprosima::fastrtps::rtps::MessageReceiver::proc_Submsg_Data(eprosima::fastrtps::rtps::CDRMessage_t*,eprosima::fastrtps::rtps::SubmessageHeader_t*)const 166 35 21.08% ['fuzz_processCDRMsg']
eprosima::fastrtps::rtps::MessageReceiver::proc_Submsg_DataFrag(eprosima::fastrtps::rtps::CDRMessage_t*,eprosima::fastrtps::rtps::SubmessageHeader_t*)const 171 29 16.95% ['fuzz_processCDRMsg']
eprosima::fastrtps::rtps::MessageReceiver::proc_Submsg_HeartbeatFrag(eprosima::fastrtps::rtps::CDRMessage_t*,eprosima::fastrtps::rtps::SubmessageHeader_t*)const 46 25 54.34% ['fuzz_processCDRMsg']
eprosima::fastrtps::rtps::MessageReceiver::notify_network_statistics(eprosima::fastrtps::rtps::Locator_tconst&,eprosima::fastrtps::rtps::Locator_tconst&,eprosima::fastrtps::rtps::CDRMessage_t*)const 52 5 9.615% []
boost::interprocess::ipcdetail::get_num_cores() 43 10 23.25% []
eprosima::fastcdr::Cdr::serialize(int) 32 16 50.0% []
buf_to_file 43 15 34.88% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::AnnotationParameterValue::from_string(std::__1::basic_string ,std::__1::allocator >const&) 95 18 18.94% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::AnnotationParameterValue::operator=(eprosima::fastrtps::types::AnnotationParameterValueconst&) 60 13 21.66% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::AnnotationParameterValue::extended_value()const 33 11 33.33% []
eprosima::fastrtps::types::AnnotationParameterValue::getCdrSerializedSize(eprosima::fastrtps::types::AnnotationParameterValueconst&,unsignedlong) 76 14 18.42% []
eprosima::fastrtps::types::AnnotationParameterValue::serialize(eprosima::fastcdr::Cdr&)const 58 12 20.68% []
eprosima::fastrtps::types::TypeIdentifier::operator=(eprosima::fastrtps::types::TypeIdentifierconst&) 45 22 48.88% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::TypeIdentifier::_d(unsignedchar) 143 48 33.56% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::TypeIdentifier::getCdrSerializedSize(eprosima::fastrtps::types::TypeIdentifierconst&,unsignedlong) 58 19 32.75% []
eprosima::fastrtps::types::TypeIdentifier::serialize(eprosima::fastcdr::Cdr&)const 48 20 41.66% []
eprosima::fastrtps::types::TypeIdentifier::operator==(eprosima::fastrtps::types::TypeIdentifierconst&)const 104 31 29.80% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::CompleteTypeObject::operator=(eprosima::fastrtps::types::CompleteTypeObjectconst&) 41 13 31.70% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::CompleteTypeObject::serialize(eprosima::fastcdr::Cdr&)const 40 12 30.0% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::MinimalTypeObject::operator=(eprosima::fastrtps::types::MinimalTypeObjectconst&) 41 13 31.70% ['fuzz_XMLProfiles']
eprosima::fastrtps::types::MinimalTypeObject::serialize(eprosima::fastcdr::Cdr&)const 40 12 30.0% []
eprosima::fastrtps::types::TypeObjectFactory::get_type_object(eprosima::fastrtps::types::TypeIdentifierconst*)const 34 17 50.0% []
eprosima::fastrtps::types::TypeObjectFactory::is_type_identifier_complete(eprosima::fastrtps::types::TypeIdentifierconst*)const 32 14 43.75% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::parseXMLBitsetDynamicType(tinyxml2::XMLElement*) 75 36 48.0% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::parseXMLEnumDynamicType(tinyxml2::XMLElement*) 41 10 24.39% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::parseXMLStructDynamicType(tinyxml2::XMLElement*) 62 27 43.54% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::parseXMLUnionDynamicType(tinyxml2::XMLElement*) 98 12 12.24% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLParticipantAllocationAttributes(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::RTPSParticipantAllocationAttributes&,unsignedchar) 98 7 7.142% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLDiscoverySettings(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::DiscoverySettings&,unsignedchar) 176 88 50.0% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLInitialAnnouncementsConfig(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::InitialAnnouncementConfig&,unsignedchar) 38 6 15.78% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLPortParameters(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::PortParameters&,unsignedchar) 84 6 7.142% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLTransports(tinyxml2::XMLElement*,std::__1::vector ,std::__1::allocator >>&,unsignedchar) 43 8 18.60% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLThroughputController(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::ThroughputControllerDescriptor&,unsignedchar) 39 6 15.38% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLResourceLimitsQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::ResourceLimitsQosPolicy&,unsignedchar) 67 6 8.955% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLContainerAllocationConfig(tinyxml2::XMLElement*,eprosima::fastrtps::ResourceLimitedContainerConfig&,unsignedchar) 71 10 14.08% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLDurabilityQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::DurabilityQosPolicy&,unsignedchar) 71 11 15.49% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLDeadlineQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::DeadlineQosPolicy&,unsignedchar) 37 11 29.72% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLLatencyBudgetQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::LatencyBudgetQosPolicy&,unsignedchar) 37 11 29.72% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLLivelinessQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::LivelinessQosPolicy&,unsignedchar) 77 6 7.792% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLLifespanQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::LifespanQosPolicy&,unsignedchar) 38 11 28.94% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLDisablePositiveAcksQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::DisablePositiveACKsQosPolicy&,unsignedchar) 38 6 15.78% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLDataSharingQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::DataSharingQosPolicy&,unsignedchar) 161 14 8.695% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLPartitionQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::PartitionQosPolicy&,unsignedchar) 54 11 20.37% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLPublishModeQos(tinyxml2::XMLElement*,eprosima::fastdds::dds::PublishModeQosPolicy&,unsignedchar) 60 11 18.33% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLDuration(tinyxml2::XMLElement*,eprosima::fastrtps::Time_t&,unsignedchar) 137 67 48.90% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLReaderTimes(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::ReaderTimes&,unsignedchar) 40 16 40.0% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLLocatorList(tinyxml2::XMLElement*,eprosima::fastdds::rtps::LocatorList&,unsignedchar) 69 8 11.59% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLPropertiesPolicy(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::PropertyPolicy&,unsignedchar) 144 6 4.166% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLOctetVector(tinyxml2::XMLElement*,std::__1::vector >&,unsignedchar) 63 8 12.69% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLEnum(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::DiscoveryProtocol*,unsignedchar) 58 9 15.51% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLEnum(tinyxml2::XMLElement*,eprosima::fastrtps::rtps::ParticipantFilteringFlags*,unsignedchar) 58 8 13.79% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::getXMLList(tinyxml2::XMLElement*,std::__1::list >&,unsignedchar) 38 8 21.05% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::parseXMLLibrarySettings(tinyxml2::XMLElement*) 33 12 36.36% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::parseLogConfig(tinyxml2::XMLElement*) 62 29 46.77% ['fuzz_XMLProfiles']
eprosima::fastrtps::xmlparser::XMLParser::parseXMLConsumer(tinyxml2::XMLElement&) 178 7 3.932% ['fuzz_XMLProfiles']
MD5::update(unsignedcharconst*,unsignedint) 33 18 54.54% ['fuzz_XMLProfiles']

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
[] []
/usr/local/include/asio/basic_stream_socket.hpp [] []
/usr/local/include/asio/cancellation_type.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPTransportInterface.h [] []
/usr/local/include/asio/detail/conditionally_enabled_mutex.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastdds/rtps/builtin/discovery/participant/PDPListener.h [] []
/src/Fast-DDS/src/cpp/dynamic-types/MemberDescriptor.cpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/history/DataReaderHistory.cpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/debugging.cpp [] []
/src/Fast-DDS/src/cpp/rtps/persistence/SQLite3PersistenceServiceStatements.h [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/DataSharingListener.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/simple_disposers.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/history/ReaderHistory.h [] []
/src/Fast-DDS/include/fastdds/dds/topic/TypeSupport.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryEndpointInfo.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/tcp/RTCPMessageManager.h [] []
/src/Fast-DDS/src/cpp/rtps/participant/RTPSParticipant.cpp [] []
/src/Fast-DDS/include/fastrtps/attributes/PublisherAttributes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/fastdds/subscriber/DataReaderImpl/ReadTakeCommand.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPServer.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/date.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/generic_hook.hpp [] []
/usr/local/include/asio/ip/udp.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/ContentFilteredTopicImpl.cpp [] []
/usr/local/include/asio/detail/impl/eventfd_select_interrupter.ipp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/detail/align.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/size_holder.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/BuiltinProtocols.cpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/iterator.hpp [] []
/src/Fast-DDS/include/fastdds/dds/publisher/qos/PublisherQos.hpp [] []
/src/Fast-DDS/include/fastrtps/types/AnnotationDescriptor.h ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/marker.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/at.hpp [] []
/src/Fast-CDR/include/fastcdr/FastBuffer.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/foonathan_memory/foonathan/memory/detail/free_list.hpp [] []
/src/Fast-DDS/src/cpp/rtps/reader/StatelessReader.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/builtin/discovery/participant/PDP.h [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/memory_pool.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/messages/CDRMessage.hpp ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SHMLocator.hpp [] []
/src/Fast-DDS/include/fastrtps/attributes/LibrarySettingsAttributes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/throw_exception.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/detail/free_list.cpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/./ReaderPool.hpp [] []
/src/Fast-DDS/include/fastdds/dds/core/status/SubscriptionMatchedStatus.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/log/StdoutErrConsumer.cpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPChannelResourceBasic.cpp [] []
/usr/local/include/asio/ip/basic_resolver_entry.hpp ['fuzz_XMLProfiles'] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/../error.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/interprocess_sharable_mutex.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/UDPChannelResource.h [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryDataBase.hpp [] []
/src/Fast-DDS/src/cpp/rtps/reader/WriterProxy.h [] []
/src/Fast-DDS/include/fastdds/rtps/transport/TCPTransportDescriptor.h ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/fastdds/core/condition/ConditionNotifier.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/iiterator.hpp [] []
/usr/local/include/asio/detail/impl/posix_mutex.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/messages/submessages/GapMsg.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/DataReaderImpl/DataReaderLoanManager.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/detail/locks.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/virtual_memory.cpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/detail/debug_helpers.hpp [] []
/usr/local/include/asio/ip/impl/address.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/thread/thread_time.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterParameter.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/operators.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/liveliness/WLP.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/in_place_interface.hpp [] []
/src/Fast-DDS/src/cpp/rtps/writer/StatefulWriter.cpp [] []
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLElementParser.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/dynamic-types/DynamicType.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/dynamic-types/TypeObjectHashId.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/detail/handler_cont_helpers.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/core/policy/ParameterSerializer.hpp ['fuzz_processCDRMsg'] []
/src/Fast-DDS/include/fastrtps/types/MemberDescriptor.h [] []
/src/Fast-DDS/src/cpp/fastdds/builtin/typelookup/TypeLookupManager.cpp [] []
/usr/local/include/asio/ip/basic_resolver_query.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/cancellation_signal.hpp [] []
/src/Fast-CDR/src/cpp/exceptions/Exception.cpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/async_result.hpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/IDataSharingListener.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/history/History.h [] []
/src/Fast-DDS/src/cpp/statistics/rtps/messages/RTPSStatisticsMessages.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterParameter.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterCompoundCondition.hpp [] []
/usr/local/include/asio/any_io_executor.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastdds/dds/log/OStreamConsumer.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/history/History.cpp [] []
/src/Fast-DDS/include/fastdds/dds/log/Log.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/foonathan_memory/foonathan/memory/detail/utility.hpp [] []
/usr/local/include/asio/detail/reactive_socket_connect_op.hpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/DataSharingNotification.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/TypeObjectFactory.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/dynamic-types/BuiltinAnnotationsTypeObject.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/detail/impl/throw_error.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastdds/dds/core/status/MatchedStatus.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/detail/debug_helpers.cpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/WriterPool.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPAcceptorBasic.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/TypeIdentifier.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/fastdds/subscriber/DataReaderImpl/SampleLoanManager.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/./TopicPayloadPool_impl/Dynamic.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/attributes/RTPSParticipantAttributes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/detail/scheduler_task.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/core/policy/QosPoliciesSerializer.hpp [] []
/usr/local/bin/../include/c++/v1/initializer_list [] []
/src/Fast-CDR/src/cpp/exceptions/BadParamException.cpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastrtps/types/DynamicType.h ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastdds/rtps/common/LocatorListComparisons.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/attributes/EndpointAttributes.h [] []
/src/Fast-DDS/include/fastdds/dds/core/policy/ReaderDataLifecycleQosPolicy.hpp [] []
/src/Fast-DDS/include/fastrtps/utils/shared_mutex.hpp ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/src/cpp/rtps/common/PayloadInfo_t.hpp [] []
/usr/local/include/asio/execution/blocking.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/reader/ReaderHistoryState.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/qos/WriterQos.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/rtps/network/SenderResource.h [] []
/usr/local/include/asio/impl/read.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/seq.hpp [] []
/usr/local/include/asio/detail/service_registry.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/execution/bad_executor.hpp [] []
/usr/local/include/asio/impl/multiple_exceptions.ipp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/detail/small_free_list.cpp [] []
/usr/local/include/tinyxml2.h ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/history/TopicPayloadPoolRegistry.cpp [] []
/usr/local/include/asio/buffer.hpp [] []
/usr/local/include/fastcdr/FastBuffer.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/dds/core/status/LivelinessChangedStatus.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/interprocess_recursive_mutex.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/free_list.hpp [] []
/src/Fast-DDS/src/cpp/rtps/writer/LivelinessManager.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/DynamicDataFactory.cpp [] []
/src/Fast-DDS/src/cpp/rtps/history/TopicPayloadPoolRegistry_impl/TopicPayloadPoolRegistryEntry.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/Locator.h ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/messages/submessages/AckNackMsg.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/os_thread_functions.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPv4Transport.cpp [] []
/src/Fast-DDS/src/cpp/rtps/persistence/sqlite3.c [] []
/src/Fast-DDS/include/fastdds/rtps/transport/UDPv6TransportDescriptor.h [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/lowlevel_allocator.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/participant/RTPSParticipantListener.h [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/Publisher.cpp [] []
/usr/local/include/asio/ip/impl/address_v6.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/shared_dir_helpers.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/detail/free_list_utils.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/DataReaderImpl.cpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/data/WriterProxyData.cpp [] []
/src/Fast-DDS/src/cpp/utils/SystemInfo.hpp [] []
/usr/local/include/asio/ip/detail/impl/endpoint.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/utils/collections/ObjectPool.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterExpression.cpp [] []
/src/Fast-DDS/src/cpp/rtps/common/GuidUtils.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/builtin/common/RPCHeadersImpl.cpp [] []
/usr/local/include/asio/detail/executor_function.hpp [] []
/usr/local/include/asio/impl/execution_context.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/fastdds/publisher/DataWriterHistory.cpp [] []
/usr/local/include/asio/ip/address.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/executor_op.hpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/DynamicData.cpp [] []
/src/Fast-DDS/src/cpp/utils/IPFinder.cpp [] []
/src/Fast-DDS/thirdparty/filewatch/FileWatch.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/ReadCondition.cpp [] []
/src/Fast-DDS/src/cpp/rtps/reader/StatelessPersistentReader.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/domain/DomainParticipantImpl.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/set.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/new_allocator.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/TopicProxyFactory.cpp [] []
/src/Fast-DDS/include/fastdds/dds/core/LoanableCollection.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/RemoteLocators.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/data/ReaderProxyData.cpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/./WriterPool.hpp [] []
/usr/local/include/asio/execution/any_executor.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SharedMemManager.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/shuffle_states.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/transport/UDPv4TransportDescriptor.h [] []
/src/Fast-DDS/include/fastdds/rtps/common/Time_t.h ['fuzz_processCDRMsg'] []
/src/Fast-DDS/src/cpp/rtps/history/./BasicPayloadPool_impl/DynamicReusable.hpp [] []
/usr/local/include/asio/basic_waitable_timer.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/MatchingInfo.h [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterCompoundCondition.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/named_mutex.hpp [] []
/usr/local/include/asio/detail/impl/posix_event.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/statistics/rtps/GuidUtils.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/pointer_traits.hpp [] []
/usr/local/include/asio/ip/tcp.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/atomic.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/shared_memory_object.hpp [] []
/src/Fast-DDS/src/cpp/rtps/flowcontrol/FlowController.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/DataReader.cpp [] []
/usr/local/include/asio/detail/impl/socket_ops.ipp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/io_context.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/writer/RTPSWriter.cpp [] []
/usr/local/include/asio/query.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/impl/service_registry.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/flowcontrol/FlowControllerFactory.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/writer/RTPSWriter.h [] []
/usr/local/include/asio/basic_socket_acceptor.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/./TopicPayloadPool_impl/DynamicReusable.hpp [] []
/src/Fast-DDS/include/fastrtps/types/DynamicTypeBuilderPtr.h [] []
/src/Fast-DDS/src/cpp/rtps/history/WriterHistory.cpp [] []
/usr/local/include/asio/detail/impl/service_registry.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/one.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/named_proxy.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/qos/ReaderQos.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/utilities.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/./TopicPayloadPool_impl/Preallocated.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/scoped_lock.hpp [] []
/usr/local/include/asio/detail/completion_handler.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterParseNode.hpp [] []
/usr/local/include/asio/ip/basic_resolver_iterator.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterExpressionParserImpl/parameters.hpp [] []
/usr/local/include/asio/ip/impl/address_v4.ipp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/impl/cancellation_signal.ipp [] []
/src/Fast-DDS/src/cpp/rtps/transport/ChannelResource.h [] []
/src/Fast-DDS/include/fastrtps/utils/TimedMutex.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPAcceptor.cpp [] []
/src/Fast-DDS/src/cpp/rtps/attributes/PropertyPolicy.cpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/DataSharingNotifier.hpp [] []
/src/Fast-DDS/src/cpp/rtps/RTPSDomain.cpp [] []
/usr/local/include/asio/detail/consuming_buffers.hpp [] []
/src/Fast-DDS/src/cpp/rtps/common/ChangeComparison.hpp [] []
/src/Fast-DDS/include/fastdds/dds/core/status/StatusMask.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/microsec_time_clock.hpp [] []
/usr/local/include/asio/detail/socket_option.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/not_at.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/exception/exception.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/history/DataWriterInstance.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/Topic.cpp [] []
/src/Fast-DDS/src/cpp/rtps/network/ReceiverResource.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/TypesBase.cpp [] []
/usr/local/include/asio/impl/post.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/backup/SharedBackupFunctions.cpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/MessageReceiver.cpp ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/src/cpp/fastdds/subscriber/SubscriberImpl.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/BinaryProperty.h ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/impl/epoll_reactor.ipp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/memory_arena.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/messages/RTPSMessageCreator.h [] []
/usr/local/include/asio/execution/execute.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/reader/ReaderListener.h [] []
/src/Fast-DDS/src/cpp/rtps/transport/UDPTransportInterface.cpp [] []
/src/Fast-DDS/include/fastrtps/utils/collections/ResourceLimitedContainerConfig.hpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastrtps/types/TypeObject.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/detail/noncopyable.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/PDPListener.cpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/detail/ebo_storage.hpp [] []
/usr/local/include/asio/ip/resolver_base.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/range.hpp [] []
/src/Fast-DDS/include/fastdds/dds/builtin/typelookup/common/TypeLookupTypes.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/default_header_holder.hpp [] []
/src/Fast-DDS/include/fastdds/dds/log/StdoutConsumer.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/null_event.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/participant/ParticipantDiscoveryInfo.h [] []
/usr/local/include/fastcdr/Cdr.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/nlohmann-json/nlohmann/json.hpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/SendBuffersManager.cpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/submessages/HeartbeatMsg.hpp [] []
/usr/local/bin/../include/c++/v1/istream [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/time.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/ContentFilterInfo.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/pthread_helpers.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/TopicDescriptionImpl.hpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/RTPSMessageGroup_t.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterField.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterFactory.hpp [] []
/usr/local/include/asio/ip/address_v6.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/DataReaderImpl/SampleInfoPool.hpp [] []
/src/Fast-DDS/include/fastrtps/types/TypeObjectFactory.h [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryParticipantChangeData.hpp [] []
/src/Fast-DDS/include/fastdds/dds/core/policy/ParameterTypes.hpp ['fuzz_processCDRMsg', 'fuzz_XMLProfiles'] ['fuzz_processCDRMsg', 'fuzz_XMLProfiles']
/src/Fast-DDS/include/fastrtps/utils/ProxyPool.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SharedMemChannelResource.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPChannelResource.cpp [] []
/src/Fast-DDS/src/cpp/utils/md5.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/ip/impl/address_v6.ipp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/ip/address_v4.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/fuzz/C++/fuzz_XMLProfiles/fuzz_utils.cxx ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/uncast.hpp [] []
/src/Fast-DDS/include/fastdds/dds/publisher/qos/WriterQos.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/fastdds/topic/qos/TopicQos.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/messages/RTPSMessageSenderInterface.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPv4Transport.h [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/raise.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/tcp/TCPControlMessage.h [] []
/src/Fast-DDS/src/cpp/rtps/participant/RTPSParticipantImpl.cpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/segregator.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/writer/ChangeForReader.h [] []
/src/Fast-DDS/src/cpp/rtps/flowcontrol/FlowControllerImpl.hpp [] []
/src/Fast-DDS/include/fastrtps/xmlparser/XMLTree.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-CDR/src/cpp/Cdr.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastrtps/utils/fixed_size_bitmap.hpp ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/bstree_algorithms.hpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/RTPSGapBuilder.hpp [] []
/src/Fast-DDS/src/cpp/utils/collections/sorted_vector_insert.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/PublisherImpl.cpp [] []
/usr/local/include/asio/impl/any_io_executor.ipp [] []
/usr/include/x86_64-linux-gnu/sys/stat.h [] []
/src/Fast-DDS/include/fastdds/dds/core/status/DeadlineMissedStatus.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/ContentFilteredTopicImpl.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/data/ProxyDataFilters.hpp [] []
/src/Fast-DDS/fuzz/C++/fuzz_XMLProfiles/fuzz_XMLProfiles.cxx ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/rtps/writer/StatefulWriter.h [] []
/src/Fast-DDS/src/cpp/rtps/transport/ChannelResource.cpp [] []
/usr/local/include/asio/detail/handler_work.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterFactory.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/ReadConditionImpl.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/LocatorSelector.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/UDPTransportInterface.h [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/plus.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/CacheChange.h ['fuzz_processCDRMsg'] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterExpression.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPSenderResource.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/ITopicPayloadPool.h [] []
/usr/local/include/asio/completion_condition.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/math_functions.hpp [] []
/src/Fast-DDS/include/fastdds/dds/domain/qos/DomainParticipantFactoryQos.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/managed_memory_impl.hpp [] []
/usr/local/include/asio/impl/write.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/gregorian/greg_date.hpp [] []
/src/Fast-DDS/src/cpp/utils/SystemInfo.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/detail/posix_thread.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/utils/IPLocator.cpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/history/TopicPayloadPoolRegistry_impl/TopicPayloadPoolRegistry.hpp [] []
/usr/local/include/asio/detail/handler_invoke_helpers.hpp [] []
/src/Fast-DDS/src/cpp/utils/collections/node_size_helpers.hpp [] []
/src/Fast-DDS/include/fastdds/dds/subscriber/qos/DataReaderQos.hpp [] []
/usr/local/include/asio/detail/impl/posix_thread.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPSimple.cpp [] []
/usr/local/include/asio/detail/reactive_socket_service_base.hpp [] []
/src/Fast-DDS/src/cpp/utils/shared_memory/SharedMemSegment.hpp [] []
/src/Fast-DDS/src/cpp/statistics/rtps/messages/OutputTrafficManager.hpp [] []
/src/Fast-DDS/src/cpp/rtps/reader/StatefulPersistentReader.cpp [] []
/src/Fast-DDS/include/fastdds/dds/core/policy/QosPolicies.hpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/interprocess_semaphore.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/RTPSDomain.h [] []
/usr/local/include/asio/impl/error.ipp [] []
/src/Fast-DDS/include/fastdds/dds/subscriber/DataReaderListener.hpp [] []
/src/Fast-DDS/include/fastrtps/utils/IPFinder.h [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/file_wrapper.hpp [] []
/usr/local/include/asio/handler_invoke_hook.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/qos/SubscriberQos.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypeMember.cpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastdds/dds/core/condition/Condition.hpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/DynamicPubSubType.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/log/FileConsumer.cpp ['fuzz_XMLProfiles'] []
/src/Fast-CDR/include/fastcdr/Cdr.h [] []
/usr/local/include/asio/require.hpp [] []
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLEndpointParser.cpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryDataBase.cpp [] []
/src/Fast-DDS/src/cpp/utils/shared_memory/SharedMemUUID.hpp [] []
/usr/local/include/asio/detail/epoll_reactor.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/simple_swap.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/memory_arena.cpp [] []
/usr/local/include/asio/detail/memory.hpp [] []
/src/Fast-DDS/include/fastrtps/types/TypeIdentifierTypes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/time_system_counted.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/internal/demangle.hpp [] []
/src/Fast-DDS/include/fastrtps/utils/fixed_size_string.hpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/fastdds/core/condition/ConditionNotifier.cpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/peek_char.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPSimpleListeners.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/history/DataReaderInstance.hpp [] []
/src/Fast-DDS/include/fastdds/dds/topic/qos/TopicQos.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/data/ProxyHashTables.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/SequenceNumber.h ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterExpressionParserImpl/literal_values.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/TopicProxyFactory.hpp [] []
/src/Fast-DDS/include/fastdds/dds/core/status/PublicationMatchedStatus.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPChannelResource.h [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/PDPSimple.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/CDRMessage_t.h ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/spin/wait.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPAcceptorBasic.h [] []
/src/Fast-DDS/include/fastdds/rtps/interfaces/IReaderDataFilter.hpp [] []
/src/Fast-DDS/src/cpp/rtps/resources/TimedEvent.cpp [] []
/usr/local/include/asio/detail/std_fenced_block.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/core/policy/QosPolicyUtils.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/filtering/ReaderFilterInformation.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../match.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDP.cpp [] []
/src/Fast-DDS/include/fastdds/dds/core/StackAllocatedSequence.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/condition.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/segment_manager_helper.hpp [] []
/usr/local/include/asio/detail/keyword_tss_ptr.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/core/policy/ParameterList.cpp ['fuzz_processCDRMsg'] []
/usr/local/include/asio/detail/scoped_ptr.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/ip/basic_resolver_results.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastdds/rtps/writer/ReaderLocator.h [] []
/src/Fast-DDS/src/cpp/fastdds/log/Log.cpp ['fuzz_processCDRMsg', 'fuzz_XMLProfiles'] ['fuzz_processCDRMsg', 'fuzz_XMLProfiles']
/usr/local/include/asio/detail/impl/timer_queue_set.ipp [] []
/usr/local/include/asio/detail/scheduler_operation.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../parse_error.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPServerListeners.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/domain/DomainParticipantFactory.cpp [] []
/usr/local/include/asio/detail/thread_info_base.hpp [] []
/usr/local/include/asio/error.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/resolver_service_base.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/fastdds/topic/TypeSupport.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/PortParameters.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/tree_value_compare.hpp [] []
/usr/local/include/asio/detail/socket_ops.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoverySharedInfo.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/SerializedPayload.h ['fuzz_processCDRMsg', 'fuzz_XMLProfiles'] ['fuzz_processCDRMsg', 'fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/rtps/attributes/HistoryAttributes.h [] []
/src/Fast-DDS/include/fastdds/rtps/common/InstanceHandle.h ['fuzz_processCDRMsg'] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/ebo_functor_holder.hpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/heap_allocator.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/builtin/typelookup/TypeLookupReplyListener.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/TopicProxy.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/bump.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/attributes/ReaderAttributes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPSimpleListeners.h [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/memory_pool.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/PDP.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/os_file_functions.hpp [] []
/src/Fast-DDS/include/fastdds/dds/publisher/qos/DataWriterQos.hpp [] []
/usr/local/include/asio/detail/resolver_service.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/DataReaderImpl.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/reader/StatefulReader.h [] []
/src/Fast-DDS/include/fastdds/dds/topic/TopicDescription.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/SampleIdentity.h ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/usr/local/include/asio/detail/posix_signal_blocker.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/recycling_allocator.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/node_holder.hpp [] []
/usr/local/include/asio/detail/buffer_sequence_adapter.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/WriteParams.h ['fuzz_processCDRMsg'] []
/src/Fast-DDS/src/cpp/rtps/history/./BasicPayloadPool_impl/PreallocatedWithRealloc.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterField.cpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/input_pair.hpp [] []
/usr/local/include/asio/execution/outstanding_work.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/mapped_region.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/semaphore.hpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/DataSharingListener.cpp [] []
/src/Fast-DDS/src/cpp/rtps/history/PoolConfig.h [] []
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypeBuilderPtr.cpp [] []
/src/Fast-DDS/src/cpp/utils/shared_memory/RobustExclusiveLock.hpp [] []
/src/Fast-DDS/src/cpp/rtps/writer/StatelessWriter.cpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/tcp/RTCPHeader.h [] []
/src/Fast-DDS/src/cpp/fastdds/core/condition/StatusConditionImpl.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/log/StdoutConsumer.cpp [] []
/src/Fast-DDS/include/fastdds/dds/core/status/BaseStatus.hpp [] []
/src/Fast-DDS/include/fastdds/dds/core/status/IncompatibleQosStatus.hpp [] []
/usr/local/include/asio/detail/eventfd_select_interrupter.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/remove_first_state.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/transport/TransportDescriptorInterface.h [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/opt.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/LocatorList.hpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/detail/deadline_timer_service.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/UDPSenderResource.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/transport/SocketTransportDescriptor.h [] []
/usr/local/include/asio/detail/scheduler_thread_info.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/writer/ReaderProxy.h [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/heap_allocator.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/TypeDescriptor.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastrtps/utils/Semaphore.h [] []
/usr/local/include/asio/detail/op_queue.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLDynamicParser.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/rtps/builtin/data/ReaderProxyData.h [] []
/src/Fast-DDS/src/cpp/rtps/messages/RTPSMessageGroup.cpp [] []
/src/Fast-DDS/include/fastrtps/attributes/SubscriberAttributes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/transport/UDPChannelResource.cpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/timedevent/DSClientEvent.cpp [] []
/usr/local/include/asio/impl/handler_alloc_hook.ipp [] []
/src/Fast-DDS/include/fastdds/rtps/attributes/WriterAttributes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/dds/core/Entity.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/timedevent/DServerEvent.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterValue.cpp [] []
/src/Fast-DDS/src/cpp/utils/shared_memory/RobustInterprocessCondition.hpp [] []
/src/Fast-DDS/src/cpp/statistics/rtps/StatisticsBase.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SharedMemTransport.h [] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SharedMemLog.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../normal.hpp [] []
/usr/local/include/asio/detail/reactive_socket_service.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/EntityId_t.hpp ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/duseltronik.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/writer/LivelinessData.h [] []
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypeBuilderFactory.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/string.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/rbtree_algorithms.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/transport/TCPv6TransportDescriptor.h [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/filtering/DataWriterFilteredChange.hpp [] []
/usr/local/include/asio/basic_socket.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/errors.hpp [] []
/usr/local/include/asio/execution/impl/bad_executor.ipp [] []
/src/Fast-DDS/include/fastdds/rtps/common/LocatorsIterator.hpp [] []
/src/Fast-DDS/include/fastdds/dds/topic/IContentFilter.hpp [] []
/src/Fast-DDS/src/cpp/rtps/reader/RTPSReader.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/transport/TCPv4TransportDescriptor.h ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/conditionally_enabled_event.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/execution/prefer_only.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPClient.h [] []
/usr/local/include/asio/execution_context.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/gregorian_calendar.ipp [] []
/src/Fast-DDS/src/cpp/fastdds/core/condition/StatusCondition.cpp [] []
/src/Fast-DDS/include/fastdds/dds/subscriber/Subscriber.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SharedMemTransportDescriptor.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/DataWriter.cpp [] []
/usr/local/include/asio/handler_continuation_hook.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryDataQueueInfo.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/Types.h [] []
/src/Fast-DDS/include/fastrtps/xmlparser/XMLEndpointParser.h [] []
/src/Fast-DDS/src/cpp/rtps/network/NetworkFactory.cpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/memory_stack.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPTransportInterface.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/TypeIdentifierTypes.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/min_max.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterExpressionParserImpl/rearrange.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/builtin/typelookup/TypeLookupRequestListener.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/int_adapter.hpp [] []
/usr/local/bin/../include/c++/v1/iosfwd [] []
/src/Fast-DDS/src/cpp/rtps/persistence/PersistenceService.h [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/DataWriterImpl.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterCondition.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/filtering/DataWriterFilteredChangePool.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/UDPv4Transport.h [] []
/src/Fast-DDS/src/cpp/fastdds/core/condition/Condition.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypePtr.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPServer.hpp [] []
/src/Fast-DDS/include/fastrtps/types/AnnotationParameterValue.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/persistence/SQLite3PersistenceService.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/messages/RTPSMessageGroup.h [] []
/usr/local/include/asio/detail/scheduler.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/transport/tcp/RTCPMessageManager.cpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPv6Transport.h [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/history/DataReaderHistoryCounters.hpp [] []
/src/Fast-DDS/include/fastdds/dds/builtin/typelookup/TypeLookupManager.hpp [] []
/src/Fast-DDS/include/fastdds/dds/topic/TopicDataType.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/eof.hpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/allocator_traits.hpp [] []
/usr/local/include/asio/multiple_exceptions.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/builtin/BuiltinProtocols.h [] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SharedMemSenderResource.hpp [] []
/usr/local/include/asio/detail/posix_mutex.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/fastdds/log/OStreamConsumer.cpp [] []
/src/Fast-DDS/src/cpp/rtps/history/ReaderHistory.cpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/virtual_memory.hpp [] []
/src/Fast-DDS/src/cpp/utils/StringMatching.cpp [] []
/usr/local/include/asio/detail/socket_holder.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryDataFilter.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/interprocess_mutex.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/ContentFilteredTopic.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/GuidPrefix_t.hpp ['fuzz_processCDRMsg', 'fuzz_XMLProfiles'] ['fuzz_processCDRMsg', 'fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/rtps/writer/WriterDiscoveryInfo.h [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/semaphore_wrapper.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/bump_help.hpp [] []
/src/Fast-DDS/src/cpp/rtps/resources/TimedEventImpl.h [] []
/usr/local/include/foonathan_memory/foonathan/memory/allocator_storage.hpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/RTPSMessageCreator.cpp [] []
/usr/local/include/asio/ip/impl/address_v4.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/TopicPayloadPool.cpp [] []
/src/Fast-DDS/include/fastdds/dds/log/StdoutErrConsumer.hpp ['fuzz_XMLProfiles'] []
/usr/local/bin/../include/c++/v1/math.h [] []
/src/Fast-DDS/include/fastrtps/utils/TimeConversion.h [] []
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLProfileManager.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/until.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/sor.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/star.hpp [] []
/src/Fast-DDS/include/fastrtps/types/TypesBase.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/fuzz/C++/fuzz_processCDRMsg/fuzz_processCDRMsg.cxx ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/src/cpp/rtps/writer/LocatorSelectorSender.cpp [] []
/src/Fast-DDS/include/fastdds/dds/topic/IContentFilterFactory.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/utility.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/builtin/discovery/endpoint/EDP.h [] []
/src/Fast-DDS/include/fastdds/rtps/reader/StatelessReader.h [] []
/src/Fast-DDS/src/cpp/utils/shared_memory/RobustSharedLock.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/PublisherImpl.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/filtering/ReaderFilterCollection.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/node_cloner_disposer.hpp [] []
/src/Fast-DDS/src/cpp/rtps/xmlparser/XMLParser.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/detail/impl/resolver_service_base.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/writer/ReaderProxy.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/named_mutex.hpp [] []
/usr/local/include/asio/impl/io_context.ipp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/constrained_value.hpp [] []
/usr/local/include/asio/associated_cancellation_slot.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/DataWriterImpl.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/rbtree_node.hpp [] []
/src/Fast-DDS/src/cpp/rtps/writer/StatefulPersistentWriter.cpp [] []
/src/Fast-DDS/include/fastdds/dds/builtin/common/RequestHeader.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/Endpoint.h [] []
/usr/local/include/asio/wait_traits.hpp [] []
/src/Fast-DDS/include/fastdds/dds/core/condition/StatusCondition.hpp [] []
/usr/local/include/asio/ip/bad_address_cast.hpp [] []
/src/Fast-DDS/include/fastdds/dds/core/LoanableTypedCollection.hpp [] []
/src/Fast-DDS/include/fastrtps/attributes/RequesterAttributes.hpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/eolf.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/liveliness/WLPListener.cpp [] []
/usr/local/bin/../include/c++/v1/stdexcept ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/utils/string_convert.cpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/PDPServer.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/domain/DomainParticipantImpl.hpp [] []
/usr/include/stdlib.h ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/segment_manager.hpp [] []
/src/Fast-DDS/src/cpp/rtps/reader/StatefulReader.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/time_resolution_traits.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/reader/ReaderDiscoveryInfo.h [] []
/src/Fast-DDS/src/cpp/rtps/resources/TimedEventImpl.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterEmptyExpression.hpp [] []
/src/Fast-DDS/include/fastdds/dds/publisher/DataWriterListener.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/domain/DomainParticipant.cpp [] []
/usr/local/include/asio/detail/reactive_socket_accept_op.hpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/DataSharingPayloadPool.cpp [] []
/usr/local/include/asio/detail/timer_queue.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/DataWriterHistory.hpp [] []
/usr/local/include/asio/detail/scoped_lock.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/include/fastrtps/utils/DBQueue.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/static_allocator.cpp [] []
/usr/local/bin/../include/c++/v1/typeinfo [] []
/src/Fast-DDS/src/cpp/rtps/transport/UDPv4Transport.cpp [] []
/usr/local/include/asio/socket_base.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryParticipantsAckStatus.hpp [] []
/src/Fast-DDS/include/fastdds/dds/subscriber/SampleInfo.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/permissions.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/./BasicPayloadPool_impl/Base.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/Guid.h ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/src/cpp/rtps/common/Time_t.cpp ['fuzz_processCDRMsg', 'fuzz_XMLProfiles'] ['fuzz_processCDRMsg', 'fuzz_XMLProfiles']
/src/Fast-DDS/include/fastrtps/attributes/ReplierAttributes.hpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/lf_crlf_eol.hpp [] []
/src/Fast-DDS/src/cpp/rtps/writer/PersistentWriter.cpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/error.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/reader/RTPSReader.h [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/DirectMessageSender.cpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryParticipantsAckStatus.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/domain/qos/DomainParticipantQos.cpp [] []
/src/Fast-DDS/src/cpp/utils/shared_memory/SharedDir.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/qos/DataWriterQos.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterExpressionParserImpl/identifiers.hpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/DataSharingNotification.hpp [] []
/src/Fast-DDS/src/cpp/rtps/flowcontrol/ThroughputControllerDescriptor.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastrtps/types/DynamicTypePtr.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/include/asio/prefer.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPAcceptor.h [] []
/src/Fast-DDS/src/cpp/rtps/history/./TopicPayloadPool_impl/PreallocatedWithRealloc.hpp [] []
/usr/local/include/asio/detail/chrono_time_traits.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoverySharedInfo.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterValue.hpp [] []
/src/Fast-DDS/include/fastdds/dds/subscriber/qos/SubscriberQos.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/move/utility_core.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/MultiProducerConsumerRingBuffer.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/must.hpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/submessages/DataMsg.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/tcp/TCPControlMessage.cpp [] []
/src/Fast-DDS/src/cpp/utils/Host.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/managed_mapped_file.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/builtin/data/WriterProxyData.h [] []
/src/Fast-DDS/src/cpp/utils/shared_memory/SharedMemWatchdog.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/small_free_list.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/nothrow.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/messages/RTPS_messages.h ['fuzz_processCDRMsg'] ['fuzz_processCDRMsg']
/src/Fast-DDS/include/fastdds/rtps/writer/WriterListener.h [] []
/src/Fast-DDS/include/fastdds/rtps/network/NetworkFactory.h [] []
/src/Fast-DDS/src/cpp/rtps/transport/UDPv6Transport.cpp [] []
/usr/local/include/asio/execution/allocator.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/key_nodeptr_comp.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPClient.cpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/std_allocator.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/DirectMessageSender.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/network/ReceiverResource.h [] []
/src/Fast-DDS/include/fastdds/dds/domain/qos/DomainParticipantQos.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/parse.hpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/SendBuffersManager.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/builtin/data/ParticipantProxyData.h [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/ranges.hpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/ReaderPool.hpp [] []
/usr/local/include/asio/detail/impl/reactive_socket_service_base.ipp [] []
/src/Fast-DDS/include/fastdds/rtps/writer/StatelessWriter.h [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterPredicate.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.h [] []
/usr/local/include/asio/detail/call_stack.hpp [] []
/usr/local/include/asio/ip/detail/endpoint.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/throw_error.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/year_month_day.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/file_mapping.hpp [] []
/usr/local/include/asio/detail/object_pool.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/TopicImpl.cpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryParticipantInfo.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/transport/UDPTransportDescriptor.h [] []
/src/Fast-DDS/src/cpp/dynamic-types/TypeNamesGenerator.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/participant/../flowcontrol/FlowControllerFactory.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/managed_open_or_create_impl.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/bstree.hpp [] []
/src/Fast-DDS/src/cpp/rtps/messages/RTPSGapBuilder.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/AnnotationParameterValue.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/interprocess_condition.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/TCPv6Transport.cpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPServerListeners.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/gregorian/greg_month.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/LocatorSelectorEntry.hpp [] []
/usr/local/include/asio/detail/bind_handler.hpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/DynamicTypeBuilder.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/history/TopicPayloadPoolRegistry_impl/TopicPayloadPoolProxy.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/gregorian/greg_day.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/backup/SharedBackupFunctions.hpp [] []
/src/Fast-DDS/include/fastdds/dds/core/policy/WriterDataLifecycleQosPolicy.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/qos/DataReaderQos.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/Property.h ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/time_duration.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/PDPServerListener.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/builtin/typelookup/common/TypeLookupTypes.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/managed_shared_memory.hpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/DataSharingPayloadPool.hpp [] []
/usr/local/include/asio/detail/atomic_count.hpp [] []
/src/Fast-DDS/include/fastdds/statistics/rtps/StatisticsCommon.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/align.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/bstree_algorithms_base.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/UDPv6Transport.h [] []
/usr/local/include/asio/detail/posix_event.hpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/writer/StatelessPersistentWriter.cpp [] []
/src/Fast-DDS/src/cpp/rtps/DataSharing/IDataSharingNotifier.hpp [] []
/src/Fast-DDS/src/cpp/rtps/persistence/PersistenceFactory.cpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/demangle_cxxabi.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/ilog2.hpp [] []
/src/Fast-DDS/include/fastrtps/utils/collections/ResourceLimitedVector.hpp [] []
/src/Fast-DDS/include/fastrtps/types/DynamicTypeBuilder.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/DiscoveryParticipantInfo.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/attributes/PropertyPolicy.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/posix_time/posix_time_config.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/posix_time/ptime.hpp [] []
/usr/local/include/asio/detail/non_const_lvalue.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/history/IPayloadPool.h [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/../position.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/gregorian/greg_year.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/common/LocatorWithMask.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/writer/LocatorSelectorSender.hpp [] []
/src/Fast-DDS/src/cpp/rtps/writer/ReaderLocator.cpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/memory_input.hpp [] []
/usr/local/include/asio/ip/impl/host_name.ipp [] []
/src/Fast-DDS/include/fastdds/dds/subscriber/qos/ReaderQos.hpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/usr/local/bin/../include/c++/v1/exception ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/tree_iterator.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/debug_helpers.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/Subscriber.cpp [] []
/src/Fast-DDS/src/cpp/rtps/history/./BasicPayloadPool_impl/Preallocated.hpp [] []
/src/Fast-DDS/include/fastrtps/types/DynamicData.h [] []
/src/Fast-DDS/thirdparty/boost/include/boostconfig.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/if_missing.hpp [] []
/src/Fast-DDS/include/fastrtps/attributes/ParticipantAttributes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/rtps/history/WriterHistory.h [] []
/src/Fast-DDS/src/cpp/rtps/history/CacheChangePool.h [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/any.hpp [] []
/usr/local/include/asio/execution/relationship.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SharedMemTransport.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/move/adl_move_swap.hpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/TypeObject.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/builtin/data/ParticipantProxyData.cpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/throw_exception.hpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/threading.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/ptime_to_timespec.hpp [] []
/usr/local/include/asio/impl/execution_context.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/impl/null_event.ipp [] []
/src/Fast-DDS/src/cpp/fastdds/publisher/qos/PublisherQos.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterExpressionParser.cpp [] []
/usr/local/include/asio/impl/connect.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/PDPServerListener.hpp [] []
/usr/local/include/asio/execution/context_as.hpp [] []
/src/Fast-DDS/src/cpp/rtps/resources/ResourceEvent.cpp [] []
/src/Fast-DDS/include/fastdds/dds/core/LoanableArray.hpp [] []
/usr/local/include/asio/ip/basic_resolver.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/handler_alloc_helpers.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/history/IChangePool.h [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/mem_algo/rbtree_best_fit.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/attributes/ServerAttributes.h ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/impl/epoll_reactor.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/resources/ResourceEvent.h [] []
/src/Fast-DDS/src/cpp/rtps/history/./BasicPayloadPool_impl/Dynamic.hpp [] []
/usr/local/include/asio/executor_work_guard.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/core/condition/WaitSetImpl.cpp [] []
/src/Fast-DDS/src/cpp/dynamic-types/AnnotationDescriptor.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPStatic.cpp [] []
/src/Fast-CDR/src/cpp/exceptions/NotEnoughMemoryException.cpp ['fuzz_XMLProfiles'] []
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/hook_traits.hpp [] []
/usr/include/ctype.h ['fuzz_XMLProfiles'] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/static_allocator.hpp [] []
/src/Fast-DDS/include/fastdds/rtps/transport/TransportReceiverInterface.h [] []
/src/Fast-DDS/include/fastdds/dds/core/LoanableSequence.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/BasicPayloadPool.hpp [] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp [] []
/src/Fast-DDS/src/cpp/fastdds/core/policy/ParameterList.hpp ['fuzz_processCDRMsg'] []
/src/Fast-CDR/src/cpp/FastBuffer.cpp ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/src/cpp/utils/collections/FixedSizeQueue.hpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/memory_pool.hpp [] []
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/parse_tree.hpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/memory_arena.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/c_time.hpp [] []
/usr/local/include/asio/detail/tss_ptr.hpp [] []
/usr/local/include/asio/ip/basic_endpoint.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/io_object_impl.hpp ['fuzz_XMLProfiles'] []
/usr/include/x86_64-linux-gnu/bits/byteswap.h ['fuzz_XMLProfiles'] []
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/EDPUtils.hpp [] []
/src/Fast-DDS/src/cpp/fastdds/subscriber/SubscriberImpl.cpp [] []
/src/Fast-DDS/include/fastdds/rtps/transport/TransportInterface.h [] []
/src/Fast-DDS/src/cpp/rtps/participant/RTPSParticipantImpl.h [] []
/usr/local/include/asio/basic_datagram_socket.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/TopicPayloadPool.hpp [] []
/usr/local/include/asio/detail/impl/scheduler.ipp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/ip/detail/socket_option.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/offset_ptr.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/error.cpp [] []
/src/Fast-DDS/src/cpp/rtps/history/CacheChangePool.cpp [] []
/usr/local/include/asio/impl/io_context.hpp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/impl/thread_context.ipp [] []
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterPredicate.hpp [] []
/src/Fast-DDS/include/fastrtps/attributes/TopicAttributes.h ['fuzz_XMLProfiles'] ['fuzz_XMLProfiles']
/src/Fast-DDS/include/fastdds/dds/subscriber/ReadCondition.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/mutex.hpp [] []
/src/Fast-DDS/include/fastrtps/types/DynamicTypeMember.h [] []
/src/Fast-DDS/include/fastdds/dds/core/status/SampleRejectedStatus.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/recursive_mutex.hpp [] []
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/allocator_traits.hpp [] []
/src/Fast-DDS/src/cpp/rtps/reader/WriterProxy.cpp [] []
/usr/local/include/asio/impl/error_code.ipp ['fuzz_XMLProfiles'] []
/usr/local/include/asio/detail/reactor_op.hpp [] []
/src/Fast-DDS/src/cpp/rtps/history/HistoryAttributesExtension.hpp [] []
/usr/local/include/foonathan_memory/foonathan/memory/detail/../error.hpp [] []
/usr/local/include/asio/detail/timer_queue_base.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/indexes/iset_index.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/exceptions.hpp [] []
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/named_semaphore.hpp [] []
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/SharedMemGlobal.hpp [] []

Directories in report

Directory
/usr/local/include/asio/ip/
/src/Fast-DDS/src/cpp/fastdds/core/condition/
/src/Fast-DDS/src/cpp/rtps/transport/
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/detail/
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/
/src/Fast-DDS/include/fastdds/rtps/transport/
/usr/include/x86_64-linux-gnu/sys/
/src/Fast-DDS/include/fastdds/dds/log/
/usr/local/include/
/src/Fast-DDS/src/cpp/fastdds/domain/
/src/Fast-DDS/src/cpp/fastdds/publisher/filtering/
/src/Fast-DDS/fuzz/C++/fuzz_XMLProfiles/
/usr/include/x86_64-linux-gnu/bits/
/src/Fast-DDS/include/fastdds/dds/subscriber/qos/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/
/src/Fast-DDS/include/fastdds/rtps/builtin/
/src/Fast-DDS/thirdparty/boost/include/
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/DDSFilterExpressionParserImpl/
/src/Fast-DDS/thirdparty/boost/include/boost/
/src/Fast-DDS/include/fastdds/dds/publisher/qos/
/src/Fast-DDS/include/fastdds/dds/domain/qos/
/src/Fast-DDS/include/fastdds/dds/topic/
/src/Fast-DDS/src/cpp/rtps/reader/
/src/Fast-DDS/include/fastdds/rtps/transport/shared_mem/
/src/Fast-DDS/src/cpp/rtps/history/
/src/Fast-DDS/include/fastdds/rtps/flowcontrol/
/src/Fast-DDS/include/fastdds/dds/builtin/typelookup/common/
/src/Fast-DDS/src/cpp/fastdds/topic/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/detail/
/src/Fast-DDS/src/cpp/utils/
/src/Fast-DDS/src/cpp/rtps/flowcontrol/
/src/Fast-DDS/include/fastrtps/utils/collections/
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/timedevent/
/usr/local/include/foonathan_memory/foonathan/memory/detail/../
/src/Fast-DDS/src/cpp/rtps/builtin/
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/
/src/Fast-DDS/src/cpp/rtps/history/TopicPayloadPoolRegistry_impl/
/usr/local/include/asio/ip/detail/impl/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/spin/
/usr/local/include/asio/impl/
/src/Fast-DDS/src/cpp/statistics/rtps/
/src/Fast-DDS/src/cpp/fastdds/topic/qos/
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/endpoint/
/src/Fast-DDS/src/cpp/rtps/common/
/src/Fast-DDS/fuzz/C++/fuzz_processCDRMsg/
/src/Fast-DDS/thirdparty/nlohmann-json/nlohmann/
/src/Fast-DDS/include/fastdds/rtps/interfaces/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/detail/
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/
/src/Fast-DDS/src/cpp/fastdds/publisher/
/src/Fast-DDS/thirdparty/filewatch/
/src/Fast-DDS/include/fastdds/rtps/network/
/src/Fast-DDS/src/cpp/fastdds/topic/DDSSQLFilter/
/src/Fast-DDS/src/cpp/fastdds/publisher/qos/
/src/Fast-DDS/include/fastrtps/utils/
/src/Fast-DDS/include/fastdds/rtps/reader/
/src/Fast-DDS/include/fastdds/rtps/
/src/Fast-DDS/src/cpp/fastdds/domain/qos/
/src/Fast-DDS/include/fastdds/dds/topic/qos/
/src/Fast-DDS/src/cpp/rtps/messages/submessages/
/usr/local/include/fastcdr/
/src/Fast-DDS/thirdparty/boost/include/boost/exception/
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/internal/
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/participant/
/src/Fast-DDS/src/cpp/utils/shared_memory/
/usr/local/include/asio/
/src/Fast-DDS/include/fastdds/dds/core/
/src/Fast-DDS/src/cpp/rtps/resources/
/usr/local/include/asio/detail/
/src/Fast-DDS/include/fastrtps/types/
/src/Fast-DDS/include/fastdds/rtps/builtin/data/
/src/Fast-DDS/src/cpp/rtps/transport/tcp/
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/backup/
/src/Fast-DDS/include/fastdds/rtps/attributes/
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../
/src/Fast-DDS/src/cpp/fastdds/builtin/typelookup/common/
/src/Fast-DDS/src/cpp/fastdds/subscriber/history/
/src/Fast-DDS/src/cpp/rtps/participant/../flowcontrol/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/indexes/
/src/Fast-DDS/thirdparty/boost/include/boost/move/
/src/Fast-DDS/include/fastdds/rtps/messages/
/src/Fast-DDS/include/fastdds/rtps/common/
/src/Fast-CDR/include/fastcdr/
/usr/local/include/asio/ip/impl/
/usr/local/include/asio/ip/detail/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/mem_algo/detail/
/src/Fast-DDS/src/cpp/fastdds/publisher/history/
/src/Fast-DDS/include/fastdds/rtps/resources/
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/../
/src/Fast-DDS/src/cpp/statistics/rtps/messages/
/usr/local/include/asio/execution/impl/
/src/Fast-DDS/src/cpp/rtps/history/./TopicPayloadPool_impl/
/src/Fast-DDS/thirdparty/boost/include/boost/intrusive/
/src/Fast-DDS/include/fastdds/dds/core/status/
/src/Fast-DDS/src/cpp/rtps/network/
/src/Fast-CDR/src/cpp/
/src/Fast-DDS/include/fastdds/dds/publisher/
/src/Fast-DDS/include/fastdds/dds/subscriber/
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/include/foonathan/memory/detail/../
/src/Fast-DDS/include/fastdds/statistics/rtps/
/src/Fast-DDS/src/cpp/rtps/DataSharing/./
/src/Fast-DDS/src/cpp/dynamic-types/
/src/Fast-DDS/src/cpp/fastdds/builtin/common/
/src/Fast-DDS/src/cpp/rtps/attributes/
/src/Fast-DDS/src/cpp/fastdds/core/policy/
/usr/local/include/foonathan_memory/foonathan/memory/
/src/Fast-DDS/src/cpp/rtps/xmlparser/
/src/Fast-DDS/include/fastdds/dds/builtin/common/
/src/Fast-DDS/src/cpp/rtps/builtin/liveliness/
/src/Fast-DDS/src/cpp/rtps/history/./BasicPayloadPool_impl/
/src/Fast-DDS/include/fastdds/rtps/builtin/discovery/endpoint/
/usr/local/bin/../include/c++/v1/
/src/Fast-DDS/src/cpp/fastdds/subscriber/DataReaderImpl/
/src/Fast-DDS/thirdparty/boost/include/boost/thread/
/src/Fast-DDS/thirdparty/taocpp-pegtl/pegtl/contrib/../internal/
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/posix_time/
/src/Fast-CDR/src/cpp/exceptions/
/src/Fast-DDS/src/cpp/rtps/messages/
/src/Fast-DDS/src/cpp/rtps/transport/shared_mem/
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/detail/
/src/Fast-DDS/include/fastdds/rtps/writer/
/src/Fast-DDS/include/fastdds/dds/core/condition/
/src/Fast-DDS/src/cpp/rtps/writer/
/src/Fast-DDS/include/fastrtps/xmlparser/
/src/Fast-DDS/src/cpp/fastdds/builtin/typelookup/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/posix/
/src/Fast-DDS/include/fastdds/rtps/participant/
/src/Fast-DDS/src/cpp/rtps/builtin/discovery/database/
/src/Fast-DDS/src/cpp/fastdds/log/
/src/Fast-DDS/src/cpp/utils/collections/
/src/Fast-DDS/src/cpp/rtps/
/src/Fast-DDS/thirdparty/boost/include/boost/date_time/gregorian/
/src/foonathan_memory_vendor/build/foo_mem-ext-prefix/src/foo_mem-ext/src/
/src/Fast-DDS/include/fastdds/dds/core/policy/
/usr/local/include/foonathan_memory/foonathan/memory/detail/
/src/Fast-DDS/src/cpp/rtps/persistence/
/src/Fast-DDS/include/fastrtps/attributes/
/src/Fast-DDS/include/fastdds/rtps/history/
/usr/local/include/asio/detail/impl/
/usr/local/include/asio/execution/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/mem_algo/
/src/Fast-DDS/src/cpp/rtps/builtin/data/
/src/Fast-DDS/include/fastdds/dds/builtin/typelookup/
/src/Fast-DDS/src/cpp/rtps/participant/
/usr/include/
/src/Fast-DDS/src/cpp/fastdds/subscriber/
/src/Fast-DDS/include/fastdds/rtps/builtin/discovery/participant/
/src/Fast-DDS/thirdparty/boost/include/boost/interprocess/sync/
/src/Fast-DDS/src/cpp/rtps/DataSharing/
/src/Fast-DDS/src/cpp/fastdds/subscriber/qos/