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

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 19 22.3%
gold [1:9] 2 2.35%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 64 75.2%
All colors 85 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
8 30 lzma_index_init call site: 00030 __assert_fail
2 13 index_tree_end call site: 00013 index_tree_node_end
2 41 lzma_end call site: 00041 fprintf
2 46 lzma_code call site: 00046 fprintf
2 80 lzma_index_buffer_decode call site: 00080 fprintf
1 75 index_decode call site: 00075 index_size_unpadded
1 77 index_decode call site: 00077 __assert_fail
1 83 LLVMFuzzerTestOneInput call site: 00083 lzma_end

Runtime coverage analysis

Covered functions
52
Functions that are reachable but not covered
5
Reachable functions
39
Percentage of reachable functions covered
87.18%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/xz/tests/ossfuzz/fuzz_decode_index.c 1
/src/xz/tests/ossfuzz/./fuzz_common.h 2
/src/xz/src/liblzma/common/index_decoder.c 5
/src/xz/src/liblzma/common/common.c 6
/src/xz/src/liblzma/common/index.c 14
/src/xz/src/liblzma/../../src/common/tuklib_integer.h 2
/src/xz/src/liblzma/common/vli_decoder.c 1
/src/xz/src/liblzma/common/index.h 3
/src/xz/src/liblzma/common/vli_size.c 1
/src/xz/src/liblzma/check/crc32_fast.c 1

Fuzzer: fuzz_decode_alone

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 4 19.0%
gold [1:9] 0 0.0%
yellow [10:29] 1 4.76%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 16 76.1%
All colors 21 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
2 12 lzma_end call site: 00012 fprintf
2 17 lzma_code call site: 00017 fprintf

Runtime coverage analysis

Covered functions
38
Functions that are reachable but not covered
3
Reachable functions
14
Percentage of reachable functions covered
78.57%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/xz/tests/ossfuzz/fuzz_decode_alone.c 1
/src/xz/tests/ossfuzz/./fuzz_common.h 2
/src/xz/src/liblzma/common/alone_decoder.c 2
/src/xz/src/liblzma/common/common.c 6

Fuzzer: fuzz_encode_stream

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 23 25.5%
gold [1:9] 1 1.11%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 1.11%
lawngreen 50+ 65 72.2%
All colors 90 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
8 33 lzma_index_init call site: 00033 __assert_fail
2 2 LLVMFuzzerTestOneInput call site: 00002 fprintf
2 17 index_tree_end call site: 00017 index_tree_node_end
2 81 lzma_end call site: 00081 fprintf
2 86 lzma_code call site: 00086 fprintf
1 0 EP call site: 00000 fprintf
1 45 lzma_stream_header_encode call site: 00045 stream_encoder_update
1 49 lzma_filters_copy call site: 00049 lzma_free
1 52 block_encoder_init call site: 00052 lzma_vli_size
1 54 lzma_vli_size call site: 00054 lzma_vli_size
1 65 lzma_block_encoder_init call site: 00065 lzma_sha256_init
1 75 stream_encoder_update call site: 00075 __assert_fail

Runtime coverage analysis

Covered functions
178
Functions that are reachable but not covered
6
Reachable functions
48
Percentage of reachable functions covered
87.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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/xz/tests/ossfuzz/fuzz_encode_stream.c 1
/src/xz/src/liblzma/lzma/lzma_encoder_presets.c 1
/src/xz/tests/ossfuzz/./fuzz_common.h 2
/src/xz/src/liblzma/common/stream_encoder.c 4
/src/xz/src/liblzma/common/common.c 7
/src/xz/src/liblzma/common/index.c 9
/src/xz/src/liblzma/../../src/common/tuklib_integer.h 3
/src/xz/src/liblzma/common/stream_flags_encoder.c 2
/src/xz/src/liblzma/check/crc32_fast.c 1
/src/xz/src/liblzma/common/filter_common.c 4
/src/xz/src/liblzma/common/block_header_encoder.c 1
/src/xz/src/liblzma/common/vli_size.c 1
/src/xz/src/liblzma/common/filter_flags_encoder.c 1
/src/xz/src/liblzma/common/filter_encoder.c 4
/src/xz/src/liblzma/common/block_encoder.c 1
/src/xz/src/liblzma/check/check.c 2
/src/xz/src/liblzma/check/sha256.c 1

Fuzzer: fuzz_decode_stream

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 4 14.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 23 85.1%
All colors 27 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
2 18 lzma_end call site: 00018 fprintf
2 23 lzma_code call site: 00023 fprintf

Runtime coverage analysis

