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

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 626 85.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 0.41%
lawngreen 50+ 100 13.7%
All colors 729 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
151 142 ImageLayout::total_bytes call site: 00142 ImageReader::decode_into
65 641 DecodedImageMetadata::apply_metdata call site: 00641 Orientation::locate_orientation_entry
60 301 Limits::check_dimensions call site: 00301 ImageReader::decode_into
57 367 limit_string_len call site: 00367 ImageReader::decode_into
40 428 ImageLayout::total_bytes_overflows_u64 call site: 00428 ImageReader::decode_into
37 469 DecodedImageMetadata::access_block_with call site: 00469 ImageReader::decode_to_dynimage
37 554 ImageBuffer::from_raw call site: 00554 ImageReader::decode_into
20 58 ImageBuffer::image_buffer_len call site: 00058 ReferenceTestCase::from_str
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
18 101 &RgbaImage::len call site: 00101 ImageReader::fill_header_metadata_if_any
18 120 ImageLayout::total_bytes call site: 00120 Enlargeable::clamp_from
18 620 DecodedImageMetadata::exif_metadata call site: 00620 Moxcms::parse_icc

Runtime coverage analysis

Covered functions
101
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_hdr.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_pnm

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 628 86.1%
gold [1:9] 1 0.13%
yellow [10:29] 23 3.15%
greenyellow [30:49] 4 0.54%
lawngreen 50+ 73 10.0%
All colors 729 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
151 142 ImageLayout::total_bytes call site: 00142 ImageReader::decode_into
123 301 Limits::check_dimensions call site: 00301 ImageReader::decode_into
65 641 DecodedImageMetadata::apply_metdata call site: 00641 Orientation::locate_orientation_entry
40 428 ImageLayout::total_bytes_overflows_u64 call site: 00428 ImageReader::decode_into
34 85 ImageReader::fill_header_metadata_if_any call site: 00085 ImageReader::decode_into
30 469 DecodedImageMetadata::access_block_with call site: 00469 Delay::closest_bounded_fraction
26 58 ImageBuffer::image_buffer_len call site: 00058 ImageReader::decode_into
21 555 decoder_to_image call site: 00555 ImageReader::decode_into
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
18 120 ImageLayout::total_bytes call site: 00120 Enlargeable::clamp_from
18 620 DecodedImageMetadata::exif_metadata call site: 00620 Moxcms::parse_icc
16 19 ImageReaderOptions::set_format call site: 00019

Runtime coverage analysis

Covered functions
191
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_pnm.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: roundtrip_webp

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 688 89.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 79 10.2%
All colors 767 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
97 402 ImageReader::set_limits call site: 00402 ImageReader::into_frames
82 153 MetadataBlock::get call site: 00153 ImageReader::decode_into
77 243 Limits::check_dimensions call site: 00243 ImageReader::decode_into
66 65 ImageLayout::total_bytes call site: 00065 Orientation::locate_orientation_entry
65 678 DecodedImageMetadata::apply_metdata call site: 00678 Orientation::locate_orientation_entry
50 501 MetadataBlock::get call site: 00501 Delay::closest_bounded_fraction
33 580 ImageLayout::total_bytes call site: 00580 ImageReader::decode_into
30 12 ImageReader::fill_header_metadata_if_any call site: 00012 ImageReader::decode_into
29 335 ImageBuffer::from_raw call site: 00335 Header::write_to
24 616 decoder_to_image call site: 00616 TgaDecoder::expand_color_map
21 745 ImageReader::decode_to_dynimage call site: 00745 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
18 43 ImageLayout::total_bytes call site: 00043 Enlargeable::clamp_from

Runtime coverage analysis

Covered functions
170
Functions that are reachable but not covered
7
Reachable functions
17
Percentage of reachable functions covered
58.82%
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
fuzz/fuzzers/roundtrip_webp.rs 11
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/image_reader_type.rs 60
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/hooks.rs 30
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/images/buffer.rs 14
src/images/buffer_par.rs 3
src/animation.rs 15
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/avif/encoder.rs 4
src/codecs/tga/header.rs 4
src/images/dynimage.rs 19
src/io/free_functions.rs 15
tests/limits_anim.rs 7
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_gif

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 632 86.6%
gold [1:9] 0 0.0%
yellow [10:29] 3 0.41%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 94 12.8%
All colors 729 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
146 301 Limits::check_dimensions call site: 00301 ImageReader::decode_into
78 215 MetadataBlock::get call site: 00215 ImageReader::decode_into
69 142 ImageLayout::total_bytes call site: 00142 Orientation::locate_orientation_entry
65 641 DecodedImageMetadata::apply_metdata call site: 00641 Orientation::locate_orientation_entry
30 469 DecodedImageMetadata::access_block_with call site: 00469 Delay::closest_bounded_fraction
28 91 ImageReader::fill_header_metadata_if_any call site: 00091 ImageReader::decode_into
24 579 decoder_to_image call site: 00579 TgaDecoder::expand_color_map
22 554 ImageBuffer::from_raw call site: 00554 ImageReader::decode_into
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
18 66 ImageBuffer::subpixels_mut call site: 00066 ImageReader::decode_into
18 120 ImageLayout::total_bytes call site: 00120 Enlargeable::clamp_from
16 19 ImageReaderOptions::set_format call site: 00019

