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

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 88 66.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 44 33.3%
All colors 132 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
25 81 append_or_delete(std::shared_ptr , std::vector , std::allocator > >&) call site: 00081
16 53 Parser::State::anywhere_rule(wchar_t) const call site: 00053
9 21 Parser::Transition::Transition(std::shared_ptr , Parser::State*) call site: 00021 __clang_call_terminate
9 31 Parser::State::anywhere_rule(wchar_t) const call site: 00031 __clang_call_terminate
8 121 LLVMFuzzerTestOneInput call site: 00121 __clang_call_terminate
5 5 LLVMFuzzerTestOneInput call site: 00005
4 41 Parser::State::anywhere_rule(wchar_t) const call site: 00041
3 16 Parser::State::anywhere_rule(wchar_t) const call site: 00016
3 46 Parser::Transition::Transition(Parser::State*, std::shared_ptr ) call site: 00046
2 70 Parser::State::anywhere_rule(wchar_t) const call site: 00070
1 77 Parser::State::input(wchar_t) const call site: 00077
1 115 Parser::UTF8Parser::input(char, std::vector , std::allocator > >&) call site: 00115 __assert_fail

Runtime coverage analysis

Covered functions
48
Functions that are reachable but not covered
124
Reachable functions
147
Percentage of reachable functions covered
15.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
/src/mosh/src/fuzz/terminal_parser_fuzzer.cc 1
/src/mosh/src/terminal/parser.cc 4
/src/mosh/src/terminal/../../src/terminal/parser.h 1
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h 15
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocator.h 2
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h 6
/src/mosh/src/terminal/parserstate.cc 2
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h 7
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h 13
/src/mosh/src/terminal/./parsertransition.h 3
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/atomicity.h 6
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9/bits/gthr-default.h 1
/src/mosh/src/terminal/../../src/terminal/parsertransition.h 1
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h 3
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_iterator.h 3
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/vector.tcc 1
/src/mosh/src/fuzz/../../src/terminal/parser.h 2

Fuzzer: terminal_fuzzer

Call tree

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

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 603 82.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 128 17.5%
All colors 731 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
70 1 LLVMFuzzerTestOneInput call site: 00001 setupterm
64 405 Terminal::Cell::Cell(unsigned int) call site: 00405 __clang_call_terminate
45 470 Terminal::Display::new_frame[abi:cxx11](bool, Terminal::Framebuffer const&, Terminal::Framebuffer const&) const call site: 00470
38 565 Terminal::Hyperlink::operator!=(Terminal::Hyperlink const&) const call site: 00565 __assert_fail
36 627 Terminal::Display::put_row(bool, Terminal::FrameState&, Terminal::Framebuffer const&, int, Terminal::Row const&, bool) const call site: 00627 snprintf
34 93 Terminal::DrawState::DrawState(int, int) call site: 00093 __clang_call_terminate
33 292 Terminal::Display::new_frame[abi:cxx11](bool, Terminal::Framebuffer const&, Terminal::Framebuffer const&) const call site: 00292 wcrtomb
32 531 Terminal::FrameState::update_rendition(Terminal::Renditions const&, bool) call site: 00531 snprintf
28 702 LLVMFuzzerTestOneInput call site: 00702 __clang_call_terminate
27 159 Terminal::Framebuffer::Framebuffer(int, int) call site: 00159 __clang_call_terminate
18 383 Terminal::Display::new_frame[abi:cxx11](bool, Terminal::Framebuffer const&, Terminal::Framebuffer const&) const call site: 00383
17 187 Terminal::Framebuffer::Framebuffer(int, int) call site: 00187 __clang_call_terminate

Runtime coverage analysis

