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

Fuzzer details

Fuzzer: ext2fs_read_bitmap_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 229 52.2%
gold [1:9] 1 0.22%
yellow [10:29] 2 0.45%
greenyellow [30:49] 12 2.73%
lawngreen 50+ 194 44.2%
All colors 438 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
239 239 1 :

['write_bitmaps']

239 239 ext2fs_rw_bitmaps call site /src/e2fsprogs/lib/ext2fs/rw_bitmaps.c:541
239 239 1 :

['write_bitmaps']

239 239 ext2fs_write_bitmaps call site /src/e2fsprogs/lib/ext2fs/rw_bitmaps.c:678
128 128 1 :

['ext2fs_flush2']

128 335 ext2fs_close2 call site /src/e2fsprogs/lib/ext2fs/closefs.c:508
86 86 1 :

['ext2fs_alloc_generic_bmap']

86 86 ext2fs_allocate_inode_bitmap call site /src/e2fsprogs/lib/ext2fs/bitmaps.c:72
86 86 1 :

['ext2fs_alloc_generic_bmap']

86 86 ext2fs_allocate_block_bitmap call site /src/e2fsprogs/lib/ext2fs/bitmaps.c:107
50 671 12 :

['pthread_attr_init', 'pthread_create', 'pthread_join', 'read_bitmaps_cleanup_on_error', 'read_bitmaps_range_prepare', 'pthread_attr_destroy', 'ext2fs_has_feature_flex_bg', 'calloc', 'sysconf', 'io_channel_set_options', 'read_bitmaps_range_end', 'free']

50 1224 ext2fs_rw_bitmaps call site /src/e2fsprogs/lib/ext2fs/rw_bitmaps.c:546
23 23 2 :

['ext2fs_superblock_csum_verify', 'ext2fs_verify_csum_type']

421 770 ext2fs_open2 call site /src/e2fsprogs/lib/ext2fs/openfs.c:235
14 27 5 :

['free_cache', 'pthread_mutex_init', 'pthread_mutex_destroy', 'ext2fs_free_mem', 'close']

14 27 unix_open_channel call site /src/e2fsprogs/lib/ext2fs/unix_io.c:822
11 11 3 :

['realloc', 'io_channel_zeroout', 'io_channel_write_blk64']

11 11 ext2fs_zero_blocks2 call site /src/e2fsprogs/lib/ext2fs/mkjournal.c:175
9 9 1 :

['ext2fs_get_dio_alignment']

35 85 unix_open_channel call site /src/e2fsprogs/lib/ext2fs/unix_io.c:722
9 9 1 :

['ext2fs_free_dblist']

22 56 ext2fs_free call site /src/e2fsprogs/lib/ext2fs/freefs.c:52
8 8 1 :

['ext2fs_badblocks_list_free']

30 64 ext2fs_free call site /src/e2fsprogs/lib/ext2fs/freefs.c:48

Runtime coverage analysis

Covered functions
116
Functions that are reachable but not covered
97
Reachable functions
191
Percentage of reachable functions covered
49.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
/src/fuzz/ext2fs_read_bitmap_fuzzer.cc 1
/src/e2fsprogs/lib/ext2fs/openfs.c 4
/src/e2fsprogs/lib/ext2fs/./ext2fs.h 10
/src/e2fsprogs/lib/ext2fs/io_manager.c 7
/src/e2fsprogs/lib/ext2fs/inline.c 1
/src/e2fsprogs/lib/ext2fs/csum.c 14
/src/e2fsprogs/lib/ext2fs/../../lib/ext2fs/ext2_fs.h 15
/src/e2fsprogs/lib/ext2fs/crc32c.c 3
/src/e2fsprogs/lib/ext2fs/blknum.c 14
/src/e2fsprogs/lib/ext2fs/closefs.c 8
/src/e2fsprogs/lib/ext2fs/crc16.c 1
/src/e2fsprogs/lib/ext2fs/mmp.c 5
/src/e2fsprogs/lib/ext2fs/getsectsize.c 1
/src/e2fsprogs/lib/ext2fs/llseek.c 1
/src/e2fsprogs/lib/ext2fs/hashmap.c 2
/src/e2fsprogs/lib/ext2fs/nls_utf8.c 1
/src/e2fsprogs/lib/ext2fs/freefs.c 4
/src/e2fsprogs/lib/ext2fs/bitmaps.c 8
/src/e2fsprogs/lib/ext2fs/gen_bitmap64.c 9
/src/e2fsprogs/lib/ext2fs/gen_bitmap.c 8
/src/e2fsprogs/lib/ext2fs/inode.c 1
/src/e2fsprogs/lib/ext2fs/mkjournal.c 1
/src/e2fsprogs/lib/ext2fs/rw_bitmaps.c 15
/src/e2fsprogs/lib/et/com_err.c 3
/src/e2fsprogs/lib/et/error_message.c 3
/src/e2fsprogs/lib/et/et_name.c 1
/src/e2fsprogs/lib/ext2fs/bitops.c 2
/src/e2fsprogs/lib/ext2fs/get_num_dirs.c 1
/src/e2fsprogs/lib/ext2fs/alloc_sb.c 1
/src/e2fsprogs/lib/ext2fs/../../lib/ext2fs/bitops.h 2