Runtime coverage analysis

Covered functions
213
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_gif.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_ico

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 619 84.9%
gold [1:9] 12 1.64%
yellow [10:29] 2 0.27%
greenyellow [30:49] 4 0.54%
lawngreen 50+ 92 12.6%
All colors 729 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
81 212 MetadataBlock::get call site: 00212 ImageReader::decode_into
69 142 ImageLayout::total_bytes call site: 00142 Orientation::locate_orientation_entry
65 641 DecodedImageMetadata::apply_metdata call site: 00641 Orientation::locate_orientation_entry
55 303 Box::read_image call site: 00303 ImageReader::decode_into
51 396 ParsedCoreHeader::parse call site: 00396 ImageReader::decode_into
37 469 DecodedImageMetadata::access_block_with call site: 00469 ImageReader::decode_to_dynimage
33 543 ImageBuffer::check_image_fits call site: 00543 ImageReader::decode_into
27 92 ImageReader::fill_header_metadata_if_any call site: 00092 ImageReader::decode_into
22 58 ImageBuffer::image_buffer_len call site: 00058 ReferenceTestCase::from_str
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
19 449 MetadataBlock::get call site: 00449 MetadataBlock::get
18 120 ImageLayout::total_bytes call site: 00120 Enlargeable::clamp_from

Runtime coverage analysis

Covered functions
504
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_ico.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_webp

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 642 88.0%
gold [1:9] 1 0.13%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 86 11.7%
All colors 729 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
146 301 Limits::check_dimensions call site: 00301 ImageReader::decode_into
81 212 MetadataBlock::get call site: 00212 ImageReader::decode_into
69 142 ImageLayout::total_bytes call site: 00142 Orientation::locate_orientation_entry
65 641 DecodedImageMetadata::apply_metdata call site: 00641 Orientation::locate_orientation_entry
49 449 MetadataBlock::get call site: 00449 Delay::closest_bounded_fraction
28 91 ImageReader::fill_header_metadata_if_any call site: 00091 ImageReader::decode_into
26 58 ImageBuffer::image_buffer_len call site: 00058 ImageReader::decode_into
24 579 decoder_to_image call site: 00579 TgaDecoder::expand_color_map
21 555 decoder_to_image call site: 00555 ImageReader::decode_into
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
18 120 ImageLayout::total_bytes call site: 00120 Enlargeable::clamp_from
18 620 DecodedImageMetadata::exif_metadata call site: 00620 Moxcms::parse_icc

Runtime coverage analysis

Covered functions
366
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_webp.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_png

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 609 83.5%
gold [1:9] 11 1.50%
yellow [10:29] 15 2.05%
greenyellow [30:49] 3 0.41%
lawngreen 50+ 91 12.4%
All colors 729 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
86 361 ColorType::channel_count call site: 00361 ImageReader::decode_into
78 215 MetadataBlock::get call site: 00215 ImageReader::decode_into
69 142 ImageLayout::total_bytes call site: 00142 Orientation::locate_orientation_entry
57 301 Limits::check_dimensions call site: 00301 ImageReader::decode_into
54 452 MetadataBlock::get call site: 00452 ImageReader::decode_to_dynimage
45 661 Orientation::from_exif_chunk call site: 00661 rotate90_in
27 92 ImageReader::fill_header_metadata_if_any call site: 00092 ImageReader::decode_into
22 58 ImageBuffer::image_buffer_len call site: 00058 ReferenceTestCase::from_str
21 555 decoder_to_image call site: 00555 ImageReader::decode_into
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
18 120 ImageLayout::total_bytes call site: 00120 Enlargeable::clamp_from
16 19 ImageReaderOptions::set_format call site: 00019

Runtime coverage analysis

