Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2024-01-24

Project overview: pigweed

Fuzzer details

Fuzzer: /proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc

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 174 77.3%
gold [1:9] 0 0.0%
yellow [10:29] 1 0.44%
greenyellow [30:49] 1 0.44%
lawngreen 50+ 49 21.7%
All colors 225 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
121 34 pw::bluetooth_hci::CommandPacket::Decode(pw::span , cpp20::endian) call site: 00034 pw_assert_HandleFailure
16 0 EP call site: 00000 __clang_call_terminate
7 169 pw::bluetooth_hci::AsyncDataPacket::Decode(pw::span , cpp20::endian) call site: 00169 pw_assert_HandleFailure
6 187 pw::bluetooth_hci::SyncDataPacket::Decode(pw::span , cpp20::endian) call site: 00187 pw_assert_HandleFailure
6 204 pw::bluetooth_hci::EventPacket::Decode(pw::span ) call site: 00204 pw_assert_HandleFailure
5 219 pw::bluetooth_hci::DecodeHciUartData(pw::span , fit::function_impl<8ul, true, void (pw::bluetooth_hci::Packet const&), std::__1::allocator > const&) call site: 00219
3 29 pw::bluetooth_hci::CommandPacket::Decode(pw::span , cpp20::endian) call site: 00029
3 214 pw::bluetooth_hci::DecodeHciUartData(pw::span , fit::function_impl<8ul, true, void (pw::bluetooth_hci::Packet const&), std::__1::allocator > const&) call site: 00214
2 17 pw::bluetooth_hci::DecodeHciUartData(pw::span , fit::function_impl<8ul, true, void (pw::bluetooth_hci::Packet const&), std::__1::allocator > const&) call site: 00017
2 158 pw::bluetooth_hci::DecodeHciUartData(pw::span , fit::function_impl<8ul, true, void (pw::bluetooth_hci::Packet const&), std::__1::allocator > const&) call site: 00158
1 20 pw::bluetooth_hci::DecodeHciUartData(pw::span , fit::function_impl<8ul, true, void (pw::bluetooth_hci::Packet const&), std::__1::allocator > const&) call site: 00020
1 22 pw::bluetooth_hci::DecodeHciUartData(pw::span , fit::function_impl<8ul, true, void (pw::bluetooth_hci::Packet const&), std::__1::allocator > const&) call site: 00022

Runtime coverage analysis

Covered functions
57
Functions that are reachable but not covered
216
Reachable functions
227
Percentage of reachable functions covered
4.85%
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
/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc 2
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/function.h 3
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/function.h 11
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/../nullable.h 1
/proc/self/cwd/pw_span/public/pw_span/internal/span_impl.h 19
/proc/self/cwd/pw_bluetooth_hci/uart_transport.cc 1
/proc/self/cwd/pw_bluetooth_hci/packet.cc 4
/proc/self/cwd/pw_bytes/public/pw_bytes/endian.h 4
/proc/self/cwd/pw_bluetooth_hci/public/pw_bluetooth_hci/packet.h 10
/proc/self/cwd/pw_assert_basic/assert_basic.cc 1
/proc/self/cwd/pw_assert_basic/basic_handler.cc 2
/proc/self/cwd/pw_sys_io_stdio/sys_io.cc 2
/proc/self/cwd/pw_sys_io/sys_io.cc 1
/proc/self/cwd/pw_status/public/pw_status/status.h 9
/proc/self/cwd/pw_status/public/pw_status/status_with_size.h 10
/proc/self/cwd/pw_string/public/pw_string/string_builder.h 10
/proc/self/cwd/pw_string/string_builder.cc 8
/proc/self/cwd/pw_string/public/pw_string/util.h 2
/proc/self/cwd/pw_string/public/pw_string/internal/length.h 1
/proc/self/cwd/pw_string/format.cc 1
/usr/local/bin/../include/c++/v1/optional 5