Fuzzer: ext2fs_check_directory_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 213 90.2%
gold [1:9] 22 9.32%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.42%
All colors 236 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
660 660 26 :

['ext2fs_has_group_desc_csum.868', 'ext2fs_verify_csum_type', 'ext2fs_hashmap_create', 'ext2fs_mark_super_dirty', 'ext2fs_has_feature_64bit.871', 'ext2fs_bg_flags_clear', 'ext2fs_bg_itable_unused_set', 'ext2fs_has_feature_meta_bg.872', 'io_channel_read_blk64', 'ext2fs_init_csum_seed', 'ext2fs_has_feature_casefold', 'ext2fs_div_ceil', 'ext2fs_set_feature_shared_blocks', 'ext2fs_div64_ceil', 'ext2fs_superblock_csum_verify', 'ext2fs_descriptor_block_loc2', 'io_channel_cache_readahead', 'ext2fs_has_feature_journal_dev.869', 'ext2fs_load_nls_table', 'ext2fs_group_desc_csum_set', 'ext2fs_mmp_stop', 'ext2fs_get_array', 'ext2fs_has_feature_bigalloc', 'ext2fs_blocks_count', 'ext2fs_has_feature_mmp.867', 'ext2fs_mmp_start']

660 770 ext2fs_open2 call site /src/e2fsprogs/lib/ext2fs/openfs.c:230
98 158 4 :

['mutex_lock', 'find_cached_block', 'reuse_cache', 'mutex_unlock']

98 217 unix_read_blk64 call site /src/e2fsprogs/lib/ext2fs/unix_io.c:998
36 36 1 :

['ext2fs_free_block_bitmap']

102 138 ext2fs_free call site /src/e2fsprogs/lib/ext2fs/freefs.c:41
36 36 1 :

['ext2fs_free_inode_bitmap']

66 102 ext2fs_free call site /src/e2fsprogs/lib/ext2fs/freefs.c:43
14 27 5 :

['free_cache', 'pthread_mutex_init', 'pthread_mutex_destroy', 'ext2fs_free_mem', 'close']

14 27 unix_open_channel call site /src/e2fsprogs/lib/ext2fs/unix_io.c:822
11 11 3 :

['realloc', 'io_channel_zeroout', 'io_channel_write_blk64']

11 11 ext2fs_zero_blocks2 call site /src/e2fsprogs/lib/ext2fs/mkjournal.c:175
9 9 1 :

['ext2fs_get_dio_alignment']

35 85 unix_open_channel call site /src/e2fsprogs/lib/ext2fs/unix_io.c:722
9 9 1 :

['ext2fs_free_dblist']

22 56 ext2fs_free call site /src/e2fsprogs/lib/ext2fs/freefs.c:52
8 8 1 :

['ext2fs_badblocks_list_free']

30 64 ext2fs_free call site /src/e2fsprogs/lib/ext2fs/freefs.c:48
8 8 1 :

['ext2fs_free_inode_cache']

13 47 ext2fs_free call site /src/e2fsprogs/lib/ext2fs/freefs.c:55
6 6 2 :

['setrlimit64', 'getrlimit64']

20 33 unix_open_channel call site /src/e2fsprogs/lib/ext2fs/unix_io.c:801
6 6 1 :

['pthread_mutex_destroy']

6 12 unix_close call site /src/e2fsprogs/lib/ext2fs/unix_io.c:933

Runtime coverage analysis