Covered functions
421
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_png.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_tiff

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 619 84.9%
gold [1:9] 11 1.50%
yellow [10:29] 24 3.29%
greenyellow [30:49] 3 0.41%
lawngreen 50+ 72 9.87%
All colors 729 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
87 361 ColorType::channel_count call site: 00361 ImageReader::decode_into
81 212 MetadataBlock::get call site: 00212 ImageReader::decode_into
57 301 Limits::check_dimensions call site: 00301 ImageReader::decode_into
47 142 ImageLayout::total_bytes call site: 00142 Orientation::locate_orientation_entry
38 468 DecodedImageMetadata::access_block_with call site: 00468 ImageReader::decode_to_dynimage
28 678 DynamicImage::apply_orientation call site: 00678 rotate270_in
27 92 ImageReader::fill_header_metadata_if_any call site: 00092 ImageReader::decode_into
22 58 ImageBuffer::image_buffer_len call site: 00058 ReferenceTestCase::from_str
21 555 decoder_to_image call site: 00555 ImageReader::decode_into
20 641 DecodedImageMetadata::apply_metdata call site: 00641 Orientation::locate_orientation_entry
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
19 192 Orientation::from_exif call site: 00192 TgaDecoder::expand_color_map

Runtime coverage analysis

Covered functions
805
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_tiff.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_tga

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 316 71.6%
gold [1:9] 20 4.53%
yellow [10:29] 4 0.90%
greenyellow [30:49] 8 1.81%
lawngreen 50+ 93 21.0%
All colors 441 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
66 172 TgaDecoder::expand_color_map call site: 00172 overlay_bounds_ext
63 85 ImageLayout::total_bytes call site: 00085 Orientation::locate_orientation_entry
44 283 TgaDecoder::expand_color_map call site: 00283 ImageReader::decode_into
33 29 DecodingError::new call site: 00029 ImageReader::decode_into
23 243 TgaDecoder::expand_color_map call site: 00243 ImageReader::fill_header_metadata_if_any
20 149 TgaDecoder::expand_color_map call site: 00149
18 63 ImageLayout::total_bytes call site: 00063 Enlargeable::clamp_from
14 344 image::codecs::tga::TgaDecoder::new call site: 00344 ImageReader::fill_header_metadata_if_any
8 388 R::read_exact_vec call site: 00388 ImageReader::decode_into
5 268 TgaDecoder::expand_color_map call site: 00268
5 404 R::read_exact_vec call site: 00404
3 361 image::codecs::tga::TgaDecoder::new call site: 00361 ImageReader::decode_into

Runtime coverage analysis

Covered functions
46
Functions that are reachable but not covered
2
Reachable functions
8
Percentage of reachable functions covered
75.0%
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
fuzz/fuzzers/fuzzer_script_tga.rs 2
tests/limits_anim.rs 6
src/hooks.rs 40
src/codecs/tga/header.rs 5
src/images/flat.rs 2
src/io/image_reader_type.rs 27
src/io/decoder.rs 3
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io.rs 13
src/traits.rs 5
src/metadata.rs 10
src/codecs/tga/decoder.rs 13
src/images/buffer.rs 10
src/images/buffer_par.rs 3
src/animation.rs 1
src/imageops/mod.rs 11
src/images/generic_image.rs 2
src/error.rs 1
src/io/limits.rs 5
src/codecs/openexr.rs 4

Fuzzer: fuzzer_script_bmp

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 632 86.6%
gold [1:9] 3 0.41%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.27%
lawngreen 50+ 92 12.6%
All colors 729 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
151 142 ImageLayout::total_bytes call site: 00142 ImageReader::decode_into
72 396 ParsedCoreHeader::parse call site: 00396 ImageReader::decode_into
67 301 Limits::check_dimensions call site: 00301 ImageReader::decode_into
65 641 DecodedImageMetadata::apply_metdata call site: 00641 Orientation::locate_orientation_entry
37 469 DecodedImageMetadata::access_block_with call site: 00469 ImageReader::decode_to_dynimage
33 86 ImageDecoder::format_attributes call site: 00086 ImageReader::decode_into
26 58 ImageBuffer::image_buffer_len call site: 00058 ImageReader::decode_into
24 579 decoder_to_image call site: 00579 TgaDecoder::expand_color_map
21 555 decoder_to_image call site: 00555 ImageReader::decode_into
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
18 120 ImageLayout::total_bytes call site: 00120 Enlargeable::clamp_from
18 620 DecodedImageMetadata::exif_metadata call site: 00620 Moxcms::parse_icc

Runtime coverage analysis