Covered functions
83
Functions that are reachable but not covered
615
Reachable functions
710
Percentage of reachable functions covered
13.38%
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/mosh/src/fuzz/terminal_fuzzer.cc 1
/src/mosh/src/terminal/terminaldisplayinit.cc 3
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h 4
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/char_traits.h 3
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.tcc 1
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/type_traits.h 1
/src/mosh/src/fuzz/../../src/statesync/completeterminal.h 3
/src/mosh/src/terminal/parser.cc 1
/src/mosh/src/terminal/../../src/terminal/parser.h 1
/src/mosh/src/terminal/terminal.cc 2
/src/mosh/src/terminal/terminalframebuffer.cc 9
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h 72
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocator.h 14
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h 32
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_bvector.h 19
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h 17
/src/mosh/src/terminal/../../src/terminal/terminalframebuffer.h 37
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h 11
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h 21
/src/mosh/src/fuzz/../../src/terminal/terminalframebuffer.h 3
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/atomicity.h 6
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9/bits/gthr-default.h 1
/src/mosh/src/terminal/terminaldispatcher.cc 1
/src/mosh/src/terminal/../../src/terminal/terminaluserinput.h 1
/src/mosh/src/fuzz/../../src/terminal/terminaldispatcher.h 1
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_list.h 11
/src/mosh/src/fuzz/../../src/terminal/terminal.h 2
/src/mosh/src/fuzz/../../src/terminal/parser.h 2
/src/mosh/src/fuzz/../../src/terminal/parseraction.h 4
/src/mosh/src/statesync/completeterminal.cc 1
/src/mosh/src/terminal/terminaldisplay.cc 9
/src/mosh/src/terminal/./terminaldisplay.h 7
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_iterator.h 14
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/alloc_traits.h 1
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/vector.tcc 2
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/list.tcc 1
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/aligned_buffer.h 2

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
Terminal::Complete::init_diff[abi:cxx11]()const /src/mosh/src/statesync/completeterminal.cc 2 ['N/A', 'N/A'] 15 0 48 6 6 857 0 1727 278
Parser::Print::act_on_terminal(Terminal::Emulator*)const /src/mosh/src/terminal/parseraction.cc 2 ['N/A', 'N/A'] 12 0 18 3 2 344 0 474 219
std::shared_ptr ::shared_ptr ,unsignedlongconst&,unsignedintconst&>(std::_Sp_alloc_shared_tag >,unsignedlongconst&,unsignedintconst&) /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h 4 ['N/A', 'N/A', 'N/A', 'N/A'] 14 0 28 3 2 151 0 216 139
CSI_SGR(Terminal::Framebuffer*,Terminal::Dispatcher*) /src/mosh/src/terminal/terminalfunctions.cc 2 ['N/A', 'N/A'] 9 0 211 33 13 83 0 143 126
Terminal::Complete::apply_string(std::__cxx11::basic_string ,std::allocator >const&) /src/mosh/src/statesync/completeterminal.cc 2 ['N/A', 'N/A'] 14 0 228 55 37 265 0 412 123
HostBuffers::HostMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) /src/mosh/src/protobufs/hostinput.pb.cc 2 ['N/A', 'N/A'] 11 0 333 59 60 118 0 217 117
Parser::OSC_End::act_on_terminal(Terminal::Emulator*)const /src/mosh/src/terminal/parseraction.cc 2 ['N/A', 'N/A'] 10 0 18 3 2 143 0 218 114

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

Functions statically reachable by fuzzers
34.0%
662 / 1976
Cyclomatic complexity statically reachable by fuzzers
37.0%
2524 / 6738

All functions overview

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

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

Fuzz engine guidance

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

/src/mosh/src/fuzz/terminal_parser_fuzzer.cc

Dictionary

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


Fuzzer function priority

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

-focus_function=['append_or_delete(std::shared_ptr, std::vector, std::allocator > >&)', 'Parser::State::anywhere_rule(wchar_t) const', 'Parser::Transition::Transition(std::shared_ptr, Parser::State*)', 'Parser::State::anywhere_rule(wchar_t) const', 'LLVMFuzzerTestOneInput', 'Parser::State::anywhere_rule(wchar_t) const', 'Parser::State::anywhere_rule(wchar_t) const', 'Parser::Transition::Transition(Parser::State*, std::shared_ptr)', 'Parser::State::anywhere_rule(wchar_t) const']

/src/mosh/src/fuzz/terminal_fuzzer.cc

Dictionary

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


Fuzzer function priority

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

