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: libjpeg-turbo.dev/fuzz/transform.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/compress_yuv.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/decompress_yuv.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/decompress.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/compress.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/cjpeg.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/compress_lossless.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/compress12_lossless.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/compress12.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.dev/fuzz/compress16_lossless.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: libjpeg-turbo.main/fuzz/decompress_libjpeg.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
GET_NAME /src/libjpeg-turbo.dev/src/turbojpeg-mp.c 6 ['tjhandle', 'unsigned char*', 'size_t', '_JSAMPLE*', 'int', 'int'] 8 0 81 22 36 102 0 521 263
doTest /src/libjpeg-turbo.dev/src/tjunittest.c 6 ['int', 'int', 'int*', 'int', 'int', 'char*'] 9 0 44 10 18 252 0 1625 261
jtransform_execute_transform /src/libjpeg-turbo.dev/src/transupp.c 4 ['j_decompress_ptr', 'j_compress_ptr', 'jvirt_barray_ptr*', 'jpeg_transform_info*'] 3 0 48 19 29 20 0 200 200
_jinit_color_converter /src/libjpeg-turbo.dev/src/jccolor.c 1 ['j_compress_ptr'] 6 0 210 93 87 28 0 175 124
read_markers /src/libjpeg-turbo.dev/src/jdmarker.c 1 ['j_decompress_ptr'] 3 0 119 69 38 30 0 106 103
doBmpTest /src/libjpeg-turbo.dev/src/tjunittest.c 6 ['char*', 'int', 'int', 'int', 'int', 'int'] 6 0 137 35 49 67 1 208 102
decompress_smooth_data /src/libjpeg-turbo.dev/src/jdcoefct.c 2 ['j_decompress_ptr', '_JSAMPIMAGE'] 2 0 265 57 99 4 0 100 99
_jinit_color_deconverter /src/libjpeg-turbo.dev/src/jdcolor.c 1 ['j_decompress_ptr'] 6 0 213 86 73 30 0 150 99
parse_switches /src/libjpeg-turbo.dev/src/djpeg.c 5 ['j_decompress_ptr', 'int', 'char**', 'int', 'boolean'] 2 0 193 60 78 14 0 96 83
fullTest /src/libjpeg-turbo.dev/src/tjbench.c 7 ['tjhandle', 'void*', 'int', 'int', 'int', 'int', 'char*'] 10 0 191 59 73 199 0 1046 73

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

Functions statically reachable by fuzzers
22.0%
276 / 1250
Cyclomatic complexity statically reachable by fuzzers
43.0%
2794 / 6424

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 driver synthesis

New fuzzers

The below fuzzers are templates and suggestions for how to target the set of optimal functions above

turbojpeg-mp.c

Target file: /src/libjpeg-turbo.dev/src/turbojpeg-mp.c
Target functions: GET_NAME
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target GET_NAME */
  UNKNOWN_TYPE unknown_0;
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  UNKNOWN_TYPE unknown_3;
  int new_var4 = ada_safe_get_int();
  int new_var5 = ada_safe_get_int();
  GET_NAME(unknown_0, unknown_1, unknown_2, unknown_3, new_var4, new_var5);

  af_safe_gb_cleanup();
}

tjunittest.c

Target file: /src/libjpeg-turbo.dev/src/tjunittest.c
Target functions: doTest, doBmpTest
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target doTest */
  int new_var6 = ada_safe_get_int();
  int new_var7 = ada_safe_get_int();
  int *new_var8 = af_get_int_p();
  int new_var9 = ada_safe_get_int();
  int new_var10 = ada_safe_get_int();
  char *new_var11 = ada_safe_get_char_p();
  doTest(new_var6, new_var7, new_var8, new_var9, new_var10, new_var11);

  /* target doBmpTest */
  char *new_var18 = ada_safe_get_char_p();
  int new_var19 = ada_safe_get_int();
  int new_var20 = ada_safe_get_int();
  int new_var21 = ada_safe_get_int();
  int new_var22 = ada_safe_get_int();
  int new_var23 = ada_safe_get_int();
  doBmpTest(new_var18, new_var19, new_var20, new_var21, new_var22, new_var23);

  af_safe_gb_cleanup();
}

transupp.c