Covered functions
213
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_bmp.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_exr

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 496 60.8%
gold [1:9] 34 4.17%
yellow [10:29] 54 6.62%
greenyellow [30:49] 10 1.22%
lawngreen 50+ 221 27.1%
All colors 815 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
74 732 ImageReader::set_limits call site: 00732 ImageReader::decode_into
62 161 MetadataBlock::get call site: 00161 overlay_bounds_ext
53 70 ImageLayout::total_bytes call site: 00070 Orientation::locate_orientation_entry
48 644 gcd call site: 00644 ImageReader::decode_into
35 595 BmpDecoder::read_headers call site: 00595 ImageReader::decode_into
34 283 ColorType::channel_count call site: 00283 ImageReader::decode_into
26 693 Delay::from_numer_denom_ms call site: 00693 BmpDecoder::read_headers
18 29 ColorType::channel_count call site: 00029 ImageReader::fill_header_metadata_if_any
18 48 ImageLayout::total_bytes call site: 00048 Enlargeable::clamp_from
13 227 TgaDecoder::expand_color_map call site: 00227 ImageReader::decode_into
10 270 TgaDecoder::expand_color_map call site: 00270 Limits::check_layout_dimensions
8 0 EP call site: 00000 BmpDecoder::read_headers

Runtime coverage analysis

Covered functions
1854
Functions that are reachable but not covered
5
Reachable functions
8
Percentage of reachable functions covered
37.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
fuzz/fuzzers/fuzzer_script_exr.rs 21
src/codecs/openexr.rs 35
src/hooks.rs 20
src/codecs/bmp/decoder.rs 63
src/io/image_reader_type.rs 28
src/io/decoder.rs 3
src/images/flat.rs 1
src/codecs/hdr/decoder.rs 7
src/color.rs 10
src/io.rs 3
src/traits.rs 10
src/metadata.rs 10
src/codecs/tga/decoder.rs 12
src/images/buffer.rs 10
src/images/buffer_par.rs 3
src/animation.rs 17
src/imageops/mod.rs 11
src/images/generic_image.rs 2
src/error.rs 1
src/io/limits.rs 5
src/codecs/farbfeld.rs 13
src/utils/mod.rs 3

Fuzzer: fuzzer_script_jpeg

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 524 71.8%
gold [1:9] 16 2.19%
yellow [10:29] 19 2.60%
greenyellow [30:49] 4 0.54%
lawngreen 50+ 166 22.7%
All colors 729 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
61 215 MetadataBlock::get call site: 00215 overlay_bounds_ext
47 142 ImageLayout::total_bytes call site: 00142 Orientation::locate_orientation_entry
46 452 MetadataBlock::get call site: 00452 Delay::closest_bounded_fraction
28 396 ParsedCoreHeader::parse call site: 00396 ImageReader::decode_into
28 678 DynamicImage::apply_orientation call site: 00678 rotate270_in
27 92 ImageReader::fill_header_metadata_if_any call site: 00092 ImageReader::decode_into
21 337 TgaDecoder::expand_color_map call site: 00337 Limits::check_layout_dimensions
20 708 ImageReader::decode_to_dynimage call site: 00708 I::m::a::g::e::R::e::a::d::e::r::::::::i::n::t::o::_::f::r::a::m::e::s::is_end_reached
19 428 ImageLayout::total_bytes_overflows_u64 call site: 00428 ImageReader::decode_into
18 120 ImageLayout::total_bytes call site: 00120 Enlargeable::clamp_from
16 19 ImageReaderOptions::set_format call site: 00019
16 661 Orientation::from_exif_chunk call site: 00661 rotate90_in

Runtime coverage analysis

Covered functions
1854
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
fuzz/fuzzers/fuzzer_script_jpeg.rs 2
src/images/dynimage.rs 19
src/hooks.rs 30
src/io/free_functions.rs 15
src/io/image_reader_type.rs 60
tests/limits_anim.rs 7
src/animation.rs 15
src/images/buffer.rs 13
src/images/buffer_par.rs 3
tests/metadata.rs 7
tests/reference_images.rs 13
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 1
src/io.rs 3
src/traits.rs 5
src/metadata.rs 16
src/codecs/tga/decoder.rs 12
src/imageops/mod.rs 11
src/images/generic_image.rs 3
src/error.rs 1
src/io/limits.rs 6
src/codecs/bmp/decoder.rs 8
src/codecs/farbfeld.rs 14
src/codecs/avif/encoder.rs 4
tests/regression.rs 2
src/metadata/moxcms.rs 3
src/metadata/cicp.rs 7
src/imageops/affine.rs 10