-focus_function=['LLVMFuzzerTestOneInput', 'Terminal::Cell::Cell(unsigned int)', 'Terminal::Display::new_frame[abi:cxx11](bool, Terminal::Framebuffer const&, Terminal::Framebuffer const&) const', 'Terminal::Hyperlink::operator!=(Terminal::Hyperlink const&) const', 'Terminal::Display::put_row(bool, Terminal::FrameState&, Terminal::Framebuffer const&, int, Terminal::Row const&, bool) const', 'Terminal::DrawState::DrawState(int, int)', 'Terminal::Display::new_frame[abi:cxx11](bool, Terminal::Framebuffer const&, Terminal::Framebuffer const&) const', 'Terminal::FrameState::update_rendition(Terminal::Renditions const&, bool)', 'Terminal::Framebuffer::Framebuffer(int, int)']

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/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/type_traits.h ['terminal_fuzzer'] []
/src/mosh/src/terminal/../../src/terminal/terminaluserinput.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.tcc ['terminal_fuzzer'] []
/src/mosh/src/terminal/./terminaldispatcher.h [] []
/usr/include/google/protobuf/repeated_field.h [] []
/src/mosh/src/terminal/./parsertransition.h ['terminal_parser_fuzzer'] []
/usr/include/google/protobuf/message_lite.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9/bits/gthr-default.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/src/mosh/src/terminal/parseraction.cc [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/atomicity.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/src/mosh/src/protobufs/./hostinput.pb.h [] []
/usr/include/google/protobuf/wire_format_lite_inl.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_list.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocator.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_tree.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_iterator.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/src/mosh/src/terminal/parser.cc ['terminal_parser_fuzzer', 'terminal_fuzzer'] ['terminal_parser_fuzzer', 'terminal_fuzzer']
/src/mosh/src/statesync/../../src/terminal/parseraction.h [] []
/usr/include/google/protobuf/io/zero_copy_stream.h [] []
/src/mosh/src/fuzz/../../src/terminal/parseraction.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_bvector.h ['terminal_fuzzer'] []
/usr/include/google/protobuf/arena.h [] []
/src/mosh/src/terminal/../../src/terminal/parserstatefamily.h [] []
/src/mosh/src/terminal/terminal.cc ['terminal_fuzzer'] ['terminal_fuzzer']
/src/mosh/src/fuzz/../../src/terminal/terminal.h ['terminal_fuzzer'] []
/usr/include/google/protobuf/wire_format_lite.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocated_ptr.h [] []
/src/mosh/src/fuzz/../../src/terminal/terminaldispatcher.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/usr/include/google/protobuf/stubs/casts.h [] []
/src/mosh/src/terminal/terminaldisplayinit.cc ['terminal_fuzzer'] ['terminal_fuzzer']
/usr/include/google/protobuf/extension_set.h [] []
/usr/include/google/protobuf/io/zero_copy_stream_impl_lite.h [] []
/src/mosh/src/terminal/../../src/terminal/parser.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/src/mosh/src/fuzz/terminal_parser_fuzzer.cc ['terminal_parser_fuzzer'] ['terminal_parser_fuzzer']
/src/mosh/src/fuzz/../../src/statesync/completeterminal.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/aligned_buffer.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_pair.h [] []
/usr/include/google/protobuf/generated_message_util.h [] []
/src/mosh/src/terminal/../../src/terminal/parseraction.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/char_traits.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/list.tcc ['terminal_fuzzer'] []
/src/mosh/src/statesync/completeterminal.cc ['terminal_fuzzer'] ['terminal_fuzzer']
/src/mosh/src/terminal/terminaluserinput.cc [] []
/usr/include/google/protobuf/io/coded_stream.h [] []
/src/mosh/src/terminal/parserstate.cc ['terminal_parser_fuzzer'] ['terminal_parser_fuzzer']
/src/mosh/src/fuzz/../../src/terminal/terminalframebuffer.h ['terminal_fuzzer'] []
/src/mosh/src/terminal/terminaldisplay.cc ['terminal_fuzzer'] ['terminal_fuzzer']
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_uninitialized.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/atomic [] []
/src/mosh/src/protobufs/hostinput.pb.cc [] []
/usr/include/google/protobuf/stubs/port.h [] []
/usr/include/google/protobuf/arenastring.h [] []
/src/mosh/src/terminal/../../src/terminal/terminalframebuffer.h ['terminal_fuzzer'] []
/src/mosh/src/statesync/../../src/statesync/completeterminal.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_construct.h [] []
/src/mosh/src/terminal/terminalframebuffer.cc ['terminal_fuzzer'] ['terminal_fuzzer']
/src/mosh/src/terminal/./terminaldisplay.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/src/mosh/src/fuzz/terminal_fuzzer.cc ['terminal_fuzzer'] ['terminal_fuzzer']
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/alloc_traits.h ['terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/atomic_base.h [] []
/src/mosh/src/terminal/../../src/terminal/parsertransition.h ['terminal_parser_fuzzer'] []
/src/mosh/src/terminal/terminalfunctions.cc [] []
/src/mosh/src/terminal/../../src/terminal/terminaldispatcher.h [] []
/src/mosh/src/terminal/./parserstate.h [] []
/usr/include/google/protobuf/arena_impl.h [] []
/src/mosh/src/terminal/terminaldispatcher.cc ['terminal_fuzzer'] ['terminal_fuzzer']
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/vector.tcc ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/src/mosh/src/terminal/../../src/terminal/parserstate.h [] []
/src/mosh/src/statesync/../../src/terminal/terminalframebuffer.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/src/mosh/src/statesync/../../src/util/fatal_assert.h [] []
/src/mosh/src/statesync/../../src/protobufs/hostinput.pb.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_algobase.h [] []
/src/mosh/src/fuzz/../../src/terminal/parser.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []
/usr/include/google/protobuf/metadata_lite.h [] []
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h ['terminal_parser_fuzzer', 'terminal_fuzzer'] []

Directories in report

Directory
/src/mosh/src/fuzz/
/src/mosh/src/statesync/../../src/protobufs/
/src/mosh/src/protobufs/./
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9/bits/
/src/mosh/src/statesync/
/src/mosh/src/terminal/./
/src/mosh/src/statesync/../../src/statesync/
/src/mosh/src/protobufs/
/src/mosh/src/terminal/../../src/terminal/
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/
/src/mosh/src/statesync/../../src/terminal/
/src/mosh/src/statesync/../../src/util/
/usr/include/google/protobuf/stubs/
/usr/include/google/protobuf/
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/
/usr/include/google/protobuf/io/
/src/mosh/src/terminal/
/src/mosh/src/fuzz/../../src/terminal/
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/
/src/mosh/src/fuzz/../../src/statesync/