Covered functions
26
Functions that are reachable but not covered
111
Reachable functions
119
Percentage of reachable functions covered
6.72%
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/fuzz/ext2fs_check_directory_fuzzer.cc 1
/src/e2fsprogs/lib/ext2fs/openfs.c 4
/src/e2fsprogs/lib/ext2fs/./ext2fs.h 7
/src/e2fsprogs/lib/ext2fs/io_manager.c 7
/src/e2fsprogs/lib/ext2fs/inline.c 1
/src/e2fsprogs/lib/ext2fs/csum.c 11
/src/e2fsprogs/lib/ext2fs/../../lib/ext2fs/ext2_fs.h 14
/src/e2fsprogs/lib/ext2fs/crc32c.c 3
/src/e2fsprogs/lib/ext2fs/blknum.c 8
/src/e2fsprogs/lib/ext2fs/closefs.c 8
/src/e2fsprogs/lib/ext2fs/crc16.c 1
/src/e2fsprogs/lib/ext2fs/mmp.c 5
/src/e2fsprogs/lib/ext2fs/getsectsize.c 1
/src/e2fsprogs/lib/ext2fs/llseek.c 1
/src/e2fsprogs/lib/ext2fs/hashmap.c 2
/src/e2fsprogs/lib/ext2fs/nls_utf8.c 1
/src/e2fsprogs/lib/ext2fs/freefs.c 4
/src/e2fsprogs/lib/ext2fs/bitmaps.c 2
/src/e2fsprogs/lib/ext2fs/gen_bitmap64.c 2
/src/e2fsprogs/lib/ext2fs/gen_bitmap.c 2
/src/e2fsprogs/lib/ext2fs/inode.c 6
/src/e2fsprogs/lib/ext2fs/mkjournal.c 1

Fuzzer: ext2fs_image_read_write_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 264 55.9%
gold [1:9] 8 1.69%
yellow [10:29] 1 0.21%
greenyellow [30:49] 2 0.42%
lawngreen 50+ 197 41.7%
All colors 472 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
616 616 1 :

['ext2fs_read_inode_bitmap']

624 701 ext2fs_image_bitmap_write call site /src/e2fsprogs/lib/ext2fs/imager.c:347
616 616 1 :

['ext2fs_read_inode_bitmap']

620 697 ext2fs_image_bitmap_read call site /src/e2fsprogs/lib/ext2fs/imager.c:425
366 402 5 :

['ext2fs_allocate_inode_bitmap', 'ext2fs_free_inode_bitmap', 'ext2fs_free_block_bitmap', 'strcat', 'strcpy']

366 406 read_bitmaps_range_prepare call site /src/e2fsprogs/lib/ext2fs/rw_bitmaps.c:259
239 239 1 :

['write_bitmaps']

239 239 ext2fs_rw_bitmaps call site /src/e2fsprogs/lib/ext2fs/rw_bitmaps.c:541
239 239 1 :

['write_bitmaps']

239 239 ext2fs_write_bitmaps call site /src/e2fsprogs/lib/ext2fs/rw_bitmaps.c:678
128 128 1 :

['ext2fs_flush2']

128 335 ext2fs_close2 call site /src/e2fsprogs/lib/ext2fs/closefs.c:508
86 86 1 :

['ext2fs_alloc_generic_bmap']

86 86 ext2fs_allocate_block_bitmap call site /src/e2fsprogs/lib/ext2fs/bitmaps.c:107
50 671 12 :

['pthread_attr_init', 'pthread_create', 'pthread_join', 'read_bitmaps_cleanup_on_error', 'read_bitmaps_range_prepare', 'pthread_attr_destroy', 'ext2fs_has_feature_flex_bg', 'calloc', 'sysconf', 'io_channel_set_options', 'read_bitmaps_range_end', 'free']

50 1224 ext2fs_rw_bitmaps call site /src/e2fsprogs/lib/ext2fs/rw_bitmaps.c:546
36 36 1 :

['ext2fs_free_inode_bitmap']

66 102 ext2fs_free call site /src/e2fsprogs/lib/ext2fs/freefs.c:43
23 23 2 :

['ext2fs_superblock_csum_verify', 'ext2fs_verify_csum_type']

421 770 ext2fs_open2 call site /src/e2fsprogs/lib/ext2fs/openfs.c:235
14 27 5 :

['free_cache', 'pthread_mutex_init', 'pthread_mutex_destroy', 'ext2fs_free_mem', 'close']

14 27 unix_open_channel call site /src/e2fsprogs/lib/ext2fs/unix_io.c:822
12 73 5 :

['ext2fs_flush_icache', 'ext2fs_inode_table_loc', '__errno_location', 'io_channel_write_blk64', 'read']

12 73 ext2fs_image_inode_read call site /src/e2fsprogs/lib/ext2fs/imager.c:179

Runtime coverage analysis