Fuzzer: fuzzer_script_guess

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 508 83.6%
gold [1:9] 1 0.16%
yellow [10:29] 5 0.82%
greenyellow [30:49] 2 0.32%
lawngreen 50+ 91 14.9%
All colors 607 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
65 488 Header::from_reader call site: 00488 ImageReader::decode_into
61 186 MetadataBlock::get call site: 00186 overlay_bounds_ext
48 375 gcd call site: 00375 ImageReader::decode_into
47 101 ImageLayout::total_bytes call site: 00101 Orientation::locate_orientation_entry
45 424 Delay::from_numer_denom_ms call site: 00424 Header::from_reader
39 0 EP call site: 00000 ImageReaderOptions::with_guessed_format
27 51 ImageReader::fill_header_metadata_if_any call site: 00051 ImageReader::decode_into
25 347 limit_string_len call site: 00347 GifEncoder::set_repeat
21 308 TgaDecoder::expand_color_map call site: 00308 Limits::check_layout_dimensions
18 79 ImageLayout::total_bytes call site: 00079 Enlargeable::clamp_from
14 277 TgaDecoder::expand_color_map call site: 00277 ImageReader::fill_header_metadata_if_any
13 251 TgaDecoder::expand_color_map call site: 00251 ImageReader::decode_into

Runtime coverage analysis

Covered functions
1854
Functions that are reachable but not covered
2
Reachable functions
2
Percentage of reachable functions covered
0.0%
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
fuzz/fuzzers/fuzzer_script_guess.rs 2
src/images/dynimage.rs 4
src/hooks.rs 54
src/io/image_reader_type.rs 38
src/animation.rs 17
src/codecs/hdr/decoder.rs 7
src/color.rs 5
src/io/decoder.rs 3
src/images/flat.rs 2
src/io.rs 13
src/traits.rs 10
src/metadata.rs 10
src/codecs/tga/decoder.rs 13
src/images/buffer.rs 10
src/images/buffer_par.rs 3
src/imageops/mod.rs 11
src/images/generic_image.rs 2
src/error.rs 1
src/io/limits.rs 5
src/codecs/gif.rs 6
src/io/free_functions.rs 10
tests/limits_anim.rs 7
src/codecs/tga/header.rs 5
src/codecs/openexr.rs 4

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.

fuzz/fuzzers/fuzzer_script_hdr.rs

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=['ImageLayout::total_bytes', 'DecodedImageMetadata::apply_metdata', 'Limits::check_dimensions', 'limit_string_len', 'ImageLayout::total_bytes_overflows_u64', 'DecodedImageMetadata::access_block_with', 'ImageBuffer::from_raw', 'ImageBuffer::image_buffer_len', 'ImageReader::decode_to_dynimage', '&RgbaImage::len']

fuzz/fuzzers/fuzzer_script_pnm.rs

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=['ImageLayout::total_bytes', 'Limits::check_dimensions', 'DecodedImageMetadata::apply_metdata', 'ImageLayout::total_bytes_overflows_u64', 'ImageReader::fill_header_metadata_if_any', 'DecodedImageMetadata::access_block_with', 'ImageBuffer::image_buffer_len', 'decoder_to_image', 'ImageReader::decode_to_dynimage']

fuzz/fuzzers/roundtrip_webp.rs

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=['ImageReader::set_limits', 'MetadataBlock::get', 'Limits::check_dimensions', 'ImageLayout::total_bytes', 'DecodedImageMetadata::apply_metdata', 'ImageReader::fill_header_metadata_if_any', 'ImageBuffer::from_raw', 'decoder_to_image']

fuzz/fuzzers/fuzzer_script_gif.rs

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=['Limits::check_dimensions', 'MetadataBlock::get', 'ImageLayout::total_bytes', 'DecodedImageMetadata::apply_metdata', 'DecodedImageMetadata::access_block_with', 'ImageReader::fill_header_metadata_if_any', 'decoder_to_image', 'ImageBuffer::from_raw', 'ImageReader::decode_to_dynimage', 'ImageBuffer::subpixels_mut']

fuzz/fuzzers/fuzzer_script_ico.rs

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=['MetadataBlock::get', 'ImageLayout::total_bytes', 'DecodedImageMetadata::apply_metdata', 'Box::read_image', 'ParsedCoreHeader::parse', 'DecodedImageMetadata::access_block_with', 'ImageBuffer::check_image_fits', 'ImageReader::fill_header_metadata_if_any', 'ImageBuffer::image_buffer_len', 'ImageReader::decode_to_dynimage']