Fuzzer: /proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc

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 76 69.7%
gold [1:9] 1 0.91%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 32 29.3%
All colors 109 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
45 47 pw::tokenizer::StringSegment::Decode(pw::span const&) const call site: 00047 pw_varint_Decode64
11 34 pw::tokenizer::DetokenizedString::DetokenizedString(unsigned int, pw::span const, 18446744073709551615ul> const&, pw::span const&) call site: 00034
4 2 LLVMFuzzerTestOneInput call site: 00002
3 8 pw::tokenizer::Detokenizer::Detokenizer(pw::tokenizer::TokenDatabase const&) call site: 00008
3 21 pw::tokenizer::Detokenizer::Detokenize(pw::span const&) const call site: 00021
3 102 LLVMFuzzerTestOneInput call site: 00102
2 16 pw::tokenizer::Detokenizer::Detokenize(pw::span const&) const call site: 00016
1 13 LLVMFuzzerTestOneInput call site: 00013
1 25 pw::tokenizer::Detokenizer::Detokenize(pw::span const&) const call site: 00025
1 27 pw::tokenizer::Detokenizer::Detokenize(pw::span const&) const call site: 00027
1 30 pw::tokenizer::Detokenizer::Detokenize(pw::span const&) const call site: 00030
1 96 pw::tokenizer::FormatString::Format(pw::span ) const call site: 00096

Runtime coverage analysis

Covered functions
57
Functions that are reachable but not covered
125
Reachable functions
136
Percentage of reachable functions covered
8.09%
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
/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc 1
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/token_database.h 8
/proc/self/cwd/pw_tokenizer/detokenize.cc 3
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/detokenize.h 5
/proc/self/cwd/pw_span/public/pw_span/internal/span_impl.h 15
/proc/self/cwd/pw_bytes/public/pw_bytes/endian.h 4
/proc/self/cwd/pw_tokenizer/decode.cc 8
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/internal/decode.h 11
/proc/self/cwd/pw_varint/public/pw_varint/varint.h 3
/proc/self/cwd/pw_varint/varint_c.c 1

Fuzzer: /proc/self/cwd/pw_protobuf/encoder_fuzzer.cc

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 255 61.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 159 38.4%
All colors 414 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
114 35 pw::protobuf::StreamEncoder::UpdateStatusForWrite(unsigned int, pw::protobuf::WireType, unsigned long) call site: 00035 putchar
26 0 EP call site: 00000
18 198 pw::protobuf::fuzz::(anonymous namespace)::RecursiveFuzzedEncode(FuzzedDataProvider&, pw::protobuf::StreamEncoder&, unsigned int) call site: 00198
9 153 pw::protobuf::StreamEncoder::UpdateStatusForWrite(unsigned int, pw::protobuf::WireType, unsigned long) call site: 00153
8 180 pw::protobuf::StreamEncoder::WriteVarintField(unsigned int, unsigned long) call site: 00180 pw_varint_Encode64
6 260 pw::protobuf::fuzz::(anonymous namespace)::RecursiveFuzzedEncode(FuzzedDataProvider&, pw::protobuf::StreamEncoder&, unsigned int) call site: 00260
5 357 pw::protobuf::StreamEncoder::WriteLengthDelimitedField(unsigned int, pw::span ) call site: 00357
5 408 pw::protobuf::StreamEncoder::CloseNestedMessage(pw::protobuf::StreamEncoder&) call site: 00408 __clang_call_terminate
3 163 pw::protobuf::StreamEncoder::UpdateStatusForWrite(unsigned int, pw::protobuf::WireType, unsigned long) call site: 00163
3 171 pw::protobuf::StreamEncoder::UpdateStatusForWrite(unsigned int, pw::protobuf::WireType, unsigned long) call site: 00171 pw_assert_HandleFailure
3 189 pw_varint_Encode64 call site: 00189
3 278 pw::protobuf::fuzz::(anonymous namespace)::RecursiveFuzzedEncode(FuzzedDataProvider&, pw::protobuf::StreamEncoder&, unsigned int) call site: 00278

Runtime coverage analysis

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

Files reached

