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

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 424 36.4%
gold [1:9] 0 0.0%
yellow [10:29] 1 0.08%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 739 63.4%
All colors 1164 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
43 162 ojph::local::param_qcd::set_irrev_quant(unsigned int) call site: 00162 log
41 305 ojph::param_siz::get_tile_size() const call site: 00305
29 232 ojph::local::param_nlt::check_validity(ojph::local::param_siz&) call site: 00232
27 1064 ojph::local::precinct::prepare_precinct(int, unsigned int*, ojph::mem_elastic_allocator*) call site: 01064
25 1099 ojph::local::param_sot::write(ojph::outfile_base*, unsigned int) call site: 01099
15 270 ojph::param_siz::get_tile_offset() const call site: 00270
11 1133 ojph::local::resolution::write_one_precinct(ojph::outfile_base*) call site: 01133
10 772 ojph::local::subband::finalize_alloc(ojph::local::codestream*, ojph::rect const&, ojph::local::resolution*, unsigned int, unsigned int) call site: 00772
9 127 ojph::local::param_atk::get_atk(int) call site: 00127
9 295 ojph::local::param_cod::get_log_precinct_size(unsigned int) const call site: 00295
8 502 void ojph::mem_fixed_allocator::pre_alloc_local (unsigned long, unsigned int, unsigned long&) call site: 00502
8 931 ojph::local::codestream::write_headers(ojph::outfile_base*, ojph::comment_exchange const*, unsigned int) call site: 00931

Runtime coverage analysis

Covered functions
423
Functions that are reachable but not covered
155
Reachable functions
885
Percentage of reachable functions covered
82.49%
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/OpenJPH/fuzzing/fuzz_targets/ojph_compress_fuzz_target.cpp 1
/src/OpenJPH/src/core/codestream/ojph_codestream.cpp 10
/src/OpenJPH/src/core/codestream/ojph_codestream_local.cpp 12
/src/OpenJPH/src/core/openjph/ojph_base.h 6
/src/OpenJPH/src/core/codestream/ojph_params_local.h 76
/src/OpenJPH/src/core/openjph/ojph_mem.h 92
/src/OpenJPH/src/core/transform/ojph_colour.cpp 1
/src/OpenJPH/src/core/transform/ojph_transform.cpp 1
/src/OpenJPH/src/core/others/ojph_mem.cpp 6
/src/OpenJPH/src/core/openjph/ojph_params.h 3
/src/OpenJPH/src/core/codestream/ojph_params.cpp 74
/src/OpenJPH/src/core/others/ojph_message.cpp 3
/src/OpenJPH/src/core/others/ojph_file.cpp 4
/src/OpenJPH/src/core/openjph/ojph_file.h 2
/src/OpenJPH/src/core/others/ojph_mem_c.c 2
/src/OpenJPH/src/core/codestream/ojph_visual_weighting.h 16
/src/OpenJPH/src/core/codestream/ojph_codestream_local.h 17
/src/OpenJPH/src/core/openjph/ojph_arch.h 44
/src/OpenJPH/src/core/codestream/ojph_tile.cpp 6
/src/OpenJPH/src/core/codestream/ojph_tile_comp.cpp 9
/src/OpenJPH/src/core/codestream/ojph_resolution.cpp 9
/src/OpenJPH/src/core/codestream/ojph_subband.cpp 5
/src/OpenJPH/src/core/codestream/ojph_codeblock.cpp 5
/src/OpenJPH/src/core/transform/../codestream/ojph_params_local.h 3
/src/OpenJPH/src/core/codestream/ojph_subband.h 4
/src/OpenJPH/src/core/codestream/ojph_resolution.h 6
/src/OpenJPH/src/core/codestream/ojph_codeblock_fun.cpp 1
/src/OpenJPH/src/core/coding/ojph_block_encoder.cpp 1
/src/OpenJPH/src/core/others/ojph_arch.cpp 1
/src/OpenJPH/src/core/coding/ojph_block_encoder_avx2.cpp 1
/src/OpenJPH/src/core/coding/ojph_block_encoder_avx512.cpp 1
/src/OpenJPH/src/core/codestream/ojph_precinct.h 1
/src/OpenJPH/src/core/codestream/ojph_tile_comp.h 3
/src/OpenJPH/src/core/codestream/ojph_tile.h 1
/src/OpenJPH/src/core/codestream/ojph_precinct.cpp 5
/src/OpenJPH/src/core/codestream/ojph_bitbuffer_write.h 7