Target file: /src/libjpeg-turbo.dev/src/transupp.c
Target functions: jtransform_execute_transform
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target jtransform_execute_transform */
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  jtransform_execute_transform(unknown_12, unknown_13, unknown_14, unknown_15);

  af_safe_gb_cleanup();
}

jccolor.c

Target file: /src/libjpeg-turbo.dev/src/jccolor.c
Target functions: _jinit_color_converter
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target _jinit_color_converter */
  UNKNOWN_TYPE unknown_16;
  _jinit_color_converter(unknown_16);

  af_safe_gb_cleanup();
}

jdmarker.c

Target file: /src/libjpeg-turbo.dev/src/jdmarker.c
Target functions: read_markers
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target read_markers */
  UNKNOWN_TYPE unknown_17;
  read_markers(unknown_17);

  af_safe_gb_cleanup();
}

jdcoefct.c

Target file: /src/libjpeg-turbo.dev/src/jdcoefct.c
Target functions: decompress_smooth_data
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target decompress_smooth_data */
  UNKNOWN_TYPE unknown_24;
  UNKNOWN_TYPE unknown_25;
  decompress_smooth_data(unknown_24, unknown_25);

  af_safe_gb_cleanup();
}

jdcolor.c

Target file: /src/libjpeg-turbo.dev/src/jdcolor.c
Target functions: _jinit_color_deconverter
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target _jinit_color_deconverter */
  UNKNOWN_TYPE unknown_26;
  _jinit_color_deconverter(unknown_26);

  af_safe_gb_cleanup();
}

djpeg.c

Target file: /src/libjpeg-turbo.dev/src/djpeg.c
Target functions: parse_switches
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target parse_switches */
  UNKNOWN_TYPE unknown_27;
  int new_var28 = ada_safe_get_int();
  char **new_var29 = af_get_double_char_p();
  int new_var30 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_31;
  parse_switches(unknown_27, new_var28, new_var29, new_var30, unknown_31);

  af_safe_gb_cleanup();
}

tjbench.c