filename functions hit
/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc 13
/proc/self/cwd/pw_span/public/pw_span/internal/span_impl.h 42
/proc/self/cwd/pw_protobuf/public/pw_protobuf/encoder.h 38
/proc/self/cwd/pw_status/public/pw_status/status.h 10
/proc/self/cwd/pw_stream/public/pw_stream/memory_stream.h 6
/proc/self/cwd/pw_stream/public/pw_stream/stream.h 10
/proc/self/cwd/pw_protobuf/encoder.cc 8
/proc/self/cwd/pw_varint/public/pw_varint/varint.h 8
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/bit.h 1
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/bit.h 1
/proc/self/cwd/pw_assert_basic/basic_handler.cc 2
/proc/self/cwd/pw_sys_io_stdio/sys_io.cc 2
/proc/self/cwd/pw_sys_io/sys_io.cc 1
/proc/self/cwd/pw_status/public/pw_status/status_with_size.h 9
/proc/self/cwd/pw_string/public/pw_string/string_builder.h 10
/proc/self/cwd/pw_string/string_builder.cc 8
/proc/self/cwd/pw_string/public/pw_string/util.h 2
/proc/self/cwd/pw_string/public/pw_string/internal/length.h 1
/proc/self/cwd/pw_string/format.cc 1
/proc/self/cwd/pw_status/public/pw_status/try.h 1
/proc/self/cwd/pw_protobuf/public/pw_protobuf/wire_format.h 3
/proc/self/cwd/pw_protobuf/public/pw_protobuf/serialized_size.h 4
/proc/self/cwd/pw_result/public/pw_result/result.h 4
/proc/self/cwd/pw_result/public/pw_result/internal/result_internal.h 1
/proc/self/cwd/pw_assert_basic/assert_basic.cc 1
/proc/self/cwd/pw_varint/varint_c.c 1
/proc/self/cwd/pw_bytes/public/pw_bytes/endian.h 5
/proc/self/cwd/pw_assert/public/pw_assert/internal/check_impl.h 1

Fuzzer: /proc/self/cwd/pw_protobuf/decoder_fuzzer.cc

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 237 48.7%
gold [1:9] 5 1.02%
yellow [10:29] 5 1.02%
greenyellow [30:49] 13 2.67%
lawngreen 50+ 226 46.5%
All colors 486 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
116 16 pw::protobuf::StreamDecoder::Next() call site: 00016 putchar
13 148 pw::varint::Read(pw::stream::Reader&, unsigned long*, unsigned long) call site: 00148 pw_assert_HandleFailure
9 182 pw::protobuf::StreamDecoder::Advance(unsigned long) call site: 00182
8 169 pw::varint::Read(pw::stream::Reader&, unsigned long*, unsigned long) call site: 00169
5 255 pw::protobuf::StreamDecoder::ReadVarintField(pw::span , pw::protobuf::internal::VarintType) call site: 00255
4 5 pw::protobuf::fuzz::(anonymous namespace)::TestOneInput(FuzzedDataProvider&) call site: 00005
4 134 pw::protobuf::StreamDecoder::Next() call site: 00134
4 481 pw::protobuf::fuzz::(anonymous namespace)::TestOneInput(FuzzedDataProvider&) call site: 00481
3 10 pw::protobuf::fuzz::(anonymous namespace)::TestOneInput(FuzzedDataProvider&) call site: 00010
3 139 pw::varint::Read(pw::stream::Reader&, unsigned long*, unsigned long) call site: 00139
3 144 pw::varint::Read(pw::stream::Reader&, unsigned long*, unsigned long) call site: 00144
3 216 pw::protobuf::fuzz::(anonymous namespace)::RecursiveFuzzedDecode(FuzzedDataProvider&, pw::protobuf::StreamDecoder&, unsigned int) call site: 00216

Runtime coverage analysis

