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

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 80 71.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 32 28.5%
All colors 112 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 &&)', 'std::shared_ptr std::make_shared ()', 'std::shared_ptr ::~shared_ptr()']

140 170 Parser::Ground::input_state_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:99
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:344
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:353
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:385
0 0 None 140 170 Parser::State::anywhere_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:46
0 0 None 140 170 Parser::State::anywhere_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:50
0 0 None 140 170 Parser::State::anywhere_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:52
0 0 None 140 170 Parser::State::anywhere_rule(wchar_t)const call site: 00000 /src/mosh/src/terminal/parserstate.cc:54
0 0 None 4 172 Parser::UTF8Parser::input(char,std::vector ,std::allocator >>&) call site: 00000 /src/mosh/src/terminal/parser.cc:105
0 0 None 4 172 Parser::UTF8Parser::input(char,std::vector ,std::allocator >>&) call site: 00000 /src/mosh/src/terminal/parser.cc:114
0 0 None 4 172 Parser::UTF8Parser::input(char,std::vector ,std::allocator >>&) call site: 00000 /src/mosh/src/terminal/parser.cc:139

Runtime coverage analysis

Covered functions
48
Functions that are reachable but not covered
118
Reachable functions
141
Percentage of reachable functions covered
16.31%
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/./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 5
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h 10
/src/mosh/src/terminal/./parsertransition.h 4
/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
/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/./../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 373 82.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 79 17.4%
All colors 452 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
141 141 1 :

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

600 984 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:168
134 146 9 :

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

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

['Terminal::Cell::Cell(unsigned int)', 'Terminal::Cell::~Cell()', 'std::__shared_ptr_access ::operator->() const', '__gnu_cxx::__normal_iterator *, std::vector , std::allocator > > >::operator++(int)', '__gnu_cxx::__normal_iterator *, std::vector , std::allocator > > >::operator*() const', 'std::vector , std::allocator > >::begin()', 'Terminal::DrawState::get_background_rendition() 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&)', 'std::vector >::resize(unsigned long, Terminal::Cell const&)', 'std::vector , std::allocator > >::end()', 'std::shared_ptr std::make_shared (Terminal::Row&)']

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

['initial_rendition()', 'Terminal::Renditions::operator==(Terminal::Renditions const&) const', 'Terminal::FrameState::update_rendition(Terminal::Renditions const&, bool)', 'Terminal::FrameState::append_silent_move(int, int)', '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:448
23 27 3 :

['Terminal::DrawState::get_cursor_col() const', 'Terminal::FrameState::append_move(int, int)', '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:273
21 23 7 :

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

886 1318 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:114
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:323
0 0 None 995 1433 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 857 1287 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:126
0 0 None 853 1269 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:134
0 0 None 841 1247 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:152
0 0 None 221 484 Terminal::Display::new_frame[abi:cxx11](bool,Terminal::Framebufferconst&,Terminal::Framebufferconst&)const call site: 00000 /src/mosh/src/terminal/terminaldisplay.cc:177

Runtime coverage analysis

Covered functions
78
Functions that are reachable but not covered
492
Reachable functions
574
Percentage of reachable functions covered
14.29%
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
/src/mosh/src/fuzz/./../statesync/completeterminal.h 3
/src/mosh/src/terminal/parser.cc 1
/src/mosh/src/terminal/./parser.h 1
/src/mosh/src/terminal/terminal.cc 2
/src/mosh/src/terminal/terminalframebuffer.cc 6
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h 39
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocator.h 8
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h 10
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_bvector.h 17
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h 10
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h 4
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h 11
/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/./../terminal/terminalframebuffer.h 2
/src/mosh/src/terminal/terminaldispatcher.cc 1
/src/mosh/src/terminal/./terminaluserinput.h 1
/src/mosh/src/fuzz/./../terminal/terminaldispatcher.h 1
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_list.h 11
/src/mosh/src/fuzz/./../terminal/terminal.h 2
/src/mosh/src/fuzz/./../terminal/parser.h 2
/src/mosh/src/fuzz/./../terminal/parseraction.h 2
/src/mosh/src/statesync/completeterminal.cc 1
/src/mosh/src/terminal/terminaldisplay.cc 7
/src/mosh/src/terminal/./terminalframebuffer.h 25
/src/mosh/src/terminal/./terminaldisplay.h 7
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_iterator.h 11
/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 1
/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 ['class.std::__cxx11::basic_string *', 'class.Terminal::Complete *'] 6 0 50 6 6 423 0 972 193
Parser::Print::act_on_terminal(Terminal::Emulator*)const /src/mosh/src/terminal/parseraction.cc 2 ['class.Parser::Ignore *', 'class.Terminal::Emulator *'] 14 0 20 3 2 241 0 345 161
CSI_SGR(Terminal::Framebuffer*,Terminal::Dispatcher*) /src/mosh/src/terminal/terminalfunctions.cc 2 ['class.Terminal::Framebuffer *', 'class.Terminal::Dispatcher *'] 4 0 219 33 13 77 0 137 129
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 ['class.std::shared_ptr.83 *', 'class.__gnu_cxx::new_allocator *', 'size_t *', 'int *'] 6 0 37 3 2 108 0 152 123
HostBuffers::HostBytes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) /src/mosh/src/protobufs/hostinput.pb.cc 2 ['class.HostBuffers::HostBytes *', 'class.google::protobuf::io::CodedInputStream *'] 3 0 363 59 60 56 0 132 120
Terminal::Complete::compare(Terminal::Completeconst&)const /src/mosh/src/statesync/completeterminal.cc 2 ['class.Terminal::Complete *', 'class.Terminal::Complete *'] 2 0 191 26 9 57 0 121 86
Terminal::Complete::apply_string(std::__cxx11::basic_string ,std::allocator >const&) /src/mosh/src/statesync/completeterminal.cc 2 ['class.Terminal::Complete *', 'class.std::__cxx11::basic_string *'] 6 0 236 55 37 219 0 360 83
HostBuffers::HostMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) /src/mosh/src/protobufs/hostinput.pb.cc 2 ['class.HostBuffers::HostMessage *', 'class.google::protobuf::io::CodedInputStream *'] 5 0 363 59 60 109 0 200 82
HostBuffers::ResizeMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) /src/mosh/src/protobufs/hostinput.pb.cc 2 ['class.HostBuffers::ResizeMessage *', 'class.google::protobuf::io::CodedInputStream *'] 2 0 396 67 68 45 0 117 81
std::shared_ptr ::shared_ptr >(std::_Sp_alloc_shared_tag >) /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h 2 ['class.std::shared_ptr.0 *', 'class.__gnu_cxx::new_allocator *'] 6 0 27 3 2 60 0 86 78

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

Functions statically reachable by fuzzers
28.7%
542/1884
Cyclomatic complexity statically reachable by fuzzers
36.1%
2303 / 6368

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

Directories in report

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