fuzz/fuzzers/fuzzer_script_webp.rs

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=['Limits::check_dimensions', 'MetadataBlock::get', 'ImageLayout::total_bytes', 'DecodedImageMetadata::apply_metdata', 'ImageReader::fill_header_metadata_if_any', 'ImageBuffer::image_buffer_len', 'decoder_to_image', 'ImageReader::decode_to_dynimage']

fuzz/fuzzers/fuzzer_script_png.rs

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=['ColorType::channel_count', 'MetadataBlock::get', 'ImageLayout::total_bytes', 'Limits::check_dimensions', 'Orientation::from_exif_chunk', 'ImageReader::fill_header_metadata_if_any', 'ImageBuffer::image_buffer_len', 'decoder_to_image', 'ImageReader::decode_to_dynimage']

fuzz/fuzzers/fuzzer_script_tiff.rs

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=['ColorType::channel_count', 'MetadataBlock::get', 'Limits::check_dimensions', 'ImageLayout::total_bytes', 'DecodedImageMetadata::access_block_with', 'DynamicImage::apply_orientation', 'ImageReader::fill_header_metadata_if_any', 'ImageBuffer::image_buffer_len', 'decoder_to_image', 'DecodedImageMetadata::apply_metdata']

fuzz/fuzzers/fuzzer_script_tga.rs

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=['TgaDecoder::expand_color_map', 'ImageLayout::total_bytes', 'DecodingError::new', 'image::codecs::tga::TgaDecoder::new', 'R::read_exact_vec']

fuzz/fuzzers/fuzzer_script_bmp.rs

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=['ImageLayout::total_bytes', 'ParsedCoreHeader::parse', 'Limits::check_dimensions', 'DecodedImageMetadata::apply_metdata', 'DecodedImageMetadata::access_block_with', 'ImageDecoder::format_attributes', 'ImageBuffer::image_buffer_len', 'decoder_to_image', 'ImageReader::decode_to_dynimage']

fuzz/fuzzers/fuzzer_script_exr.rs

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=['ImageReader::set_limits', 'MetadataBlock::get', 'ImageLayout::total_bytes', 'gcd', 'BmpDecoder::read_headers', 'ColorType::channel_count', 'Delay::from_numer_denom_ms', 'TgaDecoder::expand_color_map']

fuzz/fuzzers/fuzzer_script_jpeg.rs

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=['MetadataBlock::get', 'ImageLayout::total_bytes', 'ParsedCoreHeader::parse', 'DynamicImage::apply_orientation', 'ImageReader::fill_header_metadata_if_any', 'TgaDecoder::expand_color_map', 'ImageReader::decode_to_dynimage', 'ImageLayout::total_bytes_overflows_u64']