Covered functions
143
Functions that are reachable but not covered
3
Reachable functions
18
Percentage of reachable functions covered
83.33%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/xz/tests/ossfuzz/fuzz_decode_stream.c 1
/src/xz/tests/ossfuzz/./fuzz_common.h 2
/src/xz/src/liblzma/common/stream_decoder.c 3
/src/xz/src/liblzma/common/common.c 6
/src/xz/src/liblzma/common/index_hash.c 1
/src/xz/src/liblzma/check/check.c 1
/src/xz/src/liblzma/check/sha256.c 1

Fuzzer: fuzz_decode_stream_mt

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 12 17.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 1.42%
lawngreen 50+ 57 81.4%
All colors 70 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
2 10 stream_decoder_mt_init call site: 00010 lzma_free
2 18 mythread_cond_init call site: 00018 mythread_mutex_destroy
2 61 lzma_end call site: 00061 fprintf
2 66 lzma_code call site: 00066 fprintf
1 22 mythread_mutex_destroy call site: 00022 lzma_free
1 24 stream_decoder_mt_init call site: 00024 __assert_fail
1 37 threads_end call site: 00037 pthread_join
1 51 move_head_to_cache call site: 00051 free_one_cached_buffer

Runtime coverage analysis

Covered functions
178
Functions that are reachable but not covered
14
Reachable functions
43
Percentage of reachable functions covered
67.44%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/xz/tests/ossfuzz/fuzz_decode_stream_mt.c 1
/src/xz/tests/ossfuzz/./fuzz_common.h 2
/src/xz/src/liblzma/common/stream_decoder_mt.c 4
/src/xz/src/liblzma/common/common.c 6
/src/xz/src/liblzma/../../src/common/mythread.h 7
/src/xz/src/liblzma/common/filter_common.c 1
/src/xz/src/liblzma/common/outqueue.c 4
/src/xz/src/liblzma/common/outqueue.h 1
/src/xz/src/liblzma/common/index_hash.c 1
/src/xz/src/liblzma/check/check.c 1
/src/xz/src/liblzma/check/sha256.c 1

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
stream_decode_mt /src/xz/src/liblzma/common/stream_decoder_mt.c 9 ['N/A', 'N/A', 'N/A', 'N/A', 'size_t', 'N/A', 'N/A', 'size_t', 'int'] 6 0 1945 287 87 104 0 576 426
lzma2_encode /src/xz/src/liblzma/lzma/lzma2_encoder.c 5 ['N/A', 'N/A', 'N/A', 'N/A', 'size_t'] 6 0 387 51 12 65 0 405 395
lzma_decode /src/xz/src/liblzma/lzma/lzma_decoder.c 5 ['N/A', 'N/A', 'N/A', 'N/A', 'size_t'] 2 0 5344 689 129 8 0 154 152
lzma_index_buffer_encode /src/xz/src/liblzma/common/index_encoder.c 4 ['N/A', 'N/A', 'N/A', 'size_t'] 7 0 98 18 7 17 0 85 69
lzma_lzma2_encoder_init /src/xz/src/liblzma/lzma/lzma2_encoder.c 3 ['N/A', 'N/A', 'N/A'] 7 0 21 3 2 25 0 136 68
lzma_mf_bt4_find /src/xz/src/liblzma/lz/lz_encoder_mf.c 2 ['N/A', 'N/A'] 3 0 500 51 16 9 0 61 53
stream_encode /src/xz/src/liblzma/common/stream_encoder.c 9 ['N/A', 'N/A', 'N/A', 'N/A', 'size_t', 'N/A', 'N/A', 'size_t', 'int'] 7 0 396 53 14 44 0 238 51
lzma_lzma_decoder_init /src/xz/src/liblzma/lzma/lzma_decoder.c 3 ['N/A', 'N/A', 'N/A'] 4 0 36 6 2 13 0 70 44

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

Functions statically reachable by fuzzers
56.9%
244 / 431
Cyclomatic complexity statically reachable by fuzzers
66.0%
1666 / 2515

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/xz/tests/ossfuzz/fuzz_decode_index.c

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=['lzma_index_init', 'index_tree_end', 'lzma_end', 'lzma_code', 'lzma_index_buffer_decode', 'index_decode', 'LLVMFuzzerTestOneInput']

/src/xz/tests/ossfuzz/fuzz_decode_alone.c

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=['lzma_end', 'lzma_code']

/src/xz/tests/ossfuzz/fuzz_encode_stream.c

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=['lzma_index_init', 'LLVMFuzzerTestOneInput', 'index_tree_end', 'lzma_end', 'lzma_code', 'lzma_stream_header_encode', 'lzma_filters_copy', 'block_encoder_init', 'lzma_vli_size']