Covered functions
57
Functions that are reachable but not covered
463
Reachable functions
496
Percentage of reachable functions covered
6.65%
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
/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc 3
/proc/self/cwd/pw_span/public/pw_span/internal/span_impl.h 42
/proc/self/cwd/pw_stream/public/pw_stream/memory_stream.h 2
/proc/self/cwd/pw_stream/public/pw_stream/stream.h 12
/proc/self/cwd/pw_protobuf/public/pw_protobuf/stream_decoder.h 42
/proc/self/cwd/pw_status/public/pw_status/status.h 12
/proc/self/cwd/pw_protobuf/stream_decoder.cc 14
/proc/self/cwd/pw_assert_basic/basic_handler.cc 2
/proc/self/cwd/pw_sys_io_stdio/sys_io.cc 2
/proc/self/cwd/pw_sys_io/sys_io.cc 1
/proc/self/cwd/pw_status/public/pw_status/status_with_size.h 12
/proc/self/cwd/pw_string/public/pw_string/string_builder.h 10
/proc/self/cwd/pw_string/string_builder.cc 8
/proc/self/cwd/pw_string/public/pw_string/util.h 2
/proc/self/cwd/pw_string/public/pw_string/internal/length.h 1
/proc/self/cwd/pw_string/format.cc 1
/proc/self/cwd/pw_status/public/pw_status/try.h 2
/proc/self/cwd/pw_protobuf/public/pw_protobuf/wire_format.h 5
/proc/self/cwd/pw_varint/stream.cc 1
/proc/self/cwd/pw_result/public/pw_result/result.h 16
/proc/self/cwd/pw_result/public/pw_result/internal/result_internal.h 2
/proc/self/cwd/pw_assert_basic/assert_basic.cc 1
/proc/self/cwd/pw_varint/public/pw_varint/varint.h 1
/proc/self/cwd/pw_assert/public/pw_assert/internal/check_impl.h 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
pw::protobuf::StreamDecoder::Read(pw::span ,pw::span ) /proc/self/cwd/pw_protobuf/stream_decoder.cc 5 ['class.pw::protobuf::StreamDecoder *', 'size_t', 'char *', 'size_t', 'class.pw::protobuf::internal::MessageField *'] 18 0 1243 216 40 436 1 674 307
pw::protobuf::StreamEncoder::Write(pw::span ,pw::span ) /proc/self/cwd/pw_protobuf/encoder.cc 5 ['class.pw::protobuf::StreamEncoder *', 'size_t', 'char *', 'size_t', 'class.pw::protobuf::internal::MessageField *'] 13 0 1688 307 71 400 1 635 235
pw::tokenizer::Detokenizer::DetokenizeBase64(std::__1::basic_string_view >)const /proc/self/cwd/pw_tokenizer/detokenize.cc 4 ['class.std::__1::basic_string *', 'class.pw::tokenizer::Detokenizer *', 'char *', 'size_t'] 14 0 63 7 6 173 0 362 117
pw::tokenizer::FormatString::FormatString(charconst*) /proc/self/cwd/pw_tokenizer/decode.cc 2 ['class.pw::tokenizer::FormatString *', 'char *'] 3 0 148 25 24 31 0 85 85
pw::bluetooth_hci::SyncDataPacket::Encode(pw::span ,cpp20::endian)const /proc/self/cwd/pw_bluetooth_hci/packet.cc 5 ['class.pw::Result *', 'class.pw::bluetooth_hci::CommandPacket *', 'size_t', 'char *', 'int'] 12 0 92 8 3 171 0 200 39
pw::string::FloatAsIntToString(float,pw::span ) /proc/self/cwd/pw_string/type_to_string.cc 3 ['float', 'size_t', 'char *'] 5 0 126 17 7 51 0 70 39
pw::tokenizer::DetokenizedString::BestStringWithErrors()const /proc/self/cwd/pw_tokenizer/detokenize.cc 2 ['class.std::__1::basic_string *', 'class.pw::tokenizer::DetokenizedString *'] 2 0 45 9 4 6 0 36 36

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