fuzz/fuzzers/fuzzer_script_guess.rs

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=['Header::from_reader', 'MetadataBlock::get', 'gcd', 'ImageLayout::total_bytes', 'Delay::from_numer_denom_ms', 'ImageReader::fill_header_metadata_if_any', 'limit_string_len', 'TgaDecoder::expand_color_map']

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/image/src/io/free_functions.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] []
/src/image/src/codecs/jpeg/decoder.rs [] []
/src/image/tests/conversions.rs [] []
/src/image/src/codecs/pnm/autobreak.rs [] []
/src/image/src/codecs/avif/yuv.rs [] []
/src/image/src/imageops/filter_1d.rs [] []
/src/image/src/io/image_reader_type.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/images/dynimage.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/imageops/fast_blur.rs [] []
/src/image/src/metadata/cicp.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg']
/src/image/src/lib.rs [] []
/src/image/src/codecs/bmp/encoder.rs [] []
/src/image/src/codecs/tga/encoder.rs [] []
/src/image/fuzz/fuzzers/fuzzer_script_jpeg.rs ['fuzzer_script_jpeg'] []
/src/image/fuzz/fuzzers/fuzzer_script_pnm.rs ['fuzzer_script_pnm'] []
/src/image/fuzz/fuzzers/fuzzer_script_webp.rs ['fuzzer_script_webp'] []
/src/image/src/images/flat.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/io/decoder.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/codecs/ico/decoder.rs [] []
/src/image/src/images/buffer.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/benches/encode.rs [] []
/src/image/src/imageops/sample.rs [] []
/src/image/benches/imageops.rs [] []
/src/image/src/metadata.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_gif', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/examples/scaledown/main.rs [] []
/src/image/src/codecs/pnm/decoder.rs [] []
/src/image/src/codecs/png.rs [] []
/src/image/benches/convert.rs [] []
/src/image/src/codecs/ico/encoder.rs [] []
/src/image/src/codecs/bmp/decoder.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg']
/src/image/src/math/rect.rs [] []
/src/image/tests/bad_images.rs [] []
/src/image/tests/regression.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg'] []
/src/image/src/io.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/imageops/resize.rs [] []
/src/image/src/codecs/avif/ycgco.rs [] []
/src/image/src/codecs/avif/encoder.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg']
/src/image/src/codecs/farbfeld.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg']
/src/image/tests/save_pnm.rs [] []
/src/image/src/animation.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/codecs/jpeg/encoder.rs [] []
/src/image/src/hooks.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/fuzz/fuzzers/fuzzer_script_bmp.rs ['fuzzer_script_bmp'] []
/src/image/src/io/encoder.rs [] []
/src/image/tests/truncate_images.rs [] []
/src/image/src/codecs/hdr/encoder.rs [] []
/src/image/src/imageops/colorops.rs [] []
/src/image/tests/save_jpeg.rs [] []
/src/image/src/math/utils.rs [] []
/src/image/fuzz/fuzzers/fuzzer_script_gif.rs ['fuzzer_script_gif'] []
/src/image/fuzz/fuzzers/roundtrip_webp.rs ['roundtrip_webp'] []
/src/image/src/io/format.rs [] []
/src/image/fuzz/fuzzers/fuzzer_script_guess.rs ['fuzzer_script_guess'] []
/src/image/benches/bgra_to_rgba.rs [] []
/src/image/src/primitive_sealed.rs [] []
/src/image/src/codecs/tga/header.rs ['roundtrip_webp', 'fuzzer_script_tga', 'fuzzer_script_guess'] ['roundtrip_webp', 'fuzzer_script_tga', 'fuzzer_script_guess']
/src/image/src/codecs/pnm/header.rs [] []
/src/image/src/images/generic_image.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/imageops/affine.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg'] ['fuzzer_script_tiff', 'fuzzer_script_jpeg']
/src/image/benches/copy_from.rs [] []
/src/image/fuzz/fuzzers/fuzzer_script_hdr.rs ['fuzzer_script_hdr'] []
/src/image/src/images/buffer_par.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/fuzz/fuzzers/fuzzer_script_ico.rs ['fuzzer_script_ico'] []
/src/image/tests/limits_anim.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] []
/src/image/src/traits.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['roundtrip_webp', 'fuzzer_script_webp', 'fuzzer_script_tiff', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/images/sub_image.rs [] []
/src/image/src/error.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/codecs/webp/decoder.rs [] []
/src/image/fuzz-afl/reproducers/utils.rs [] []
/src/image/src/imageops/mod.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] []
/src/image/examples/concat/main.rs [] []
/src/image/src/codecs/tiff.rs [] []
/src/image/src/codecs/webp/encoder.rs [] []
/src/image/src/codecs/pnm/mod.rs [] []
/src/image/src/codecs/qoi.rs [] []
/src/image/fuzz-afl/reproducers/reproduce_pnm.rs [] []
/src/image/src/codecs/hdr/decoder.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/benches/blur.rs [] []
/src/image/src/codecs/pnm/encoder.rs [] []
/src/image/src/io/limits.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/utils/mod.rs ['fuzzer_script_exr'] ['fuzzer_script_exr']
/src/image/src/metadata/moxcms.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg'] ['roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_jpeg']
/src/image/src/codecs/tga/decoder.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/src/codecs/avif/decoder.rs [] []
/src/image/src/codecs/gif.rs ['fuzzer_script_guess'] ['fuzzer_script_guess']
/src/image/tests/metadata.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg'] []
/src/image/src/color.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess'] ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_tga', 'fuzzer_script_bmp', 'fuzzer_script_exr', 'fuzzer_script_jpeg', 'fuzzer_script_guess']
/src/image/fuzz/fuzzers/fuzzer_script_exr.rs ['fuzzer_script_exr'] []
/src/image/tests/reference_images.rs ['fuzzer_script_hdr', 'fuzzer_script_pnm', 'roundtrip_webp', 'fuzzer_script_gif', 'fuzzer_script_ico', 'fuzzer_script_webp', 'fuzzer_script_png', 'fuzzer_script_tiff', 'fuzzer_script_bmp', 'fuzzer_script_jpeg'] []
/src/image/benches/decode.rs [] []
/src/image/fuzz/fuzzers/fuzzer_script_png.rs ['fuzzer_script_png'] []
/src/image/fuzz/fuzzers/fuzzer_script_tga.rs ['fuzzer_script_tga'] ['fuzzer_script_tga']
/src/image/src/codecs/openexr.rs ['fuzzer_script_tga', 'fuzzer_script_exr', 'fuzzer_script_guess'] ['fuzzer_script_tga', 'fuzzer_script_exr', 'fuzzer_script_guess']
/src/image/fuzz-afl/reproducers/reproduce_webp.rs [] []
/src/image/tests/limits.rs [] []
/src/image/fuzz/fuzzers/fuzzer_script_tiff.rs ['fuzzer_script_tiff'] []