Covered functions
119
Functions that are reachable but not covered
103
Reachable functions
200
Percentage of reachable functions covered
48.5%
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/fuzz/ext2fs_image_read_write_fuzzer.cc 1
/src/e2fsprogs/lib/ext2fs/openfs.c 4
/src/e2fsprogs/lib/ext2fs/./ext2fs.h 10
/src/e2fsprogs/lib/ext2fs/io_manager.c 7
/src/e2fsprogs/lib/ext2fs/inline.c 1
/src/e2fsprogs/lib/ext2fs/csum.c 14
/src/e2fsprogs/lib/ext2fs/../../lib/ext2fs/ext2_fs.h 15
/src/e2fsprogs/lib/ext2fs/crc32c.c 3
/src/e2fsprogs/lib/ext2fs/blknum.c 14
/src/e2fsprogs/lib/ext2fs/closefs.c 8
/src/e2fsprogs/lib/ext2fs/crc16.c 1
/src/e2fsprogs/lib/ext2fs/mmp.c 5
/src/e2fsprogs/lib/ext2fs/getsectsize.c 1
/src/e2fsprogs/lib/ext2fs/llseek.c 1
/src/e2fsprogs/lib/ext2fs/hashmap.c 2
/src/e2fsprogs/lib/ext2fs/nls_utf8.c 1
/src/e2fsprogs/lib/ext2fs/freefs.c 4
/src/e2fsprogs/lib/ext2fs/bitmaps.c 8
/src/e2fsprogs/lib/ext2fs/gen_bitmap64.c 9
/src/e2fsprogs/lib/ext2fs/gen_bitmap.c 8
/src/e2fsprogs/lib/ext2fs/inode.c 2
/src/e2fsprogs/lib/ext2fs/mkjournal.c 1
/src/e2fsprogs/lib/ext2fs/imager.c 7
/src/e2fsprogs/lib/ext2fs/rw_bitmaps.c 15
/src/e2fsprogs/lib/et/com_err.c 3
/src/e2fsprogs/lib/et/error_message.c 3
/src/e2fsprogs/lib/et/et_name.c 1
/src/e2fsprogs/lib/ext2fs/bitops.c 2
/src/e2fsprogs/lib/ext2fs/get_num_dirs.c 1
/src/e2fsprogs/lib/ext2fs/alloc_sb.c 1
/src/e2fsprogs/lib/ext2fs/../../lib/ext2fs/bitops.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
ext2fs_symlink /src/e2fsprogs/lib/ext2fs/symlink.c 5 ['struct.struct_ext2_filsys *', 'int ', 'int ', 'char *', 'char *'] 12 0 501 79 32 386 0 2905 2163
ext2fs_add_journal_inode /src/e2fsprogs/lib/ext2fs/mkjournal.c 3 ['struct.struct_ext2_filsys *', 'int ', 'int '] 18 0 24 3 2 253 0 1809 172
unix_read_blk /src/e2fsprogs/lib/ext2fs/unix_io.c 4 ['struct.struct_io_channel *', 'size_t ', 'int ', 'char *'] 4 0 28 3 2 18 0 137 123
rb_unmark_bmap_extent /src/e2fsprogs/lib/ext2fs/blkmap64_rb.c 3 ['struct.ext2fs_struct_generic_bitmap_64.818 *', 'size_t ', 'int '] 4 0 43 5 2 19 0 125 120
ext2fs_get_next_inode /src/e2fsprogs/lib/ext2fs/inode.c 3 ['struct.ext2_struct_inode_scan *', 'int *', 'struct.ext2_inode *'] 7 0 24 3 2 33 0 204 93
unix_open /src/e2fsprogs/lib/ext2fs/unix_io.c 3 ['char *', 'int ', 'struct.struct_io_channel **'] 4 0 101 14 6 30 0 122 84
utf8_casefold_cmp /src/e2fsprogs/lib/ext2fs/nls_utf8.c 5 ['struct.ext2fs_nls_table *', 'char *', 'size_t ', 'char *', 'size_t '] 3 0 116 19 8 9 0 70 70
ext2fs_open_inode_scan /src/e2fsprogs/lib/ext2fs/inode.c 3 ['struct.struct_ext2_filsys.167 *', 'int ', 'struct.ext2_struct_inode_scan **'] 17 0 473 52 21 199 0 1425 66
ext2fs_get_free_blocks /src/e2fsprogs/lib/ext2fs/alloc.c 6 ['struct.struct_ext2_filsys *', 'int ', 'int ', 'int ', 'struct.ext2fs_struct_generic_bitmap_base *', 'int *'] 6 0 59 6 3 34 0 161 58

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