Fuzzer: ojph_expand_fuzz_target

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 83 7.05%
gold [1:9] 86 7.31%
yellow [10:29] 44 3.74%
greenyellow [30:49] 6 0.51%
lawngreen 50+ 957 81.3%
All colors 1176 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
10 905 ojph::local::param_sot::read(ojph::infile_base*, bool) call site: 00905
6 888 ojph::local::codestream::finalize_alloc() call site: 00888
5 656 ojph::local::tile::finalize_alloc(ojph::local::codestream*, ojph::rect const&, unsigned int, unsigned int&, unsigned int&) call site: 00656
4 435 ojph::local::codestream::get_coc(unsigned int) call site: 00435
3 9 ojph::local::param_siz::param_siz() call site: 00009
3 14 ojph::local::param_cod::init(ojph::local::param_cod*, unsigned short) call site: 00014
3 586 ojph::local::codestream::pre_alloc() call site: 00586
3 934 ojph::local::codestream::read() call site: 00934
3 1082 ojph::local::codestream::read() call site: 01082
2 6 ojph::codestream::codestream() call site: 00006
2 19 ojph::local::param_qcd::init(ojph::local::param_qcd*, unsigned short) call site: 00019
2 24 ojph::local::param_dfs::param_dfs() call site: 00024

Runtime coverage analysis

Covered functions
469
Functions that are reachable but not covered
24
Reachable functions
786
Percentage of reachable functions covered
96.95%
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/OpenJPH/fuzzing/fuzz_targets/ojph_expand_fuzz_target.cpp 1
/src/OpenJPH/src/core/openjph/ojph_file.h 3
/src/OpenJPH/src/core/others/ojph_file.cpp 1
/src/OpenJPH/src/core/codestream/ojph_codestream.cpp 12
/src/OpenJPH/src/core/codestream/ojph_codestream_local.cpp 14
/src/OpenJPH/src/core/openjph/ojph_base.h 6
/src/OpenJPH/src/core/codestream/ojph_params_local.h 77
/src/OpenJPH/src/core/openjph/ojph_mem.h 92
/src/OpenJPH/src/core/transform/ojph_colour.cpp 1
/src/OpenJPH/src/core/transform/ojph_transform.cpp 1
/src/OpenJPH/src/core/others/ojph_mem.cpp 6
/src/OpenJPH/src/core/others/ojph_message.cpp 3
/src/OpenJPH/src/core/codestream/ojph_params.cpp 51
/src/OpenJPH/src/core/openjph/ojph_arch.h 46
/src/OpenJPH/src/core/openjph/ojph_params.h 2
/src/OpenJPH/src/core/codestream/ojph_codestream_local.h 18
/src/OpenJPH/src/core/codestream/ojph_tile.cpp 4
/src/OpenJPH/src/core/codestream/ojph_tile_comp.cpp 6
/src/OpenJPH/src/core/codestream/ojph_resolution.cpp 6
/src/OpenJPH/src/core/codestream/ojph_subband.cpp 4
/src/OpenJPH/src/core/codestream/ojph_codeblock.cpp 5
/src/OpenJPH/src/core/transform/../codestream/ojph_params_local.h 3
/src/OpenJPH/src/core/codestream/ojph_subband.h 3
/src/OpenJPH/src/core/codestream/ojph_resolution.h 5
/src/OpenJPH/src/core/codestream/ojph_codeblock_fun.cpp 1
/src/OpenJPH/src/core/coding/ojph_block_encoder.cpp 1
/src/OpenJPH/src/core/others/ojph_arch.cpp 1
/src/OpenJPH/src/core/coding/ojph_block_encoder_avx2.cpp 1
/src/OpenJPH/src/core/coding/ojph_block_encoder_avx512.cpp 1
/src/OpenJPH/src/core/codestream/ojph_precinct.h 1
/src/OpenJPH/src/core/codestream/ojph_tile_comp.h 2
/src/OpenJPH/src/core/codestream/ojph_tile.h 1
/src/OpenJPH/src/core/codestream/ojph_precinct.cpp 4
/src/OpenJPH/src/core/codestream/ojph_bitbuffer_read.h 8

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
ojph::local::ojph_decode_codeblock_avx2(unsignedchar*,unsignedint*,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,bool) /src/OpenJPH/src/core/coding/ojph_block_decoder_avx2.cpp 10 ['N/A', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'bool'] 4 0 232 47 21 32 0 302 300
ojph::local::ojph_decode_codeblock32(unsignedchar*,unsignedint*,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,bool) /src/OpenJPH/src/core/coding/ojph_block_decoder32.cpp 10 ['N/A', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'bool'] 3 0 2558 413 151 48 0 284 245
ojph::local::ojph_decode_codeblock64(unsignedchar*,unsignedlong*,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,bool) /src/OpenJPH/src/core/coding/ojph_block_decoder64.cpp 10 ['N/A', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'bool'] 3 0 2594 410 148 48 0 258 188
ojph::local::ojph_decode_codeblock_ssse3(unsignedchar*,unsignedint*,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,bool) /src/OpenJPH/src/core/coding/ojph_block_decoder_ssse3.cpp 10 ['N/A', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'bool'] 4 0 2267 344 126 52 0 255 164
ojph::local::gen_rev_vert_step(ojph::local::lifting_stepconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,unsignedint,bool) /src/OpenJPH/src/core/transform/ojph_transform.cpp 6 ['N/A', 'N/A', 'N/A', 'N/A', 'int', 'bool'] 1 0 92 19 8 4 0 154 154
ojph::local::ojph_encode_codeblock64(unsignedlong*,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint,unsignedint*,ojph::mem_elastic_allocator*,ojph::coded_lists*&) /src/OpenJPH/src/core/coding/ojph_block_encoder.cpp 9 ['N/A', 'int', 'int', 'int', 'int', 'int', 'N/A', 'N/A', 'N/A'] 4 0 1871 263 92 38 0 166 143
ojph::local::avx512_rev_vert_step(ojph::local::lifting_stepconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,unsignedint,bool) /src/OpenJPH/src/core/transform/ojph_transform_avx512.cpp 6 ['N/A', 'N/A', 'N/A', 'N/A', 'int', 'bool'] 1 0 75 19 8 4 0 106 106
ojph::local::gen_rev_horz_ana(ojph::local::param_atkconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,unsignedint,bool) /src/OpenJPH/src/core/transform/ojph_transform.cpp 6 ['N/A', 'N/A', 'N/A', 'N/A', 'int', 'bool'] 2 0 27 6 3 8 0 107 103
ojph::local::avx512_rev_horz_syn(ojph::local::param_atkconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,unsignedint,bool) /src/OpenJPH/src/core/transform/ojph_transform_avx512.cpp 6 ['N/A', 'N/A', 'N/A', 'N/A', 'int', 'bool'] 2 0 27 6 3 12 0 107 103
ojph::local::avx512_rev_horz_ana(ojph::local::param_atkconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,unsignedint,bool) /src/OpenJPH/src/core/transform/ojph_transform_avx512.cpp 6 ['N/A', 'N/A', 'N/A', 'N/A', 'int', 'bool'] 2 0 27 6 3 12 0 107 103

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

