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

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: rde_fuzz

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 692 81.4%
gold [1:9] 3 0.35%
yellow [10:29] 2 0.23%
greenyellow [30:49] 5 0.58%
lawngreen 50+ 148 17.4%
All colors 850 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
202 44 LLVMFuzzerTestOneInput call site: 00044 __clang_call_terminate
186 654 bios_bmc_smm_error_logger::readLoop(boost::asio::basic_waitable_timer , boost::asio::any_io_executor>*, std::__1::shared_ptr const&, std::__1::shared_ptr const&, boost::system::error_code const&) call site: 00654 _ZN5boost4asio14async_initiateINSt3__114__bind_front_tIPFvPNS0_20basic_waitable_timerINS2_6chrono12steady_clockENS0_11wait_traitsIS6_EENS0_15any_io_executorEEERKNS2_10shared_ptrIN25bios_bmc_smm_error_logger15BufferInterfaceEEERKNSC_INSD_3rde17RdeCommandHandlerEEERKNS_6system10error_codeEEJSB_SF_SK_EEETpTkNS0_20completion_signatureEJFvSO_EENSA_19initiate_async_waitEJEEENS0_10constraintIXsr6detail31async_result_has_initiate_memfnIT_DpT0_EE5valueEDTclsr12async_resultINS2_5decayISX_E4typeESZ_EE8initiatecl7declvalIOT1_EEcl7declvalIOSX_EEspcl7declvalIOT2_EEEEE4typeES14_RSX_DpS17_
126 247 LLVMFuzzerTestOneInput call site: 00247 _ZN5boost4asio15any_io_executorC2ITkNS0_9execution8executorENS0_10io_context19basic_executor_typeINSt3__19allocatorIvEELm0EEEEET_NS0_10constraintIXsr11conditionalIXaantsr7is_sameISA_S1_EE5valuentsr10is_base_ofINS3_6detail17any_executor_baseESA_EE5valueENSC_24is_valid_target_executorISA_FvNS3_12context_as_tIRNS0_17execution_contextEEENSC_8blocking7never_tILi0EEENS3_11prefer_onlyINSJ_10possibly_tILi0EEEEENSM_INSC_16outstanding_work9tracked_tILi0EEEEENSM_INSQ_11untracked_tILi0EEEEENSM_INSC_12relationship6fork_tILi0EEEEENSM_INSX_14continuation_tILi0EEEEEEEENS6_17integral_constantIbLb0EEEE4typeE5valueEiE4typeE
97 505 bejDecodePldmBlock call site: 00505 bejDecode
12 629 bios_bmc_smm_error_logger::readLoop(boost::asio::basic_waitable_timer , boost::asio::any_io_executor>*, std::__1::shared_ptr const&, std::__1::shared_ptr const&, boost::system::error_code const&) call site: 00629 __cxa_begin_catch
6 27 LLVMFuzzerTestOneInput call site: 00027
6 391 stdplus::fd::detail::drop(int&&) call site: 00391 __errno_location
6 646 bios_bmc_smm_error_logger::readLoop(boost::asio::basic_waitable_timer , boost::asio::any_io_executor>*, std::__1::shared_ptr const&, std::__1::shared_ptr const&, boost::system::error_code const&) call site: 00646
5 420 stdplus::prints(_IO_FILE*, std::__1::basic_string_view >) call site: 00420 __cxa_allocate_exception
4 12 LLVMFuzzerTestOneInput call site: 00012
4 403 bios_bmc_smm_error_logger::readLoop(boost::asio::basic_waitable_timer , boost::asio::any_io_executor>*, std::__1::shared_ptr const&, std::__1::shared_ptr const&, boost::system::error_code const&) call site: 00403
3 5 LLVMFuzzerTestOneInput call site: 00005

Runtime coverage analysis