Functions statically reachable by fuzzers
65.03%
558/858
Cyclomatic complexity statically reachable by fuzzers
78.22%
4124 / 5272

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
[] []
/src/e2fsprogs/lib/ext2fs/bitops.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/./ext2fs.h ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] []
/src/e2fsprogs/lib/ext2fs/symlink.c [] []
/src/e2fsprogs/lib/ext2fs/inline_data.c [] []
/src/fuzz/ext2fs_read_bitmap_fuzzer.cc ['ext2fs_read_bitmap_fuzzer'] ['ext2fs_read_bitmap_fuzzer']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/e2fsprogs/lib/ext2fs/bitmaps.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/io_manager.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/et/error_message.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/freefs.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/openfs.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/crc32c.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/dirblock.c [] []
/src/e2fsprogs/lib/ext2fs/extent.c [] []
/src/e2fsprogs/lib/ext2fs/alloc_sb.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/valid_blk.c [] []
/src/fuzz/ext2fs_check_directory_fuzzer.cc ['ext2fs_check_directory_fuzzer'] ['ext2fs_check_directory_fuzzer']
/src/e2fsprogs/lib/ext2fs/ext_attr.c [] []
/src/e2fsprogs/lib/ext2fs/hashmap.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] []
/src/e2fsprogs/lib/ext2fs/rbtree.c [] []
/src/e2fsprogs/lib/ext2fs/get_num_dirs.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer'] []
/src/e2fsprogs/lib/ext2fs/gen_bitmap.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/imager.c ['ext2fs_image_read_write_fuzzer'] ['ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/read_bb.c [] []
/src/e2fsprogs/lib/et/et_name.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/fuzz/ext2fs_image_read_write_fuzzer.cc ['ext2fs_image_read_write_fuzzer'] ['ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/punch.c [] []
/src/e2fsprogs/lib/ext2fs/i_block.c [] []
/src/e2fsprogs/lib/ext2fs/fileio.c [] []
/src/e2fsprogs/lib/ext2fs/dir_iterate.c [] []
/src/e2fsprogs/lib/ext2fs/blknum.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/blkmap64_rb.c [] []
/src/e2fsprogs/lib/ext2fs/llseek.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/blkmap64_ba.c [] []
/src/e2fsprogs/lib/ext2fs/nls_utf8.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/lookup.c [] []
/src/e2fsprogs/lib/ext2fs/./rbtree.h [] []
/src/e2fsprogs/lib/ext2fs/block.c [] []
/src/e2fsprogs/lib/ext2fs/../../lib/ext2fs/ext2_fs.h ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] []
/src/e2fsprogs/lib/ext2fs/inode.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] []
/src/e2fsprogs/lib/ext2fs/badblocks.c [] []
/src/e2fsprogs/lib/ext2fs/crc16.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/getsectsize.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] []
/src/e2fsprogs/lib/et/com_err.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/alloc.c [] []
/src/e2fsprogs/lib/ext2fs/inline.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] []
/src/e2fsprogs/lib/ext2fs/mkjournal.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/sha512.c [] []
/src/e2fsprogs/lib/ext2fs/dirhash.c [] []
/src/e2fsprogs/lib/ext2fs/ismounted.c [] []
/src/e2fsprogs/lib/ext2fs/closefs.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/ind_block.c [] []
/src/e2fsprogs/lib/ext2fs/mmp.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/unix_io.c [] []
/src/e2fsprogs/lib/ext2fs/alloc_stats.c [] []
/src/e2fsprogs/lib/ext2fs/bmap.c [] []
/src/e2fsprogs/lib/ext2fs/gen_bitmap64.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/csum.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_check_directory_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/./ext2fsP.h [] []
/src/e2fsprogs/lib/ext2fs/fallocate.c [] []
/src/e2fsprogs/lib/ext2fs/link.c [] []
/src/e2fsprogs/lib/ext2fs/rw_bitmaps.c ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer'] ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer']
/src/e2fsprogs/lib/ext2fs/../../lib/ext2fs/bitops.h ['ext2fs_read_bitmap_fuzzer', 'ext2fs_image_read_write_fuzzer'] []

Directories in report

Directory
/src/e2fsprogs/lib/ext2fs/./
/src/fuzz/
/usr/local/bin/../include/c++/v1/
/src/e2fsprogs/lib/et/
/src/e2fsprogs/lib/ext2fs/
/src/e2fsprogs/lib/ext2fs/../../lib/ext2fs/