Functions statically reachable by fuzzers
67.0%
594 / 892
Cyclomatic complexity statically reachable by fuzzers
67.0%
4116 / 6156

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/OpenJPH/fuzzing/fuzz_targets/ojph_compress_fuzz_target.cpp

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=['ojph::local::param_qcd::set_irrev_quant(unsigned int)', 'ojph::param_siz::get_tile_size() const', 'ojph::local::param_nlt::check_validity(ojph::local::param_siz&)', 'ojph::local::precinct::prepare_precinct(int, unsigned int*, ojph::mem_elastic_allocator*)', 'ojph::local::param_sot::write(ojph::outfile_base*, unsigned int)', 'ojph::param_siz::get_tile_offset() const', 'ojph::local::resolution::write_one_precinct(ojph::outfile_base*)', 'ojph::local::subband::finalize_alloc(ojph::local::codestream*, ojph::rect const&, ojph::local::resolution*, unsigned int, unsigned int)', 'ojph::local::param_atk::get_atk(int)', 'ojph::local::param_cod::get_log_precinct_size(unsigned int) const']

/src/OpenJPH/fuzzing/fuzz_targets/ojph_expand_fuzz_target.cpp

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=['ojph::local::param_sot::read(ojph::infile_base*, bool)', 'ojph::local::codestream::finalize_alloc()', 'ojph::local::tile::finalize_alloc(ojph::local::codestream*, ojph::rect const&, unsigned int, unsigned int&, unsigned int&)', 'ojph::local::codestream::get_coc(unsigned int)', 'ojph::local::param_siz::param_siz()', 'ojph::local::param_cod::init(ojph::local::param_cod*, unsigned short)', 'ojph::local::codestream::pre_alloc()', 'ojph::local::codestream::read()', 'ojph::local::codestream::read()', 'ojph::codestream::codestream()']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
ojph::local::codeblock::encode(ojph::mem_elastic_allocator*) 31 16 51.61% ['ojph_compress_fuzz_target']
ojph::local::codestream::write_headers(ojph::outfile_base*,ojph::comment_exchangeconst*,unsignedint) 128 61 47.65% ['ojph_compress_fuzz_target']
ojph::local::param_nlt::check_validity(ojph::local::param_siz&) 73 3 4.109% ['ojph_compress_fuzz_target']
ojph::local::tile::flush(ojph::outfile_base*) 164 40 24.39% ['ojph_compress_fuzz_target']
ojph::local::avx2_rct_forward(ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_buf*,ojph::line_buf*,ojph::line_buf*,unsignedint) 76 34 44.73% ['ojph_compress_fuzz_target']
ojph::local::avx2_rev_vert_step32(ojph::local::lifting_stepconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,unsignedint,bool) 120 63 52.5% ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
ojph::local::avx2_rev_horz_ana32(ojph::local::param_atkconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,unsignedint,bool) 153 70 45.75% ['ojph_compress_fuzz_target']
ojph::local::avx2_rev_vert_step64(ojph::local::lifting_stepconst*,ojph::line_bufconst*,ojph::line_bufconst*,ojph::line_bufconst*,unsignedint,bool) 99 40 40.40% ['ojph_expand_fuzz_target']

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/OpenJPH/src/core/codestream/ojph_codestream_avx.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_resolution.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/fuzzing/fuzz_targets/ojph_expand_fuzz_target.cpp ['ojph_expand_fuzz_target'] ['ojph_expand_fuzz_target']
/src/OpenJPH/src/core/coding/ojph_block_encoder.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/openjph/ojph_base.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_tile_comp.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_bitbuffer_read.h ['ojph_expand_fuzz_target'] ['ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_codestream.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/transform/ojph_transform_avx2.cpp [] []
/src/OpenJPH/src/core/others/ojph_mem_c.c ['ojph_compress_fuzz_target'] ['ojph_compress_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_tile.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/openjph/ojph_params.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/OpenJPH/src/core/transform/ojph_transform.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/openjph/ojph_arch.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/transform/ojph_transform_sse.cpp [] []
/src/OpenJPH/src/core/transform/ojph_transform_avx.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_params.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_subband.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/transform/ojph_transform_sse2.cpp [] []
/src/OpenJPH/src/core/coding/ojph_block_decoder32.cpp [] []
/src/OpenJPH/src/core/transform/ojph_colour_avx.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_codeblock_fun.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_visual_weighting.h ['ojph_compress_fuzz_target'] []
/src/OpenJPH/src/core/others/ojph_message.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_expand_fuzz_target']
/src/OpenJPH/src/core/transform/../codestream/ojph_params_local.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/others/ojph_file.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/coding/ojph_block_encoder_avx2.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_precinct.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/openjph/ojph_file.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/transform/ojph_colour_sse2.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_precinct.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/coding/ojph_block_encoder_avx512.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_tile_comp.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_subband.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_codestream_local.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/transform/ojph_colour_sse.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_codestream_sse.cpp [] []
/src/OpenJPH/src/core/coding/ojph_block_common.cpp [] []
/src/OpenJPH/src/core/others/ojph_mem.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/coding/ojph_block_decoder64.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_codestream_sse2.cpp [] []
/src/OpenJPH/src/core/transform/ojph_transform_avx512.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_codeblock.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_codestream_avx2.cpp [] []
/src/OpenJPH/src/core/coding/ojph_block_decoder_ssse3.cpp [] []
/src/OpenJPH/fuzzing/fuzz_targets/ojph_compress_fuzz_target.cpp ['ojph_compress_fuzz_target'] ['ojph_compress_fuzz_target']
/src/OpenJPH/src/core/transform/ojph_colour_avx2.cpp [] []
/src/OpenJPH/src/core/coding/ojph_block_decoder_avx2.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_bitbuffer_write.h ['ojph_compress_fuzz_target'] ['ojph_compress_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_codestream_gen.cpp [] []
/src/OpenJPH/src/core/codestream/ojph_tile.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_codestream_local.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/transform/ojph_colour.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_resolution.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/codestream/ojph_params_local.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/openjph/ojph_mem.h ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']
/src/OpenJPH/src/core/others/ojph_arch.cpp ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target'] ['ojph_compress_fuzz_target', 'ojph_expand_fuzz_target']

Directories in report

Directory
/src/OpenJPH/fuzzing/fuzz_targets/
/src/OpenJPH/src/core/openjph/
/usr/local/bin/../include/c++/v1/
/src/OpenJPH/src/core/transform/
/src/OpenJPH/src/core/coding/
/src/OpenJPH/src/core/others/
/src/OpenJPH/src/core/codestream/
/src/OpenJPH/src/core/transform/../codestream/