Covered functions
122
Functions that are reachable but not covered
813
Reachable functions
932
Percentage of reachable functions covered
12.77%
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/bios-bmc-smm-error-logger/build/../test/rde_fuzz.cpp 1
/usr/include/boost/endian/conversion.hpp 15
/usr/include/boost/endian/arithmetic.hpp 7
/usr/include/boost/endian/buffers.hpp 5
/usr/include/boost/endian/detail/endian_store.hpp 6
/usr/include/boost/endian/detail/endian_load.hpp 4
/usr/include/boost/asio/impl/io_context.ipp 3
/usr/include/boost/asio/impl/execution_context.ipp 8
/usr/include/boost/asio/detail/noncopyable.hpp 2
/usr/include/boost/asio/detail/impl/service_registry.ipp 8
/usr/include/boost/asio/detail/null_mutex.hpp 4
/usr/include/boost/asio/detail/impl/scheduler.ipp 5
/usr/include/boost/asio/execution_context.hpp 7
/usr/include/boost/asio/detail/conditionally_enabled_mutex.hpp 6
/usr/include/boost/asio/detail/conditionally_enabled_event.hpp 3
/usr/include/boost/asio/detail/null_event.hpp 3
/usr/include/boost/asio/detail/scheduler.hpp 3
/usr/include/boost/asio/detail/scheduler_operation.hpp 3
/usr/include/boost/asio/detail/op_queue.hpp 20
/usr/include/boost/asio/detail/null_signal_blocker.hpp 2
/usr/include/boost/asio/detail/null_thread.hpp 1
/usr/include/boost/system/detail/error_code.hpp 14
/usr/include/boost/asio/error.hpp 2
/usr/include/boost/system/detail/system_category.hpp 1
/usr/include/boost/system/detail/error_category.hpp 1
/usr/include/boost/assert/source_location.hpp 6
/usr/include/boost/asio/detail/throw_error.hpp 1
/usr/include/boost/asio/detail/impl/throw_error.ipp 1
/usr/include/boost/system/system_error.hpp 3
/usr/include/boost/system/detail/system_category_message.hpp 1
/usr/include/boost/system/detail/generic_category_message.hpp 3
/usr/include/boost/system/detail/interop_category.hpp 1
/usr/include/boost/system/detail/append_int.hpp 1
/usr/include/boost/system/detail/snprintf.hpp 1
/usr/include/boost/throw_exception.hpp 21
/usr/include/boost/exception/exception.hpp 12
/usr/include/boost/exception/info.hpp 7
/usr/include/boost/asio/detail/scoped_ptr.hpp 4
/usr/include/boost/asio/impl/execution_context.hpp 2
/usr/include/boost/asio/detail/impl/service_registry.hpp 6
/usr/include/boost/asio/detail/scoped_lock.hpp 4
/usr/include/boost/asio/basic_waitable_timer.hpp 6
/usr/include/boost/asio/detail/io_object_impl.hpp 5
/usr/include/boost/asio/impl/io_context.hpp 2
/usr/include/boost/asio/detail/service_registry.hpp 1
/usr/include/boost/asio/detail/deadline_timer_service.hpp 9
/usr/include/boost/asio/detail/timer_queue.hpp 9
/usr/include/boost/asio/io_context.hpp 5
/usr/include/boost/asio/any_io_executor.hpp 2
/usr/include/boost/asio/execution/any_executor.hpp 18
/usr/include/boost/asio/query.hpp 1
/usr/include/boost/asio/execution/blocking.hpp 4
/usr/include/boost/asio/impl/any_io_executor.ipp 4
/usr/include/boost/asio/detail/chrono_time_traits.hpp 3
/usr/include/boost/asio/detail/impl/epoll_reactor.hpp 2
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/fd/managed.cpp 3
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/impl.hpp 2
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/intf.hpp 2
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/handle/managed.hpp 6
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/ops.hpp 2
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/flags.hpp 1
/usr/local/bin/../include/c++/v1/optional 6
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/util/cexec.hpp 2
/src/bios-bmc-smm-error-logger/build/../src/main.cpp 1
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/print.hpp 18
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/str/buf.hpp 12
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/print.cpp 1
/src/bios-bmc-smm-error-logger/build/../src/rde/rde_handler.cpp 10
/src/bios-bmc-smm-error-logger/build/../src/rde/rde_dictionary_manager.cpp 8
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/bej_decoder_json.cpp 2
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/bej_decoder_core.c 20
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/bej_dictionary.c 7
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/bej_common.c 3
/usr/include/boost/asio/async_result.hpp 2
/usr/include/boost/asio/detail/non_const_lvalue.hpp 2
/usr/include/boost/asio/associated_cancellation_slot.hpp 2
/usr/include/boost/asio/cancellation_signal.hpp 7
/usr/include/boost/asio/detail/wait_handler.hpp 6
/usr/include/boost/asio/associated_allocator.hpp 2
/usr/include/boost/asio/detail/handler_alloc_helpers.hpp 7
/usr/include/boost/asio/impl/handler_alloc_hook.ipp 2
/usr/include/boost/asio/detail/impl/thread_context.ipp 1
/usr/include/boost/asio/detail/call_stack.hpp 1
/usr/include/boost/asio/detail/null_tss_ptr.hpp 1
/usr/include/boost/asio/detail/thread_info_base.hpp 8
/usr/include/boost/asio/detail/memory.hpp 2
/usr/include/boost/align/detail/aligned_alloc_posix.hpp 2
/usr/include/boost/align/detail/is_alignment.hpp 1
/usr/local/bin/../include/c++/v1/__new/exceptions.h 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 2
/usr/include/boost/asio/detail/wait_op.hpp 2
/usr/include/boost/asio/detail/handler_work.hpp 9
/usr/include/boost/asio/detail/bind_handler.hpp 4
/usr/include/boost/asio/detail/null_fenced_block.hpp 2
/usr/include/boost/asio/detail/handler_invoke_helpers.hpp 1
/usr/include/boost/asio/handler_invoke_hook.hpp 1
/usr/local/bin/../include/c++/v1/__functional/perfect_forward.h 1
/usr/include/boost/asio/execution/execute.hpp 1
/usr/include/boost/asio/detail/executor_function.hpp 8
/usr/include/boost/asio/detail/recycling_allocator.hpp 5
/usr/include/boost/asio/execution/impl/bad_executor.ipp 1
/usr/include/boost/asio/execution/bad_executor.hpp 2
/usr/include/boost/asio/prefer.hpp 1
/usr/include/boost/asio/execution/prefer_only.hpp 2
/usr/include/boost/asio/impl/cancellation_signal.ipp 2
/usr/include/boost/asio/detail/impl/epoll_reactor.ipp 2
/usr/include/boost/asio/detail/impl/timer_queue_set.ipp 1
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/managed.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
boost::exception_ptrboost::exception_detail::get_static_exception_object () /usr/include/boost/exception/detail/exception_ptr.hpp 1 ['N/A'] 6 0 138 28 20 122 0 208 175
boost::asio::execution_context::service*boost::asio::detail::service_registry::create (void*) /usr/include/boost/asio/detail/impl/service_registry.hpp 1 ['N/A'] 12 0 36 6 6 238 0 439 130
voidboost::asio::execution::detail::any_executor_base::execute_ex ,4ul>>(boost::asio::execution::detail::any_executor_baseconst&,boost::asio::detail::executor_function&&) /usr/include/boost/asio/execution/any_executor.hpp 2 ['N/A', 'N/A'] 12 0 25 3 2 163 0 270 110
bios_bmc_smm_error_logger::BufferImpl::wraparoundRead(unsignedint,unsignedint) /src/bios-bmc-smm-error-logger/build/../src/buffer.cpp 4 ['N/A', 'N/A', 'int', 'int'] 2 0 1023 124 105 9 0 117 105
boost::exception_ptrboost::exception_detail::get_static_exception_object () /usr/include/boost/exception/detail/exception_ptr.hpp 1 ['N/A'] 6 0 138 28 20 120 0 206 86
bios_bmc_smm_error_logger::BufferImpl::readErrorLogs() /src/bios-bmc-smm-error-logger/build/../src/buffer.cpp 2 ['N/A', 'N/A'] 7 0 792 97 84 29 0 116 84
boost::asio::execution::any_executor ,boost::asio::execution::detail::blocking::never_t<0>,boost::asio::execution::prefer_only >,boost::asio::execution::prefer_only >,boost::asio::execution::prefer_only >,boost::asio::execution::prefer_only >,boost::asio::execution::prefer_only >>boost::asio::execution::detail::any_executor_base::prefer_fn ,boost::asio::execution::detail::blocking::never_t<0>,boost::asio::execution::prefer_only >,boost::asio::execution::prefer_only >,boost::asio::execution::prefer_only >,boost::asio::execution::prefer_only >,boost::asio::execution::prefer_only >>,boost::asio::io_context::basic_executor_type ,0ul>,boost::asio::execution::prefer_only >>(voidconst*,voidconst*) /usr/include/boost/asio/execution/any_executor.hpp 3 ['N/A', 'N/A', 'N/A'] 8 0 20 3 2 79 0 125 80
stdplus::fd::ManagedFd::operator=(stdplus::fd::DupableFdconst&) /src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/fd/managed.cpp 2 ['N/A', 'N/A'] 11 0 21 3 2 60 0 90 74
voidboost::asio::execution::detail::any_executor_base::blocking_execute_ex ,0ul>>(boost::asio::execution::detail::any_executor_baseconst&,boost::asio::detail::executor_function_view) /usr/include/boost/asio/execution/any_executor.hpp 3 ['N/A', 'N/A', 'N/A'] 12 0 27 3 2 161 0 256 70
bios_bmc_smm_error_logger::BufferImpl::initialize(unsignedint,unsignedshort,unsignedshort,std::__1::array const&) /src/bios-bmc-smm-error-logger/build/../src/buffer.cpp 5 ['N/A', 'int', 'short', 'short', 'N/A'] 6 0 739 87 67 45 0 115 67

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