Functions statically reachable by fuzzers
73.0%
677 / 932
Cyclomatic complexity statically reachable by fuzzers
77.0%
2157 / 2791

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

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
[] []
/proc/self/cwd/pw_string/public/pw_string/to_string.h [] []
/proc/self/cwd/pw_sys_io/sys_io.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/token_database.h ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc'] []
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/function.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc'] []
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/detokenize.h ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc'] []
/proc/self/cwd/pw_string/public/pw_string/string.h [] []
/proc/self/cwd/pw_protobuf/public/pw_protobuf/internal/codegen.h [] []
/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc ['/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] ['/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc']
/proc/self/cwd/pw_assert_basic/basic_handler.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_status/public/pw_status/status_with_size.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_bytes/byte_builder.cc [] []
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/bit.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc'] []
/proc/self/cwd/pw_string/public/pw_string/type_to_string.h [] []
/proc/self/cwd/pw_result/public/pw_result/result.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_assert_basic/assert_basic.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/usr/local/bin/../include/c++/v1/math.h [] []
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/base64.h [] []
/proc/self/cwd/pw_base64/public/pw_base64/base64.h [] []
/proc/self/cwd/pw_tokenizer/base64.cc [] []
/proc/self/cwd/pw_status/public/pw_status/status.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_string/public/pw_string/internal/string_common_functions.inc [] []
/proc/self/cwd/pw_stream/public/pw_stream/stream.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_base64/base64.cc [] []
/proc/self/cwd/pw_protobuf/public/pw_protobuf/encoder.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc'] []
/proc/self/cwd/pw_protobuf/encoder.cc ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc'] ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc']
/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc'] ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc']
/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc'] ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc']
/proc/self/cwd/pw_protobuf/public/pw_protobuf/stream_decoder.h ['/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_protobuf/public/pw_protobuf/serialized_size.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc'] []
/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc'] ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc']
/proc/self/cwd/pw_stream/public/pw_stream/seek.h [] []
/proc/self/cwd/pw_stream/memory_stream.cc [] []
/usr/local/bin/../include/c++/v1/exception [] []
/proc/self/cwd/pw_bluetooth_hci/public/pw_bluetooth_hci/packet.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc'] []
/proc/self/cwd/pw_bytes/public/pw_bytes/byte_builder.h [] []
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/../nullable.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc'] []
/proc/self/cwd/pw_string/format.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/function.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc'] []
/proc/self/cwd/pw_string/public/pw_string/internal/length.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_bluetooth_hci/packet.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc'] ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc']
/proc/self/cwd/pw_stream/public/pw_stream/null_stream.h [] []
/proc/self/cwd/pw_string/public/pw_string/string_builder.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/bit.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc'] []
/proc/self/cwd/pw_tokenizer/decode.cc ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc'] ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc']
/proc/self/cwd/pw_assert/public/pw_assert/internal/check_impl.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_string/type_to_string.cc [] []
/proc/self/cwd/pw_string/string_builder.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/internal/decode.h ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc'] []
/proc/self/cwd/pw_stream/public/pw_stream/memory_stream.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_bluetooth_hci/uart_transport.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc'] ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc']
/proc/self/cwd/pw_containers/public/pw_containers/vector.h [] []
/proc/self/cwd/pw_span/public/pw_span/internal/span_impl.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_tokenizer/detokenize.cc ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc'] ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc']
/usr/local/bin/../include/c++/v1/optional ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc'] []
/proc/self/cwd/pw_bytes/public/pw_bytes/endian.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc'] []
/proc/self/cwd/pw_protobuf/public/pw_protobuf/wire_format.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/proc/self/cwd/pw_status/public/pw_status/try.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_string/public/pw_string/format.h [] []
/proc/self/cwd/pw_bytes/public/pw_bytes/array.h [] []
/proc/self/cwd/pw_protobuf/stream_decoder.cc ['/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] ['/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc']
/proc/self/cwd/pw_varint/varint_c.c ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc'] ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc']
/usr/local/bin/../include/c++/v1/stdlib.h [] []
/proc/self/cwd/pw_varint/public/pw_varint/varint.h ['/proc/self/cwd/pw_tokenizer/detokenize_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_string/public/pw_string/internal/string_impl.h [] []
/proc/self/cwd/pw_varint/stream.cc ['/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] ['/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc']
/proc/self/cwd/pw_sys_io_stdio/sys_io.cc ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_string/public/pw_string/util.h ['/proc/self/cwd/pw_bluetooth_hci/uart_transport_fuzzer.cc', '/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []
/proc/self/cwd/pw_result/public/pw_result/internal/result_internal.h ['/proc/self/cwd/pw_protobuf/encoder_fuzzer.cc', '/proc/self/cwd/pw_protobuf/decoder_fuzzer.cc'] []

Directories in report

Directory
/proc/self/cwd/pw_sys_io/
/proc/self/cwd/pw_result/public/pw_result/
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/
/proc/self/cwd/pw_tokenizer/public/pw_tokenizer/internal/
/proc/self/cwd/pw_stream/
/proc/self/cwd/pw_string/public/pw_string/internal/
/proc/self/cwd/pw_protobuf/
/proc/self/cwd/pw_span/public/pw_span/internal/
/proc/self/cwd/pw_varint/
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/
/proc/self/cwd/pw_status/public/pw_status/
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/
/proc/self/cwd/pw_containers/public/pw_containers/
/proc/self/cwd/pw_varint/public/pw_varint/
/proc/self/cwd/pw_base64/
/proc/self/cwd/pw_base64/public/pw_base64/
/proc/self/cwd/pw_tokenizer/
/proc/self/cwd/pw_stream/public/pw_stream/
/proc/self/cwd/pw_string/public/pw_string/
/proc/self/cwd/pw_result/public/pw_result/internal/
/proc/self/cwd/pw_protobuf/public/pw_protobuf/
/usr/local/bin/../include/c++/v1/
/proc/self/cwd/pw_bluetooth_hci/public/pw_bluetooth_hci/
/proc/self/cwd/pw_bytes/public/pw_bytes/
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
/proc/self/cwd/pw_assert/public/pw_assert/internal/
/proc/self/cwd/pw_bluetooth_hci/
/proc/self/cwd/pw_bytes/
/proc/self/cwd/pw_protobuf/public/pw_protobuf/internal/
/proc/self/cwd/pw_string/
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/../
/proc/self/cwd/pw_sys_io_stdio/
/proc/self/cwd/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
/proc/self/cwd/pw_assert_basic/