Directories in report

Directory
/src/image/fuzz-afl/reproducers/
/src/image/fuzz/fuzzers/
/src/image/src/codecs/jpeg/
/src/image/src/imageops/
/src/image/src/io/
/src/image/src/codecs/tga/
/src/image/src/codecs/pnm/
/src/image/src/utils/
/src/image/src/codecs/bmp/
/src/image/tests/
/src/image/src/codecs/webp/
/src/image/src/codecs/
/src/image/src/codecs/ico/
/src/image/src/images/
/src/image/src/
/src/image/src/codecs/avif/
/src/image/examples/scaledown/
/src/image/examples/concat/
/src/image/benches/
/src/image/src/math/
/src/image/src/codecs/hdr/
/src/image/src/metadata/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
fuzzer_script_hdr fuzzerLogFile-fuzzer_script_hdr.data fuzzerLogFile-fuzzer_script_hdr.data.yaml fuzzer_script_hdr.covreport
fuzzer_script_pnm fuzzerLogFile-fuzzer_script_pnm.data fuzzerLogFile-fuzzer_script_pnm.data.yaml fuzzer_script_pnm.covreport
roundtrip_webp fuzzerLogFile-roundtrip_webp.data fuzzerLogFile-roundtrip_webp.data.yaml roundtrip_webp.covreport
fuzzer_script_gif fuzzerLogFile-fuzzer_script_gif.data fuzzerLogFile-fuzzer_script_gif.data.yaml fuzzer_script_gif.covreport
fuzzer_script_ico fuzzerLogFile-fuzzer_script_ico.data fuzzerLogFile-fuzzer_script_ico.data.yaml fuzzer_script_ico.covreport
fuzzer_script_webp fuzzerLogFile-fuzzer_script_webp.data fuzzerLogFile-fuzzer_script_webp.data.yaml fuzzer_script_webp.covreport
fuzzer_script_png fuzzerLogFile-fuzzer_script_png.data fuzzerLogFile-fuzzer_script_png.data.yaml fuzzer_script_png.covreport
fuzzer_script_tiff fuzzerLogFile-fuzzer_script_tiff.data fuzzerLogFile-fuzzer_script_tiff.data.yaml fuzzer_script_tiff.covreport
fuzzer_script_tga fuzzerLogFile-fuzzer_script_tga.data fuzzerLogFile-fuzzer_script_tga.data.yaml fuzzer_script_tga.covreport
fuzzer_script_bmp fuzzerLogFile-fuzzer_script_bmp.data fuzzerLogFile-fuzzer_script_bmp.data.yaml fuzzer_script_bmp.covreport
fuzzer_script_exr fuzzerLogFile-fuzzer_script_exr.data fuzzerLogFile-fuzzer_script_exr.data.yaml fuzzer_script_webp.covreport , fuzzer_script_bmp.covreport , fuzzer_script_tga.covreport , fuzzer_script_gif.covreport , fuzzer_script_pnm.covreport , fuzzer_script_tiff.covreport , fuzzer_script_ico.covreport , roundtrip_webp.covreport , fuzzer_script_hdr.covreport , fuzzer_script_png.covreport
fuzzer_script_jpeg fuzzerLogFile-fuzzer_script_jpeg.data fuzzerLogFile-fuzzer_script_jpeg.data.yaml fuzzer_script_webp.covreport , fuzzer_script_bmp.covreport , fuzzer_script_tga.covreport , fuzzer_script_gif.covreport , fuzzer_script_pnm.covreport , fuzzer_script_tiff.covreport , fuzzer_script_ico.covreport , roundtrip_webp.covreport , fuzzer_script_hdr.covreport , fuzzer_script_png.covreport
fuzzer_script_guess fuzzerLogFile-fuzzer_script_guess.data fuzzerLogFile-fuzzer_script_guess.data.yaml fuzzer_script_webp.covreport , fuzzer_script_bmp.covreport , fuzzer_script_tga.covreport , fuzzer_script_gif.covreport , fuzzer_script_pnm.covreport , fuzzer_script_tiff.covreport , fuzzer_script_ico.covreport , roundtrip_webp.covreport , fuzzer_script_hdr.covreport , fuzzer_script_png.covreport