Functions statically reachable by fuzzers
47.0%
666 / 1403
Cyclomatic complexity statically reachable by fuzzers
53.0%
2720 / 5142

All functions overview

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

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

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/include/boost/asio/require.hpp [] []
/usr/include/boost/asio/cancellation_signal.hpp ['rde_fuzz'] []
/usr/include/boost/system/detail/generic_category.hpp [] []
/src/bios-bmc-smm-error-logger/build/../src/rde/rde_handler.cpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/impl/epoll_reactor.ipp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../src/buffer.cpp [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/usr/include/boost/smart_ptr/shared_ptr.hpp [] []
/usr/include/boost/asio/impl/io_context.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/scoped_lock.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__format/format_arg_store.h [] []
/usr/include/boost/asio/impl/execution_context.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../test/rde_fuzz.cpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/mmap.hpp [] []
/usr/include/boost/asio/detail/conditionally_enabled_event.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/non_const_lvalue.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/fd/managed.cpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/handler_invoke_helpers.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/bej_decoder_json.cpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['rde_fuzz'] []
/usr/include/boost/asio/detail/thread_info_base.hpp ['rde_fuzz'] []
/usr/include/boost/system/detail/error_category.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/string [] []
/usr/include/boost/asio/detail/impl/scheduler.ipp ['rde_fuzz'] []
/usr/include/boost/asio/detail/handler_work.hpp ['rde_fuzz'] []
/usr/include/boost/system/detail/snprintf.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/thread_group.hpp [] []
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/bej_dictionary.c ['rde_fuzz'] []
/usr/include/boost/asio/traits/static_query.hpp [] []
/usr/include/boost/asio/detail/scheduler_operation.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/wait_op.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/impl.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/impl/thread_context.ipp ['rde_fuzz'] []
/usr/include/boost/asio/impl/error.ipp [] []
/usr/include/boost/exception/detail/exception_ptr.hpp [] []
/usr/include/boost/system/detail/error_category_impl.hpp [] []
/usr/include/boost/asio/detail/null_signal_blocker.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__format/format_functions.h [] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/exception.hpp [] []
/usr/include/boost/asio/detail/impl/epoll_reactor.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/fd/impl.cpp [] []
/usr/include/boost/asio/wait_traits.hpp [] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/dupable.hpp [] []
/usr/include/boost/endian/buffers.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__format/write_escaped.h [] []
/usr/include/boost/system/system_error.hpp ['rde_fuzz'] []
/usr/include/boost/asio/basic_waitable_timer.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/deadline_timer_service.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/fd/mmap.cpp [] []
/usr/include/boost/asio/execution/blocking.hpp ['rde_fuzz'] []
/usr/include/boost/endian/detail/endian_load.hpp ['rde_fuzz'] []
/usr/include/boost/core/checked_delete.hpp [] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/util/cexec.hpp ['rde_fuzz'] []
/usr/include/boost/asio/execution/bad_executor.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/executor_function.hpp ['rde_fuzz'] ['rde_fuzz']
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/str/buf.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../include/pci_handler.hpp [] []
/usr/include/boost/asio/detail/timer_queue_base.hpp [] []
/usr/include/boost/asio/execution/prefer_only.hpp ['rde_fuzz'] []
/usr/include/boost/asio/multiple_exceptions.hpp [] []
/usr/include/boost/asio/detail/impl/throw_error.ipp ['rde_fuzz'] []
/usr/include/boost/asio/cancellation_type.hpp [] []
/usr/include/boost/align/detail/aligned_alloc_posix.hpp ['rde_fuzz'] []
/usr/include/boost/asio/execution/any_executor.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/print.hpp ['rde_fuzz'] []
/usr/include/boost/asio/any_io_executor.hpp ['rde_fuzz'] []
/usr/include/boost/asio/execution/relationship.hpp [] []
/usr/include/boost/asio/associated_cancellation_slot.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/null_fenced_block.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/null_tss_ptr.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/object_pool.hpp [] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/flags.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/bej_common.c ['rde_fuzz'] []
/usr/include/boost/asio/detail/handler_alloc_helpers.hpp ['rde_fuzz'] ['rde_fuzz']
/usr/include/boost/asio/detail/impl/timer_queue_set.ipp ['rde_fuzz'] []
/usr/include/boost/asio/detail/scheduler_task.hpp [] []
/src/bios-bmc-smm-error-logger/build/../include/buffer.hpp [] []
/usr/include/boost/asio/impl/system_context.ipp [] []
/usr/include/boost/throw_exception.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/print.cpp ['rde_fuzz'] []
/usr/include/boost/asio/associated_allocator.hpp ['rde_fuzz'] []
/usr/include/boost/asio/io_context.hpp ['rde_fuzz'] []
/usr/include/boost/smart_ptr/detail/shared_count.hpp [] []
/usr/include/boost/asio/detail/scoped_ptr.hpp ['rde_fuzz'] []
/usr/include/boost/asio/async_result.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/null_mutex.hpp ['rde_fuzz'] []
/usr/include/boost/asio/impl/handler_alloc_hook.ipp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/include/libbej/bej_decoder_json.hpp [] []
/usr/include/boost/asio/execution/execute.hpp ['rde_fuzz'] []
/usr/include/boost/exception/exception.hpp ['rde_fuzz'] ['rde_fuzz']
/usr/include/boost/asio/impl/io_context.ipp ['rde_fuzz'] []
/usr/include/boost/asio/detail/bind_handler.hpp ['rde_fuzz'] ['rde_fuzz']
/usr/include/boost/asio/detail/eventfd_select_interrupter.hpp [] []
/src/bios-bmc-smm-error-logger/build/../src/rde/rde_dictionary_manager.cpp ['rde_fuzz'] []
/usr/include/boost/system/detail/system_category.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../src/pci_handler.cpp [] []
/usr/include/boost/asio/detail/io_object_impl.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/executor_op.hpp [] []
/usr/include/boost/asio/execution/context_as.hpp [] []
/usr/include/boost/system/detail/generic_category_message.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/null_thread.hpp ['rde_fuzz'] []
/usr/include/boost/assert/source_location.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/handle/managed.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/scheduler.hpp ['rde_fuzz'] []
/usr/include/boost/system/detail/append_int.hpp ['rde_fuzz'] []
/usr/include/boost/system/detail/system_category_message.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__exception/exception_ptr.h [] []
/src/bios-bmc-smm-error-logger/build/../include/data_interface.hpp [] []
/usr/include/boost/asio/detail/chrono_time_traits.hpp ['rde_fuzz'] []
/usr/include/boost/asio/impl/multiple_exceptions.ipp [] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/exception.cpp [] []
/src/bios-bmc-smm-error-logger/build/../include/rde/external_storer_interface.hpp [] []
/usr/include/boost/asio/detail/epoll_reactor.hpp [] []
/usr/include/boost/endian/conversion.hpp ['rde_fuzz'] []
/usr/include/boost/asio/impl/cancellation_signal.ipp ['rde_fuzz'] []
/usr/include/boost/asio/handler_invoke_hook.hpp ['rde_fuzz'] []
/usr/include/boost/asio/error.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/optional ['rde_fuzz'] []
/usr/include/boost/asio/detail/impl/service_registry.ipp ['rde_fuzz'] []
/usr/include/boost/asio/query.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/call_stack.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__new/exceptions.h ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../include/rde/rde_handler.hpp [] []
/usr/include/boost/asio/prefer.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/managed.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__algorithm/ranges_upper_bound.h [] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/fd/dupable.cpp [] []
/usr/include/boost/asio/detail/noncopyable.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/op_queue.hpp ['rde_fuzz'] []
/usr/include/boost/system/detail/interop_category.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/throw_error.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/intf.hpp ['rde_fuzz'] []
/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp [] []
/usr/include/boost/exception/info.hpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/handle/copyable.hpp [] []
/usr/include/boost/endian/arithmetic.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/service_registry.hpp ['rde_fuzz'] []
/usr/include/boost/system/detail/error_code.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/null_event.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__format/parser_std_format_spec.h [] []
/usr/include/boost/asio/execution_context.hpp ['rde_fuzz'] []
/usr/include/boost/endian/detail/endian_store.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/wait_handler.hpp ['rde_fuzz'] ['rde_fuzz']
/usr/include/boost/asio/detail/impl/eventfd_select_interrupter.ipp [] []
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/bej_decoder_core.c ['rde_fuzz'] []
/usr/include/boost/asio/impl/execution_context.ipp ['rde_fuzz'] []
/usr/include/boost/system/detail/error_condition.hpp [] []
/usr/include/boost/asio/detail/recycling_allocator.hpp ['rde_fuzz'] ['rde_fuzz']
/usr/include/boost/asio/detail/impl/service_registry.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/null_global.hpp [] []
/src/bios-bmc-smm-error-logger/build/../src/main.cpp ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../include/rde/rde_dictionary_manager.hpp [] []
/usr/include/boost/asio/detail/tss_ptr.hpp [] []
/usr/include/boost/asio/detail/memory.hpp ['rde_fuzz'] []
/usr/include/boost/align/detail/is_alignment.hpp ['rde_fuzz'] []
/usr/include/boost/asio/impl/any_io_executor.ipp ['rde_fuzz'] []
/usr/include/boost/asio/detail/timer_queue.hpp ['rde_fuzz'] []
/usr/local/bin/../include/c++/v1/__format/buffer.h [] []
/usr/local/bin/../include/c++/v1/__functional/perfect_forward.h ['rde_fuzz'] []
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/ops.hpp ['rde_fuzz'] []
/usr/include/boost/asio/detail/conditionally_enabled_mutex.hpp ['rde_fuzz'] []
/usr/include/boost/asio/execution/impl/bad_executor.ipp ['rde_fuzz'] []
/usr/include/boost/system/detail/system_category_impl.hpp [] []
/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp [] []

Directories in report

Directory
/usr/include/boost/asio/detail/
/usr/include/boost/asio/execution/impl/
/usr/include/boost/asio/execution/
/usr/include/boost/asio/detail/impl/
/usr/include/boost/asio/impl/
/usr/include/boost/
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include-fd/stdplus/fd/
/usr/local/bin/../include/c++/v1/__functional/
/usr/include/boost/smart_ptr/
/usr/include/boost/exception/
/usr/local/bin/../include/c++/v1/__new/
/usr/include/boost/system/detail/
/usr/local/bin/../include/c++/v1/__exception/
/usr/local/bin/../include/c++/v1/
/src/bios-bmc-smm-error-logger/build/../src/
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/src/fd/
/usr/include/boost/smart_ptr/detail/
/src/bios-bmc-smm-error-logger/build/../src/rde/
/src/bios-bmc-smm-error-logger/build/../include/rde/
/usr/include/boost/asio/
/usr/include/boost/exception/detail/
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/handle/
/usr/include/boost/system/
/usr/local/bin/../include/c++/v1/__algorithm/
/usr/include/boost/endian/
/usr/include/boost/asio/traits/
/usr/include/boost/assert/
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/util/
/usr/include/boost/align/detail/
/src/bios-bmc-smm-error-logger/build/../test/
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/src/
/src/bios-bmc-smm-error-logger/build/../subprojects/libbej/include/libbej/
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/
/usr/include/boost/endian/detail/
/usr/local/bin/../include/c++/v1/__format/
/usr/include/boost/core/
/src/bios-bmc-smm-error-logger/build/../include/
/src/bios-bmc-smm-error-logger/build/../subprojects/stdplus/include/stdplus/str/