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 followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
74 74 3 :

['std::shared_ptr ::~shared_ptr()', 'std::shared_ptr ::shared_ptr (std::shared_ptr &&)', 'std::shared_ptr std::make_shared ()']

140 170 Parser::Ground::input_state_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:96
0 30 1 :

['Parser::Transition::Transition(Parser::State*, std::shared_ptr )']

140 170 Parser::DCS_Passthrough::input_state_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:336
0 30 1 :

['Parser::Transition::Transition(Parser::State*, std::shared_ptr )']

140 170 Parser::DCS_Ignore::input_state_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:345
0 30 1 :

['Parser::Transition::Transition(Parser::State*, std::shared_ptr )']

140 170 Parser::SOS_PM_APC_String::input_state_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:377
0 0 None 140 170 Parser::State::anywhere_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:45
0 0 None 140 170 Parser::State::anywhere_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:49
0 0 None 140 170 Parser::State::anywhere_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:51
0 0 None 140 170 Parser::State::anywhere_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:53
0 0 None 4 166 Parser::UTF8Parser::input(char,std::vector ,std::allocator >>&) call site: 00000 /src/mosh/src/terminal/parser.cc:103
0 0 None 4 166 Parser::UTF8Parser::input(char,std::vector ,std::allocator >>&) call site: 00000 /src/mosh/src/terminal/parser.cc:112
0 0 None 4 166 Parser::UTF8Parser::input(char,std::vector ,std::allocator >>&) call site: 00000 /src/mosh/src/terminal/parser.cc:137

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 550 82.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 115 17.2%
All colors 665 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
167 179 9 :

['std::shared_ptr ::operator=(std::shared_ptr &&)', 'Terminal::FrameState::append(char)', 'Terminal::FrameState::append_silent_move(int, int)', 'initial_rendition()', 'Terminal::FrameState::append(unsigned long, char)', 'std::shared_ptr ::operator=(std::shared_ptr const&)', 'Terminal::DrawState::get_width() const', 'std::__shared_ptr ::get() const', 'std::shared_ptr std::make_shared (unsigned long const&, unsigned int const&)']

441 801 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:195
141 141 1 :

['std::vector , std::allocator > >::resize(unsigned long, std::shared_ptr const&)']

666 1050 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:156
132 144 11 :

['Terminal::Cell::~Cell()', 'Terminal::DrawState::get_background_rendition() const', 'std::vector , std::allocator > >::end()', 'std::vector >::resize(unsigned long, Terminal::Cell const&)', 'bool __gnu_cxx::operator!= *, std::vector , std::allocator > > >(__gnu_cxx::__normal_iterator *, std::vector , std::allocator > > > const&, __gnu_cxx::__normal_iterator *, std::vector , std::allocator > > > const&)', '__gnu_cxx::__normal_iterator *, std::vector , std::allocator > > >::operator++(int)', 'Terminal::Cell::Cell(unsigned int)', 'std::__shared_ptr_access ::operator->() const', 'std::vector , std::allocator > >::begin()', '__gnu_cxx::__normal_iterator *, std::vector , std::allocator > > >::operator*() const', 'std::shared_ptr std::make_shared (Terminal::Row&)']

874 1274 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:149
32 124 5 :

['Terminal::Renditions::operator==(Terminal::Renditions const&) const', 'Terminal::FrameState::update_rendition(Terminal::Renditions const&, bool)', 'Terminal::FrameState::append_silent_move(int, int)', 'initial_rendition()', 'Terminal::FrameState::append(unsigned long, char)']

40 134 Terminal::Display::put_row(bool,Terminal::FrameState&,Terminal::Framebufferconst&,int,Terminal::Rowconst&,bool)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:427
23 27 3 :

['Terminal::FrameState::append_move(int, int)', 'Terminal::DrawState::get_cursor_col() const', 'Terminal::DrawState::get_cursor_row() const']

217 302 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:256
21 23 7 :

['Terminal::FrameState::append(wchar_t)', 'bool __gnu_cxx::operator!= > >(__gnu_cxx::__normal_iterator > > const&, __gnu_cxx::__normal_iterator > > const&)', 'std::vector >::end() const', 'Terminal::Framebuffer::get_clipboard() const', '__gnu_cxx::__normal_iterator > >::operator++(int)', '__gnu_cxx::__normal_iterator > >::operator*() const', 'std::vector >::begin() const']

985 1417 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:106
20 20 1 :

['Terminal::FrameState::append(char const*)']

154 154 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:301
0 0 None 1094 1532 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:68
0 0 None 956 1386 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:116
0 0 None 952 1368 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:123
0 0 None 940 1346 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:140
0 0 None 194 275 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:262

Runtime coverage analysis

Covered functions
78
Functions that are reachable but not covered
572
Reachable functions
656
Percentage of reachable functions covered
12.8%
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 7
/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
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h 5
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h 14
/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/fuzz/../../src/terminal/terminalframebuffer.h 2
/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 7
/src/mosh/src/terminal/../../src/terminal/terminalframebuffer.h 28
/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'] 13 0 49 6 6 803 0 1573 277
Parser::Print::act_on_terminal(Terminal::Emulator*)const /src/mosh/src/terminal/parseraction.cc 2 ['N/A', 'N/A'] 15 0 20 3 2 304 0 426 203
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'] 13 0 32 3 2 123 0 175 139
CSI_SGR(Terminal::Framebuffer*,Terminal::Dispatcher*) /src/mosh/src/terminal/terminalfunctions.cc 2 ['N/A', 'N/A'] 9 0 219 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 234 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 348 59 60 118 0 217 117
Parser::StateFamily::StateFamily() /src/mosh/src/terminal/../../src/terminal/parserstatefamily.h 1 ['N/A'] 2 0 290 58 32 60 0 92 92

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

Functions statically reachable by fuzzers
33.0%
631 / 1898
Cyclomatic complexity statically reachable by fuzzers
36.0%
2334 / 6422

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::FrameState::update_rendition(Terminal::Renditions const&, bool)', 'Terminal::Cell::Cell(unsigned int)', 'Terminal::Display::new_frame[abi:cxx11](bool, Terminal::Framebuffer const&, Terminal::Framebuffer const&) const', 'Terminal::DrawState::DrawState(int, int)', 'Terminal::Display::new_frame[abi:cxx11](bool, Terminal::Framebuffer const&, Terminal::Framebuffer const&) const', 'Terminal::Framebuffer::Framebuffer(int, int)', 'Terminal::Display::put_row(bool, Terminal::FrameState&, Terminal::Framebuffer const&, int, Terminal::Row const&, bool) const', 'Terminal::Display::new_frame[abi:cxx11](bool, Terminal::Framebuffer const&, Terminal::Framebuffer const&) const']

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

Directories in report

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