Target file: /src/libjpeg-turbo.dev/src/tjbench.c
Target functions: fullTest
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target fullTest */
  UNKNOWN_TYPE unknown_32;
  UNKNOWN_TYPE unknown_33;
  int new_var34 = ada_safe_get_int();
  int new_var35 = ada_safe_get_int();
  int new_var36 = ada_safe_get_int();
  int new_var37 = ada_safe_get_int();
  char *new_var38 = ada_safe_get_char_p();
  fullTest(unknown_32, unknown_33, new_var34, new_var35, new_var36, new_var37, new_var38);

  af_safe_gb_cleanup();
}

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/libjpeg-turbo.dev/src/wrtarga.c [] []
/src/libjpeg-turbo.3.0.x/turbojpeg-jni.c [] []
/src/libjpeg-turbo.dev/simd/arm/jdmrgext-neon.c [] []
/src/libjpeg-turbo.dev/simd/arm/aarch64/jccolext-neon.c [] []
/src/libjpeg-turbo.dev/src/jidctred.c [] []
/src/libjpeg-turbo.main/simd/arm/aarch64/jsimd.c [] []
/src/libjpeg-turbo.dev/simd/arm/jcphuff-neon.c [] []
/src/libjpeg-turbo.dev/src/jdhuff.c [] []
/src/libjpeg-turbo.dev/src/jpeglib.h [] []
/src/libjpeg-turbo.dev/src/jdapimin.c [] []
/src/libjpeg-turbo.dev/simd/jsimd.c [] []
/src/libjpeg-turbo.main/simd/x86_64/jsimd.c [] []
/src/libjpeg-turbo.dev/src/jctrans.c [] []
/src/libjpeg-turbo.dev/simd/arm/jchuff.h [] []
/src/libjpeg-turbo.dev/simd/mips64/jfdctfst-mmi.c [] []
/src/libjpeg-turbo.dev/src/jccolext.c [] []
/src/libjpeg-turbo.dev/src/tjunittest.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jidctint-altivec.c [] []
/src/libjpeg-turbo.dev/src/jcinit.c [] []
/src/libjpeg-turbo.dev/src/jdmainct.h [] []
/src/libjpeg-turbo.dev/src/jpegtran.c [] []
/src/libjpeg-turbo.dev/src/jpegint.h [] []
/src/libjpeg-turbo.dev/src/jmemmgr.c [] []
/src/libjpeg-turbo.dev/src/jcapistd.c [] []
/src/libjpeg-turbo.dev/src/jlossls.h [] []
/src/libjpeg-turbo.dev/src/wrjpgcom.c [] []
/src/libjpeg-turbo.dev/src/transupp.c [] []
/src/libjpeg-turbo.dev/src/rdppm.c [] []
/src/libjpeg-turbo.dev/src/jquant2.c [] []
/src/libjpeg-turbo.dev/src/jdatasrc.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jdcolext-altivec.c [] []
/src/libjpeg-turbo.dev/src/jdcoefct.c [] []
/src/libjpeg-turbo.dev/src/jccolor.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jdsample-altivec.c [] []
/src/libjpeg-turbo.dev/src/rdswitch.c [] []
/src/libjpeg-turbo.dev/src/jpeg_nbits.h [] []
/src/libjpeg-turbo.dev/simd/arm/jdsample-neon.c [] []
/src/libjpeg-turbo.dev/src/jdicc.c [] []
/src/libjpeg-turbo.dev/src/rdcolmap.c [] []
/src/libjpeg-turbo.dev/simd/arm/jfdctint-neon.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jfdctint-mmi.c [] []
/src/libjpeg-turbo.dev/src/turbojpeg-mp.c [] []
/src/libjpeg-turbo.dev/src/jidctfst.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jsimd_altivec.h [] []
/src/libjpeg-turbo.dev/src/jcarith.c [] []
/src/libjpeg-turbo.dev/src/jdphuff.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jdmrgext-mmi.c [] []
/src/libjpeg-turbo.dev/src/jstdhuff.c [] []
/src/libjpeg-turbo.dev/src/jdlhuff.c [] []
/src/libjpeg-turbo.dev/src/jdlossls.c [] []
/src/libjpeg-turbo.dev/simd/arm/jquanti-neon.c [] []
/src/libjpeg-turbo.dev/src/jdmainct.c [] []
/src/libjpeg-turbo.dev/src/wrppm.c [] []
/src/libjpeg-turbo.dev/src/jcprepct.c [] []
/src/libjpeg-turbo.main/fuzz/decompress_libjpeg.cc ['libjpeg-turbo.main/fuzz/decompress_libjpeg.cc'] []
/src/libjpeg-turbo.dev/simd/mips/jsimd_dspr2_asm.h [] []
/src/libjpeg-turbo.dev/src/jidctflt.c [] []
/src/libjpeg-turbo.dev/src/jdmarker.c [] []
/src/libjpeg-turbo.dev/fuzz/compress.cc ['libjpeg-turbo.dev/fuzz/compress.cc'] []
/src/libjpeg-turbo.dev/fuzz/compress12.cc ['libjpeg-turbo.dev/fuzz/compress12.cc'] []
/src/libjpeg-turbo.main/src/jdcolext.c [] []
/src/libjpeg-turbo.dev/src/rdgif.c [] []
/src/libjpeg-turbo.dev/src/turbojpeg.c [] []
/src/libjpeg-turbo.dev/src/example.c [] []
/src/libjpeg-turbo.dev/src/jdsample.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jsimd_mmi.h [] []
/src/libjpeg-turbo.dev/src/jdinput.c [] []
/src/libjpeg-turbo.dev/src/jmorecfg.h [] []
/src/libjpeg-turbo.dev/src/jdpostct.c [] []
/src/libjpeg-turbo.dev/simd/arm/aarch64/jchuff-neon.c [] []
/src/libjpeg-turbo.dev/src/jccoefct.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jccolext-mmi.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jdcolext-mmi.c [] []
/src/libjpeg-turbo.dev/simd/arm/jdcolext-neon.c [] []
/src/libjpeg-turbo.dev/src/jmemnobs.c [] []
/src/libjpeg-turbo.dev/simd/arm/jcgryext-neon.c [] []
/src/libjpeg-turbo.dev/src/rdjpgcom.c [] []
/src/libjpeg-turbo.dev/src/jcdctmgr.c [] []
/src/libjpeg-turbo.dev/src/jdapistd.c [] []
/src/libjpeg-turbo.3.0.x/tjexample.c [] []
/src/libjpeg-turbo.dev/src/jdtrans.c [] []
/src/libjpeg-turbo.dev/src/jerror.h [] []
/src/libjpeg-turbo.dev/src/md5/md5hl.c [] []
/src/libjpeg-turbo.dev/src/jquant1.c [] []
/src/libjpeg-turbo.dev/simd/arm/jidctint-neon.c [] []
/src/libjpeg-turbo.dev/src/jcmainct.c [] []
/src/libjpeg-turbo.dev/src/jcmaster.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jidctint-mmi.c [] []
/src/libjpeg-turbo.dev/src/wrgif.c [] []
/src/libjpeg-turbo.dev/src/jdatadst.c [] []
/src/libjpeg-turbo.dev/fuzz/decompress.cc ['libjpeg-turbo.dev/fuzz/decompress.cc'] []
/src/libjpeg-turbo.dev/src/jdarith.c [] []
/src/libjpeg-turbo.dev/src/jchuff.c [] []
/src/libjpeg-turbo.dev/fuzz/transform.cc ['libjpeg-turbo.dev/fuzz/transform.cc'] []
/src/libjpeg-turbo.dev/src/jdct.h [] []
/src/libjpeg-turbo.dev/src/jaricom.c [] []
/src/libjpeg-turbo.dev/src/jclossls.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jcgryext-altivec.c [] []
/src/libjpeg-turbo.dev/java/turbojpeg-jni.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jfdctfst-altivec.c [] []
/src/libjpeg-turbo.dev/src/jutils.c [] []
/src/libjpeg-turbo.dev/src/turbojpeg.h [] []
/src/libjpeg-turbo.dev/simd/mips/jsimd.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jcsample.h [] []
/src/libjpeg-turbo.dev/fuzz/decompress_yuv.cc ['libjpeg-turbo.dev/fuzz/decompress_yuv.cc'] []
/src/libjpeg-turbo.dev/simd/mips64/jsimdcpu.c [] []
/src/libjpeg-turbo.dev/src/jdmerge.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jcgryext-mmi.c [] []
/src/libjpeg-turbo.main/src/jdmrgext.c [] []
/src/libjpeg-turbo.dev/src/jdatasrc-tj.c [] []
/src/libjpeg-turbo.main/src/jcdctmgr.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jquanti-mmi.c [] []
/src/libjpeg-turbo.dev/src/cdjpeg.c [] []
/src/libjpeg-turbo.dev/src/jddctmgr.c [] []
/src/libjpeg-turbo.dev/src/jclhuff.c [] []
/src/libjpeg-turbo.3.0.x/turbojpeg.c ['libjpeg-turbo.dev/fuzz/transform.cc', 'libjpeg-turbo.dev/fuzz/compress_yuv.cc', 'libjpeg-turbo.dev/fuzz/decompress_yuv.cc', 'libjpeg-turbo.dev/fuzz/decompress.cc', 'libjpeg-turbo.dev/fuzz/compress.cc', 'libjpeg-turbo.dev/fuzz/compress_lossless.cc', 'libjpeg-turbo.dev/fuzz/compress12_lossless.cc', 'libjpeg-turbo.dev/fuzz/compress12.cc', 'libjpeg-turbo.dev/fuzz/compress16_lossless.cc'] []
/src/libjpeg-turbo.dev/src/jfdctint.c [] []
/src/libjpeg-turbo.dev/src/jcdiffct.c [] []
/src/libjpeg-turbo.dev/src/tjdecomp.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jfdctint-altivec.c [] []
/src/libjpeg-turbo.dev/src/jfdctflt.c [] []
/src/libjpeg-turbo.dev/simd/arm/jcsample-neon.c [] []
/src/libjpeg-turbo.dev/fuzz/cjpeg.cc ['libjpeg-turbo.dev/fuzz/cjpeg.cc'] []
/src/libjpeg-turbo.dev/simd/mips64/jcsample-mmi.c [] []
/src/libjpeg-turbo.dev/src/md5/md5.c [] []
/src/libjpeg-turbo.dev/src/cmyk.h [] []
/src/libjpeg-turbo.3.0.x/rdgif.c [] []
/src/libjpeg-turbo.dev/src/jcapimin.c [] []
/src/libjpeg-turbo.dev/src/jdcol565.c [] []
/src/libjpeg-turbo.dev/simd/arm/jidctred-neon.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jccolext-altivec.c [] []
/src/libjpeg-turbo.dev/src/jfdctfst.c [] []
/src/libjpeg-turbo.dev/fuzz/compress_yuv.cc ['libjpeg-turbo.dev/fuzz/compress_yuv.cc'] []
/src/libjpeg-turbo.dev/src/tjutil.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jidctfst-altivec.c [] []
/src/libjpeg-turbo.dev/src/jinclude.h [] []
/src/libjpeg-turbo.dev/src/jdatadst-tj.c [] []
/src/libjpeg-turbo.dev/src/jcicc.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jdmrgext-altivec.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jquanti-altivec.c [] []
/src/libjpeg-turbo.dev/src/jcomapi.c [] []
/src/libjpeg-turbo.dev/src/tjbench.c [] []
/src/libjpeg-turbo.dev/src/jidctint.c [] []
/src/libjpeg-turbo.dev/src/strtest.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jcgray-mmi.c [] []
/src/libjpeg-turbo.dev/src/jdcolor.c [] []
/src/libjpeg-turbo.dev/src/jdcolext.c [] []
/src/libjpeg-turbo.dev/simd/mips64/loongson-mmintrin.h [] []
/src/libjpeg-turbo.dev/fuzz/compress12_lossless.cc ['libjpeg-turbo.dev/fuzz/compress12_lossless.cc'] []
/src/libjpeg-turbo.dev/fuzz/compress16_lossless.cc ['libjpeg-turbo.dev/fuzz/compress16_lossless.cc'] []
/src/libjpeg-turbo.dev/src/jdmrgext.c [] []
/src/libjpeg-turbo.dev/src/jcphuff.c [] []
/src/libjpeg-turbo.dev/src/jdmaster.c [] []
/src/libjpeg-turbo.dev/src/jdhuff.h [] []
/src/libjpeg-turbo.dev/src/jddiffct.c [] []
/src/libjpeg-turbo.dev/simd/jsimdint.h [] []
/src/libjpeg-turbo.dev/fuzz/compress_lossless.cc ['libjpeg-turbo.dev/fuzz/compress_lossless.cc'] []
/src/libjpeg-turbo.dev/src/jcmarker.c [] []
/src/libjpeg-turbo.main/simd/mips64/jsimd.c [] []
/src/libjpeg-turbo.dev/simd/simdcoverage.c [] []
/src/libjpeg-turbo.dev/src/jerror.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jdsample-mmi.c [] []
/src/libjpeg-turbo.main/src/jccolext.c [] []
/src/libjpeg-turbo.dev/src/djpeg.c [] []
/src/libjpeg-turbo.dev/simd/arm/jidctfst-neon.c [] []
/src/libjpeg-turbo.dev/src/jcsample.c [] []
/src/libjpeg-turbo.dev/src/cjpeg.c [] []
/src/libjpeg-turbo.dev/src/rdbmp.c [] []
/src/libjpeg-turbo.dev/simd/arm/jfdctfst-neon.c [] []
/src/libjpeg-turbo.dev/src/wrbmp.c [] []
/src/libjpeg-turbo.dev/simd/arm/align.h [] []
/src/libjpeg-turbo.dev/src/rdtarga.c [] []
/src/libjpeg-turbo.dev/simd/mips64/jidctfst-mmi.c [] []
/src/libjpeg-turbo.dev/simd/powerpc/jcsample-altivec.c [] []
/src/libjpeg-turbo.dev/src/jdmrg565.c [] []
/src/libjpeg-turbo.dev/src/jcparam.c [] []

Directories in report

Directory
/src/libjpeg-turbo.dev/java/
/src/libjpeg-turbo.main/simd/arm/aarch64/
/src/libjpeg-turbo.dev/src/
/src/libjpeg-turbo.dev/simd/powerpc/
/src/libjpeg-turbo.dev/simd/
/src/libjpeg-turbo.dev/simd/arm/
/src/libjpeg-turbo.main/simd/x86_64/
/src/libjpeg-turbo.dev/simd/mips/
/src/libjpeg-turbo.dev/src/md5/
/src/libjpeg-turbo.3.0.x/
/src/libjpeg-turbo.dev/simd/mips64/
/src/libjpeg-turbo.main/fuzz/
/src/libjpeg-turbo.main/src/
/src/libjpeg-turbo.dev/fuzz/
/src/libjpeg-turbo.main/simd/mips64/
/src/libjpeg-turbo.dev/simd/arm/aarch64/