/src/xz/tests/ossfuzz/fuzz_decode_stream.c

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=['lzma_end', 'lzma_code']

/src/xz/tests/ossfuzz/fuzz_decode_stream_mt.c

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=['stream_decoder_mt_init', 'mythread_cond_init', 'lzma_end', 'lzma_code', 'mythread_mutex_destroy', 'threads_end', 'move_head_to_cache']

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/xz/src/liblzma/../../src/liblzma/lz/lz_encoder.h [] []
/src/xz/src/liblzma/common/stream_flags_common.h [] []
/src/xz/src/liblzma/common/alone_decoder.c ['fuzz_decode_alone'] ['fuzz_decode_alone']
/src/xz/src/liblzma/common/index_hash.c ['fuzz_decode_stream', 'fuzz_decode_stream_mt'] ['fuzz_decode_stream', 'fuzz_decode_stream_mt']
/src/xz/src/liblzma/check/sha256.c ['fuzz_encode_stream', 'fuzz_decode_stream', 'fuzz_decode_stream_mt'] ['fuzz_decode_stream', 'fuzz_decode_stream_mt']
/src/xz/src/liblzma/check/crc32_fast.c ['fuzz_decode_index', 'fuzz_encode_stream'] ['fuzz_decode_index', 'fuzz_encode_stream']
/src/xz/src/liblzma/common/vli_encoder.c [] []
/src/xz/src/liblzma/simple/armthumb.c [] []
/src/xz/src/liblzma/simple/sparc.c [] []
/src/xz/src/liblzma/lzma/lzma2_decoder.c [] []
/src/xz/src/liblzma/common/stream_flags_common.c [] []
/src/xz/src/liblzma/../../src/liblzma/rangecoder/range_encoder.h [] []
/src/xz/src/liblzma/common/vli_size.c ['fuzz_decode_index', 'fuzz_encode_stream'] ['fuzz_decode_index', 'fuzz_encode_stream']
/src/xz/src/liblzma/common/stream_flags_encoder.c ['fuzz_encode_stream'] ['fuzz_encode_stream']
/src/xz/src/liblzma/common/stream_decoder_mt.c ['fuzz_decode_stream_mt'] ['fuzz_decode_stream_mt']
/src/xz/src/liblzma/common/filter_common.c ['fuzz_encode_stream', 'fuzz_decode_stream_mt'] ['fuzz_encode_stream', 'fuzz_decode_stream_mt']
/src/xz/src/liblzma/lzma/lzma_encoder_optimum_normal.c [] []
/src/xz/src/liblzma/lzma/lzma_encoder.c [] []
/src/xz/src/liblzma/simple/powerpc.c [] []
/src/xz/src/liblzma/simple/arm.c [] []
/src/xz/src/liblzma/simple/arm64.c [] []
/src/xz/src/liblzma/lzma/lzma_encoder_optimum_fast.c [] []
/src/xz/src/liblzma/lz/lz_encoder_mf.c [] []
/src/xz/src/liblzma/lzma/lzma_common.h [] []
/src/xz/src/liblzma/common/block_header_decoder.c [] []
/src/xz/src/liblzma/common/index_decoder.c ['fuzz_decode_index'] ['fuzz_decode_index']
/src/xz/src/liblzma/common/stream_encoder.c ['fuzz_encode_stream'] ['fuzz_encode_stream']
/src/xz/src/liblzma/common/common.c ['fuzz_decode_index', 'fuzz_decode_alone', 'fuzz_encode_stream', 'fuzz_decode_stream', 'fuzz_decode_stream_mt'] ['fuzz_decode_index', 'fuzz_decode_alone', 'fuzz_encode_stream', 'fuzz_decode_stream', 'fuzz_decode_stream_mt']
/src/xz/tests/ossfuzz/fuzz_decode_stream.c ['fuzz_decode_stream'] ['fuzz_decode_stream']
/src/xz/src/liblzma/../../src/liblzma/lz/lz_decoder.h [] []
/src/xz/src/liblzma/lz/lz_decoder.c [] []
/src/xz/src/liblzma/common/block_header_encoder.c ['fuzz_encode_stream'] ['fuzz_encode_stream']
/src/xz/src/liblzma/common/block_encoder.c ['fuzz_encode_stream'] ['fuzz_encode_stream']
/src/xz/src/liblzma/common/vli_decoder.c ['fuzz_decode_index'] ['fuzz_decode_index']
/src/xz/src/liblzma/lz/lz_encoder.h [] []
/src/xz/src/liblzma/delta/delta_common.c [] []
/src/xz/src/liblzma/../../src/common/mythread.h ['fuzz_decode_stream_mt'] []
/src/xz/src/liblzma/simple/riscv.c [] []
/src/xz/src/liblzma/common/outqueue.c ['fuzz_decode_stream_mt'] ['fuzz_decode_stream_mt']
/src/xz/src/liblzma/simple/simple_coder.c [] []
/src/xz/tests/ossfuzz/fuzz_decode_stream_mt.c ['fuzz_decode_stream_mt'] ['fuzz_decode_stream_mt']
/src/xz/tests/ossfuzz/./fuzz_common.h ['fuzz_decode_index', 'fuzz_decode_alone', 'fuzz_encode_stream', 'fuzz_decode_stream', 'fuzz_decode_stream_mt'] []
/src/xz/src/liblzma/../../src/common/tuklib_integer.h ['fuzz_decode_index', 'fuzz_encode_stream'] []
/src/xz/src/liblzma/check/crc_x86_clmul.h [] []
/src/xz/src/liblzma/lzma/lzma_encoder_presets.c ['fuzz_encode_stream'] ['fuzz_encode_stream']
/src/xz/src/liblzma/lzma/lzma2_encoder.c [] []
/src/xz/src/liblzma/common/block_decoder.c [] []
/src/xz/src/liblzma/simple/simple_decoder.c [] []
/src/xz/src/liblzma/../../src/liblzma/rangecoder/price.h [] []
/src/xz/src/liblzma/simple/simple_encoder.c [] []
/src/xz/src/liblzma/common/index.c ['fuzz_decode_index', 'fuzz_encode_stream'] ['fuzz_decode_index', 'fuzz_encode_stream']
/src/xz/src/liblzma/simple/ia64.c [] []
/src/xz/src/liblzma/common/stream_flags_decoder.c [] []
/src/xz/src/liblzma/common/stream_decoder.c ['fuzz_decode_stream'] ['fuzz_decode_stream']
/src/xz/src/liblzma/common/filter_flags_decoder.c [] []
/src/xz/src/liblzma/common/block_util.c [] []
/src/xz/src/liblzma/delta/delta_decoder.c [] []
/src/xz/src/liblzma/lzma/lzma_decoder.c [] []
/usr/local/lib/clang/22/include/cpuid.h [] []
/src/xz/src/liblzma/common/filter_flags_encoder.c ['fuzz_encode_stream'] ['fuzz_encode_stream']
/src/xz/src/liblzma/check/check.c ['fuzz_encode_stream', 'fuzz_decode_stream', 'fuzz_decode_stream_mt'] ['fuzz_encode_stream', 'fuzz_decode_stream', 'fuzz_decode_stream_mt']
/src/xz/src/liblzma/lzma/fastpos.h [] []
/src/xz/src/liblzma/simple/x86.c [] []
/src/xz/src/liblzma/lz/lz_encoder.c [] []
/src/xz/src/liblzma/delta/delta_encoder.c [] []
/src/xz/src/liblzma/common/filter_encoder.c ['fuzz_encode_stream'] ['fuzz_encode_stream']
/src/xz/src/liblzma/common/filter_decoder.c [] []
/src/xz/src/liblzma/check/crc64_fast.c [] []
/src/xz/src/liblzma/common/outqueue.h ['fuzz_decode_stream_mt'] ['fuzz_decode_stream_mt']
/src/xz/tests/ossfuzz/fuzz_encode_stream.c ['fuzz_encode_stream'] ['fuzz_encode_stream']
/src/xz/src/liblzma/../../src/liblzma/rangecoder/range_decoder.h [] []
/src/xz/src/liblzma/common/index.h ['fuzz_decode_index'] ['fuzz_decode_index']
/src/xz/tests/ossfuzz/fuzz_decode_index.c ['fuzz_decode_index'] ['fuzz_decode_index']
/src/xz/tests/ossfuzz/fuzz_decode_alone.c ['fuzz_decode_alone'] ['fuzz_decode_alone']
/src/xz/src/liblzma/common/index_encoder.c [] []

Directories in report

Directory
/src/xz/src/liblzma/../../src/liblzma/lz/
/src/xz/src/liblzma/../../src/liblzma/rangecoder/
/src/xz/tests/ossfuzz/./
/src/xz/src/liblzma/simple/
/src/xz/src/liblzma/../../src/common/
/src/xz/src/liblzma/common/
/src/xz/src/liblzma/lzma/
/src/xz/src/liblzma/check/
/usr/local/lib/clang/22/include/
/src/xz/src/liblzma/delta/
/src/xz/tests/ossfuzz/
/src/xz/src/liblzma/lz/