Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-06-10

Project overview: ghostscript

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
3.0%
809 / 27152
Cyclomatic complexity statically reachable by fuzzers
3.0%
5199 / 182556
Runtime code coverage of functions
31.0%
8467 / 27152

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
gstoraster_ps_fuzzer gstoraster_ps_fuzzer.cc 931 26656 17 72 0 2791 gstoraster_ps_fuzzer.cc
gstoraster_pdf_fuzzer gstoraster_pdf_fuzzer.cc 931 26656 17 72 0 2793 gstoraster_pdf_fuzzer.cc
gstoraster_fuzzer_all_colors gstoraster_fuzzer_all_colors.cc 930 26657 17 72 0 2787 gstoraster_fuzzer_all_colors.cc
gs_device_pgmraw_fuzzer gs_device_pgmraw_fuzzer.cc 929 26658 16 72 0 2786 gs_device_pgmraw_fuzzer.cc
gs_device_pxlcolor_fuzzer gs_device_pxlcolor_fuzzer.cc 929 26658 16 72 0 2786 gs_device_pxlcolor_fuzzer.cc
gs_device_pdfwrite_opts_fuzzer gs_device_pdfwrite_opts_fuzzer.cc 929 26658 16 72 0 2787 gs_device_pdfwrite_opts_fuzzer.cc
gs_device_tiffsep1_fuzzer gs_device_tiffsep1_fuzzer.cc 930 26658 16 72 0 2786 gs_device_tiffsep1_fuzzer.cc
gs_device_png16m_fuzzer gs_device_png16m_fuzzer.cc 929 26658 16 72 0 2786 gs_device_png16m_fuzzer.cc
gs_device_pxlmono_fuzzer gs_device_pxlmono_fuzzer.cc 929 26658 16 72 0 2786 gs_device_pxlmono_fuzzer.cc
gs_device_xpswrite_fuzzer gs_device_xpswrite_fuzzer.cc 929 26658 16 72 0 2786 gs_device_xpswrite_fuzzer.cc
gs_device_pdfwrite_fuzzer gs_device_pdfwrite_fuzzer.cc 929 26658 16 72 0 2786 gs_device_pdfwrite_fuzzer.cc
gs_device_bmpmono_fuzzer gs_device_bmpmono_fuzzer.cc 929 26658 16 72 0 2786 gs_device_bmpmono_fuzzer.cc
gs_device_ps2write_fuzzer gs_device_ps2write_fuzzer.cc 929 26658 16 72 0 2786 gs_device_ps2write_fuzzer.cc
gs_device_faxg3_fuzzer gs_device_faxg3_fuzzer.cc 929 26658 16 72 0 2786 gs_device_faxg3_fuzzer.cc
gs_device_psdcmyk_fuzzer gs_device_psdcmyk_fuzzer.cc 929 26658 16 72 0 2786 gs_device_psdcmyk_fuzzer.cc
gstoraster_fuzzer gstoraster_fuzzer.cc 930 26657 17 72 0 2786 gstoraster_fuzzer.cc
gs_device_eps2write_fuzzer gs_device_eps2write_fuzzer.cc 929 26658 16 72 0 2786 gs_device_eps2write_fuzzer.cc
ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c 112 27087 7 6 0 306 xml_parsebuffer_fuzzer.c
ghostpdl/expat/fuzz/xml_parse_fuzzer.c ghostpdl/expat/fuzz/xml_parse_fuzzer.c 112 27087 7 5 0 305 xml_parse_fuzzer.c
ghostpdl/brotli/c/fuzz/decode_fuzzer.c ghostpdl/brotli/c/fuzz/decode_fuzzer.c 100 27103 7 8 0 305 decode_fuzzer.c
ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc 300 26946 17 22 0 1831 libpng_read_fuzzer.cc

Fuzzer details

Fuzzer: gstoraster_ps_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1656 69.6%
gold [1:9] 4 0.16%
yellow [10:29] 0 0.0%
greenyellow [30:49] 6 0.25%
lawngreen 50+ 710 29.8%
All colors 2376 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
141 1368 gs_add_control_path_len call site: 01368 handle_dash_c
101 1776 gs_findiodevice call site: 01776 pjl_set_fs_download_state
98 2059 gs_add_outputfile_control_path call site: 02059 pl_main_set_parsed_param
85 1685 gs_snprintf call site: 01685 pjl_set
85 1968 gp_unlink call site: 01968 pjl_parse_and_process_line
69 859 gdev_prn_allocate call site: 00859 gx_saved_pages_list_print
50 2325 sfclose call site: 02325 gsapi_exit
47 430 gs_lib_finit call site: 00430 gsapi_init_with_args
43 2280 sreadbuf call site: 02280 s_process_read_buf
40 1223 clist_close_writer_and_init_reader call site: 01223 gx_output_saved_page
38 762 gx_default_size_buf_device call site: 00762 set_planar
36 1535 gp_file_dealloc call site: 01535 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
5379
Functions that are reachable but not covered
508
Reachable functions
931
Percentage of reachable functions covered
45.44%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
gstoraster_ps_fuzzer.cc 3
gs_fuzzlib.h 9
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gstoraster_pdf_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1671 70.3%
gold [1:9] 8 0.33%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 697 29.3%
All colors 2376 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
141 1368 gs_add_control_path_len call site: 01368 handle_dash_c
101 1776 gs_findiodevice call site: 01776 pjl_set_fs_download_state
98 2059 gs_add_outputfile_control_path call site: 02059 pl_main_set_parsed_param
86 1685 gs_snprintf call site: 01685 pjl_set
85 1968 gp_unlink call site: 01968 pjl_parse_and_process_line
69 859 gdev_prn_allocate call site: 00859 gx_saved_pages_list_print
50 2325 sfclose call site: 02325 gsapi_exit
47 430 gs_lib_finit call site: 00430 gsapi_init_with_args
43 2280 sreadbuf call site: 02280 s_process_read_buf
40 1223 clist_close_writer_and_init_reader call site: 01223 gx_output_saved_page
38 762 gx_default_size_buf_device call site: 00762 set_planar
36 1535 gp_file_dealloc call site: 01535 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6070
Functions that are reachable but not covered
527
Reachable functions
931
Percentage of reachable functions covered
43.39%
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
gstoraster_pdf_fuzzer.cc 3
gs_fuzzlib.h 9
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gstoraster_fuzzer_all_colors

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 1651 69.5%
gold [1:9] 8 0.33%
yellow [10:29] 2 0.08%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 714 30.0%
All colors 2375 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
141 1367 gs_add_control_path_len call site: 01367 handle_dash_c
101 1775 gs_findiodevice call site: 01775 pjl_set_fs_download_state
98 2058 gs_add_outputfile_control_path call site: 02058 pl_main_set_parsed_param
85 1684 gs_snprintf call site: 01684 pjl_set
85 1967 gp_unlink call site: 01967 pjl_parse_and_process_line
69 858 gdev_prn_allocate call site: 00858 gx_saved_pages_list_print
50 2324 sfclose call site: 02324 gsapi_exit
47 429 gs_lib_finit call site: 00429 gsapi_init_with_args
43 2279 sreadbuf call site: 02279 s_process_read_buf
40 1222 clist_close_writer_and_init_reader call site: 01222 gx_output_saved_page
38 761 gx_default_size_buf_device call site: 00761 set_planar
36 1534 gp_file_dealloc call site: 01534 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
5775
Functions that are reachable but not covered
505
Reachable functions
930
Percentage of reachable functions covered
45.7%
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
gstoraster_fuzzer_all_colors.cc 2
gs_fuzzlib.h 9
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_pgmraw_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1673 70.4%
gold [1:9] 8 0.33%
yellow [10:29] 1 0.04%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 692 29.1%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
38 760 gx_default_size_buf_device call site: 00760 set_planar
37 1224 check_device_compatible_encoding call site: 01224 gx_output_saved_page
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6524
Functions that are reachable but not covered
502
Reachable functions
929
Percentage of reachable functions covered
45.96%
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
gs_device_pgmraw_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_pxlcolor_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1682 70.8%
gold [1:9] 8 0.33%
yellow [10:29] 1 0.04%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 683 28.7%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
38 760 gx_default_size_buf_device call site: 00760 set_planar
37 1224 check_device_compatible_encoding call site: 01224 gx_output_saved_page
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6729
Functions that are reachable but not covered
497
Reachable functions
929
Percentage of reachable functions covered
46.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
gs_device_pxlcolor_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_pdfwrite_opts_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1811 76.2%
gold [1:9] 5 0.21%
yellow [10:29] 1 0.04%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 557 23.4%
All colors 2374 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
169 757 gdev_mem_bits_size call site: 00757 gx_saved_pages_list_print
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
100 1775 gs_parse_file_name call site: 01775 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
67 1298 gx_semaphore_free call site: 01298 gx_saved_pages_param_process
65 1034 memfile_init_empty call site: 01034 memfile_fwrite_chars
58 1140 memfile_set_memory_warning call site: 01140 pl_main_arg_fopen
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf

Runtime coverage analysis

Covered functions
6723
Functions that are reachable but not covered
521
Reachable functions
929
Percentage of reachable functions covered
43.92%
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
gs_device_pdfwrite_opts_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_tiffsep1_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1659 69.8%
gold [1:9] 2 0.08%
yellow [10:29] 1 0.04%
greenyellow [30:49] 2 0.08%
lawngreen 50+ 712 29.9%
All colors 2376 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
141 1368 gs_add_control_path_len call site: 01368 handle_dash_c
101 1776 gs_findiodevice call site: 01776 pjl_set_fs_download_state
98 2059 gs_add_outputfile_control_path call site: 02059 pl_main_set_parsed_param
85 1685 gs_snprintf call site: 01685 pjl_set
85 1968 gp_unlink call site: 01968 pjl_parse_and_process_line
69 859 gdev_prn_allocate call site: 00859 gx_saved_pages_list_print
50 2325 sfclose call site: 02325 gsapi_exit
47 430 gs_lib_finit call site: 00430 gsapi_init_with_args
43 2280 sreadbuf call site: 02280 s_process_read_buf
38 1225 check_device_compatible_encoding call site: 01225 gx_output_saved_page
36 1535 gp_file_dealloc call site: 01535 pjl_parse_and_process_line
36 1639 apr_vformatter call site: 01639 conv_os_thread_t

Runtime coverage analysis

Covered functions
6709
Functions that are reachable but not covered
505
Reachable functions
930
Percentage of reachable functions covered
45.7%
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
gs_device_tiffsep1_fuzzer.cc 4
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_png16m_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1675 70.5%
gold [1:9] 2 0.08%
yellow [10:29] 3 0.12%
greenyellow [30:49] 2 0.08%
lawngreen 50+ 692 29.1%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
100 1775 gs_parse_file_name call site: 01775 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
38 760 gx_default_size_buf_device call site: 00760 set_planar
37 1224 check_device_compatible_encoding call site: 01224 gx_output_saved_page
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6471
Functions that are reachable but not covered
504
Reachable functions
929
Percentage of reachable functions covered
45.75%
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
gs_device_png16m_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_pxlmono_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1693 71.3%
gold [1:9] 3 0.12%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 678 28.5%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
38 760 gx_default_size_buf_device call site: 00760 set_planar
37 1224 check_device_compatible_encoding call site: 01224 gx_output_saved_page
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6592
Functions that are reachable but not covered
498
Reachable functions
929
Percentage of reachable functions covered
46.39%
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
gs_device_pxlmono_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_xpswrite_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1683 70.8%
gold [1:9] 6 0.25%
yellow [10:29] 1 0.04%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 684 28.8%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
38 760 gx_default_size_buf_device call site: 00760 set_planar
37 1224 check_device_compatible_encoding call site: 01224 gx_output_saved_page
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6691
Functions that are reachable but not covered
499
Reachable functions
929
Percentage of reachable functions covered
46.29%
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
gs_device_xpswrite_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_pdfwrite_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1814 76.4%
gold [1:9] 2 0.08%
yellow [10:29] 1 0.04%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 557 23.4%
All colors 2374 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
169 757 gdev_mem_bits_size call site: 00757 gx_saved_pages_list_print
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
67 1298 gx_semaphore_free call site: 01298 gx_saved_pages_param_process
65 1034 memfile_init_empty call site: 01034 memfile_fwrite_chars
58 1140 memfile_set_memory_warning call site: 01140 pl_main_arg_fopen
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf

Runtime coverage analysis

Covered functions
7007
Functions that are reachable but not covered
518
Reachable functions
929
Percentage of reachable functions covered
44.24%
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
gs_device_pdfwrite_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_bmpmono_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1682 70.8%
gold [1:9] 4 0.16%
yellow [10:29] 3 0.12%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 685 28.8%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
39 1222 check_device_compatible_encoding call site: 01222 gx_output_saved_page
38 760 gx_default_size_buf_device call site: 00760 set_planar
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6534
Functions that are reachable but not covered
503
Reachable functions
929
Percentage of reachable functions covered
45.86%
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
gs_device_bmpmono_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_ps2write_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1667 70.2%
gold [1:9] 7 0.29%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 700 29.4%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
38 760 gx_default_size_buf_device call site: 00760 set_planar
37 1224 check_device_compatible_encoding call site: 01224 gx_output_saved_page
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
7698
Functions that are reachable but not covered
493
Reachable functions
929
Percentage of reachable functions covered
46.93%
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
gs_device_ps2write_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_faxg3_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1681 70.8%
gold [1:9] 6 0.25%
yellow [10:29] 1 0.04%
greenyellow [30:49] 1 0.04%
lawngreen 50+ 685 28.8%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
39 1222 check_device_compatible_encoding call site: 01222 gx_output_saved_page
38 760 gx_default_size_buf_device call site: 00760 set_planar
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6521
Functions that are reachable but not covered
501
Reachable functions
929
Percentage of reachable functions covered
46.07%
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
gs_device_faxg3_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_psdcmyk_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1663 70.0%
gold [1:9] 12 0.50%
yellow [10:29] 2 0.08%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 697 29.3%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
38 1223 check_device_compatible_encoding call site: 01223 gx_output_saved_page
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line
36 1637 apr_vformatter call site: 01637 conv_os_thread_t

Runtime coverage analysis

Covered functions
6192
Functions that are reachable but not covered
506
Reachable functions
929
Percentage of reachable functions covered
45.53%
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
gs_device_psdcmyk_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gstoraster_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1657 69.7%
gold [1:9] 3 0.12%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 715 30.1%
All colors 2375 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
141 1367 gs_add_control_path_len call site: 01367 handle_dash_c
101 1775 gs_findiodevice call site: 01775 pjl_set_fs_download_state
98 2058 gs_add_outputfile_control_path call site: 02058 pl_main_set_parsed_param
85 1684 gs_snprintf call site: 01684 pjl_set
85 1967 gp_unlink call site: 01967 pjl_parse_and_process_line
69 858 gdev_prn_allocate call site: 00858 gx_saved_pages_list_print
50 2324 sfclose call site: 02324 gsapi_exit
47 429 gs_lib_finit call site: 00429 gsapi_init_with_args
43 2279 sreadbuf call site: 02279 s_process_read_buf
40 1222 clist_close_writer_and_init_reader call site: 01222 gx_output_saved_page
38 761 gx_default_size_buf_device call site: 00761 set_planar
36 1534 gp_file_dealloc call site: 01534 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
6476
Functions that are reachable but not covered
504
Reachable functions
930
Percentage of reachable functions covered
45.81%
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
gstoraster_fuzzer.cc 2
gs_fuzzlib.h 9
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: gs_device_eps2write_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1669 70.3%
gold [1:9] 5 0.21%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 700 29.4%
All colors 2374 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
141 1366 gs_add_control_path_len call site: 01366 handle_dash_c
101 1774 gs_findiodevice call site: 01774 pjl_set_fs_download_state
98 2057 gs_add_outputfile_control_path call site: 02057 pl_main_set_parsed_param
85 1683 gs_snprintf call site: 01683 pjl_set
85 1966 gp_unlink call site: 01966 pjl_parse_and_process_line
69 857 gdev_prn_allocate call site: 00857 gx_saved_pages_list_print
50 2323 sfclose call site: 02323 gsapi_exit
47 428 gs_lib_finit call site: 00428 gsapi_init_with_args
43 2278 sreadbuf call site: 02278 s_process_read_buf
38 760 gx_default_size_buf_device call site: 00760 set_planar
37 1224 check_device_compatible_encoding call site: 01224 gx_output_saved_page
36 1533 gp_file_dealloc call site: 01533 pjl_parse_and_process_line

Runtime coverage analysis

Covered functions
7473
Functions that are reachable but not covered
493
Reachable functions
929
Percentage of reachable functions covered
46.93%
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
gs_device_eps2write_fuzzer.cc 2
gs_fuzzlib.h 8
ghostpdl/pcl/pl/plapi.c 12
ghostpdl/base/gsmalloc.c 18
ghostpdl/jbig2dec/memento.c 10
ghostpdl/base/gxsync.c 7
ghostpdl/base/gp_psync.c 14
ghostpdl/base/gslibctx.c 52
ghostpdl/base/gsicc_lcms2mt.c 5
ghostpdl/lcms2mtcmsplugin.c 48
ghostpdl/lcms2mtcmserr.c 18
ghostpdl/lcms2mtlcms2_internal.h 2
ghostpdl/lcms2mtcmsintrp.c 3
ghostpdl/lcms2mtcmstypes.c 6
ghostpdl/lcms2mtcmspack.c 5
ghostpdl/lcms2mtcmscnvrt.c 5
ghostpdl/lcms2mtcmsgamma.c 6
ghostpdl/lcms2mtcmsopt.c 5
ghostpdl/lcms2mtcmsxform.c 4
ghostpdl/base/gp_os2.c 9
ghostpdl/base/gsmemory.c 3
ghostpdl/base/gpmisc.c 28
ghostpdl/base/gp_unifn.c 1
ghostpdl/base/gp_os2fs.c 1
ghostpdl/base/gsmemret.c 1
ghostpdl/base/gsmchunk.c 13
ghostpdl/pcl/pl/plmain.c 137
ghostpdl/base/gsdevice.c 16
ghostpdl/pcl/pl/pltop.c 29
ghostpdl/base/gsiodev.c 16
ghostpdl/base/gsinit.c 3
ghostpdl/base/gxfapi.c 1
ghostpdl/base/gsargs.c 17
ghostpdl/base/gsmisc.c 6
ghostpdl/base/gdevdflt.c 8
ghostpdl/base/gxclpage.c 47
ghostpdl/base/gdevprn.c 29
ghostpdl/base/gxclist.c 43
ghostpdl/devices/gdevdsp.c 7
ghostpdl/base/gdevmem.c 2
ghostpdl/base/gdevmpla.c 6
ghostpdl/cups/gdevcups.c 1
ghostpdl/devices/gdevplib.c 4
ghostpdl/freetypecache/ftccache.c 1
ghostpdl/freetypecache/ftcmru.c 3
ghostpdl/base/gsparams.c 16
ghostpdl/toolbin/halftone/gen_ordered/gen_ordered_main.c 3
ghostpdl/base/strmio.c 14
ghostpdl/base/sfxcommon.c 20
ghostpdl/base/sfxstdio.c 7
ghostpdl/base/gxclutil.c 31
ghostpdl/base/gxclread.c 22
ghostpdl/base/gxclmem.c 21
ghostpdl/base/gsicc_manage.c 5
ghostpdl/base/gsicc_cache.c 8
ghostpdl/base/gsdparam.c 2
ghostpdl/base/gxclthrd.c 21
ghostpdl/zlib/gzlib.c 3
ghostpdl/ijs/ijs_server.c 17
ghostpdl/ijs/ijs.c 4
ghostpdl/toolbin/tests/fuzzy.c 1
ghostpdl/base/gsstrtok.c 2
ghostpdl/pcl/pl/pjtop.c 2
ghostpdl/pcl/pl/pjparse.c 70
ghostpdl/base/gp.h 1
ghostpdl/base/gssprintf.c 35
ghostpdl/base/gsstrl.c 1
ghostpdl/base/gsfname.c 3
ghostpdl/base/gsioram.c 7
ghostpdl/base/ramfs.c 1
ghostpdl/base/gsparaml.c 29
ghostpdl/base/stream.c 9

Fuzzer: ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c

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 427 99.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.23%
All colors 428 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
427 0 EP call site: 00000 XML_ExternalEntityParserCreate

Runtime coverage analysis

Covered functions
9176
Functions that are reachable but not covered
110
Reachable functions
112
Percentage of reachable functions covered
1.79%
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
ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c 8
ghostpdl/expat/lib/xmlparse.c 83
ghostpdl/expat/fuzz/xml_parse_fuzzer.c 11
ghostpdl/expat/lib/siphash.h 8
ghostpdl/demos/MATLAB/gs_displaydevice.c 2
ghostpdl/toolbin/bmpcmp.c 6

Fuzzer: ghostpdl/expat/fuzz/xml_parse_fuzzer.c

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 427 99.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.23%
All colors 428 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
427 0 EP call site: 00000 XML_ExternalEntityParserCreate

Runtime coverage analysis

Covered functions
9176
Functions that are reachable but not covered
110
Reachable functions
112
Percentage of reachable functions covered
1.79%
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
ghostpdl/expat/fuzz/xml_parse_fuzzer.c 19
ghostpdl/expat/lib/xmlparse.c 83
ghostpdl/expat/lib/siphash.h 8
ghostpdl/demos/MATLAB/gs_displaydevice.c 2
ghostpdl/toolbin/bmpcmp.c 6

Fuzzer: ghostpdl/brotli/c/fuzz/decode_fuzzer.c

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 283 99.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.35%
All colors 284 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
283 0 EP call site: 00000 BrotliDecoderDecompressStream

Runtime coverage analysis

Covered functions
9176
Functions that are reachable but not covered
99
Reachable functions
100
Percentage of reachable functions covered
1.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
ghostpdl/brotli/c/fuzz/decode_fuzzer.c 5
ghostpdl/brotli/c/dec/decode.c 76
ghostpdl/brotli/c/dec/state.c 7
ghostpdl/brotli/c/common/shared_dictionary.c 6
ghostpdl/brotli/c/dec/bit_reader.h 13
ghostpdl/brotli/c/dec/bit_reader.c 2
ghostpdl/brotli/c/dec/huffman.c 8
ghostpdl/brotli/c/common/platform.h 3

Fuzzer: ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1333 96.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 50 3.61%
All colors 1383 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
268 136 png_destroy_png_struct call site: 00136 png_read_row
221 406 png_calculate_crc call site: 00406 png_read_row
174 786 png_colorspace_check_gamma call site: 00786 png_handle_pCAL
157 1012 png_colorspace_set_sRGB call site: 01012 png_handle_iCCP
149 1190 png_set_text_2 call site: 01190 png_read_row
147 630 png_set_IHDR call site: 00630 png_handle_cHRM
48 961 png_set_pHYs call site: 00961 png_handle_sRGB
47 0 EP call site: 00000 png_read_info
24 1358 png_destroy_write_struct call site: 01358 png_image_finish_read
23 76 png_free_data call site: 00076
22 48 png_reset_crc call site: 00048 clean_display
19 101 png_destroy_info_struct call site: 00101 png_destroy_info_struct

Runtime coverage analysis

Covered functions
9176
Functions that are reachable but not covered
273
Reachable functions
300
Percentage of reachable functions covered
9.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
ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc 29
ghostpdl/libpng/png.c 66
ghostpdl/libpng/pngrtran.c 48
ghostpdl/libpng/pngerror.c 17
ghostpdl/libpng/pngrio.c 3
ghostpdl/libpng/pngread.c 62
ghostpdl/libpng/pngrutil.c 92
ghostpdl/zlib/crc32.c 8
ghostpdl/contrib/pcl3gdevpcl3.c 5
ghostpdl/contrib/pcl3pclcap.c 3
ghostpdl/libpng/contrib/libtests/pngunknown.c 31
ghostpdl/zlib/inflate.c 5
ghostpdl/libpng/pngmem.c 3
ghostpdl/libpng/pngset.c 23
ghostpdl/libpng/arm/palette_neon_intrinsics.c 11
ghostpdl/libpng/pngtrans.c 2
ghostpdl/libpng/pngget.c 2
ghostpdl/base/gsalloc.c 7
ghostpdl/zlib/adler32.c 4
ghostpdl/libpng/pngwrite.c 7
ghostpdl/zlib/deflate.c 3
ghostpdl/libpng/pngwutil.c 1

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.

gstoraster_ps_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'clist_close_writer_and_init_reader']

gstoraster_pdf_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'clist_close_writer_and_init_reader']

gstoraster_fuzzer_all_colors.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'clist_close_writer_and_init_reader']

gs_device_pgmraw_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'gx_default_size_buf_device']

gs_device_pxlcolor_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'gx_default_size_buf_device']

gs_device_pdfwrite_opts_fuzzer.cc

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=['gdev_mem_bits_size', 'gs_add_control_path_len', 'gs_parse_file_name', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gx_semaphore_free', 'memfile_init_empty', 'memfile_set_memory_warning', 'sfclose']

gs_device_tiffsep1_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'check_device_compatible_encoding']

gs_device_png16m_fuzzer.cc

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=['gs_add_control_path_len', 'gs_parse_file_name', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'gx_default_size_buf_device']

gs_device_pxlmono_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'gx_default_size_buf_device']

gs_device_xpswrite_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'gx_default_size_buf_device']

gs_device_pdfwrite_fuzzer.cc

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=['gdev_mem_bits_size', 'gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gx_semaphore_free', 'memfile_init_empty', 'memfile_set_memory_warning', 'sfclose']

gs_device_bmpmono_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'check_device_compatible_encoding']

gs_device_ps2write_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'gx_default_size_buf_device']

gs_device_faxg3_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'check_device_compatible_encoding']

gs_device_psdcmyk_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'check_device_compatible_encoding']

gstoraster_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'clist_close_writer_and_init_reader']

gs_device_eps2write_fuzzer.cc

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=['gs_add_control_path_len', 'gs_findiodevice', 'gs_add_outputfile_control_path', 'gs_snprintf', 'gp_unlink', 'gdev_prn_allocate', 'sfclose', 'gs_lib_finit', 'sreadbuf', 'gx_default_size_buf_device']

ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


ghostpdl/expat/fuzz/xml_parse_fuzzer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


ghostpdl/brotli/c/fuzz/decode_fuzzer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc

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=['png_destroy_png_struct', 'png_calculate_crc', 'png_colorspace_check_gamma', 'png_colorspace_set_sRGB', 'png_set_text_2', 'png_set_IHDR', 'png_set_pHYs', 'png_destroy_write_struct', 'png_free_data']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

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

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
gx_default_get_initial_matrix 39 14 35.89% []
install_internal_subclass_devices 69 9 13.04%
pdf14_get_buffer_information 103 47 45.63% []
path_box.q.y=(path_box.q.y>max_fixed-expansion.y?max_fixed 34 16 47.05%
pdf14_fill_mask 86 29 33.72% []
pdf14_determine_default_blend_cs 92 45 48.91% []
pdf14_clist_stroke_path 36 19 52.77% []
pdf14_clist_begin_typed_image 81 32 39.50% []
get_pdf14_clist_device_proto 102 53 51.96% []
prn_finish_bg_print 32 3 9.375%
gdev_prn_output_page_aux 109 47 43.11% []
gdev_vector_put_params 98 53 54.08% []
gp_enumerate_files_next_impl 111 16 14.41% []
arg_next 159 48 30.18% []
get_codepoint_utf8 43 11 25.58% []
gs_type0_next_char_glyph 298 114 38.25% []
gs_cie_render_sample 39 14 35.89% []
gs_updatematrices 44 21 47.72% []
gs_cspace_new_ICC 37 11 29.72% []
gx_parse_output_file_name 43 23 53.48% []
gx_device_open_output_file 78 42 53.84% []
gx_parse_output_format 60 14 23.33% []
gx_default_get_param 431 159 36.89% []
gx_default_put_icc_colorants 41 8 19.51% []
gs_rectappend_compat 43 19 44.18% []
halftone_enum_ptrs 36 9 25.0%
halftone_reloc_ptrs 31 9 29.03%
gs_sethalftone_prepare 153 40 26.14%
gsicc_get_link 111 42 37.83% []
gsicc_alloc_link_entry 42 18 42.85% []
gscms_transform_color_const 65 19 29.23% []
gsicc_initialize_iccsmask 35 18 51.42% []
gsicc_set_profile 145 65 44.82% []
gsicc_open_search 50 19 38.0% []
gs_setdevicenprofileicc 36 8 22.22% []
rc_free_profile_array 42 23 54.76% []
gsicc_verify_device_profiles 76 29 38.15% []
gsicc_set_default_cs_value 32 17 53.12% []
do_stroke 103 43 41.74% []
fill_stroke_with_rule 31 13 41.93% []
param_coerce_typed 201 82 40.79%
param_list_copy 63 27 42.85% []
gx_effective_clip_path 64 25 39.06% []
rop_get_run_op 222 55 24.77% []
conv_fp 64 30 46.87% []
memfile_fopen 145 55 37.93% []
memfile_get_pdata 107 14 13.08% []
memfile_fclose 65 21 32.30% []
memfile_next_blk 86 30 34.88% []
memfile_set_memory_warning 50 26 52.0% []
clist_get_bits_rectangle 100 45 45.0% []
clist_teardown_render_threads 46 8 17.39% ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
cmap_gray_direct 48 26 54.16% []
gs_fapi_passfont 91 45 49.45% []
gs_image_class_2_fracs 69 5 7.246% []
gx_image3_plane_data 136 51 37.5% []
gs_image_class_0_interpolate 370 125 33.78% []
tile_colored_fill 52 26 50.0% []
gx_path_add_char_path 34 8 23.52% []
gx_path_copy_reversed 74 14 18.91% []
constant_color_quadrangle_aux 171 76 44.44% []
stroke_fill 88 34 38.63% []
s_file_switch 37 19 51.35% []
write_private_blend_dictionary 224 49 21.87% []
cups_get_matrix 34 18 52.94% []
cups_get_space_params 32 7 21.87% []
cups_map_rgb 45 16 35.55% []
cups_put_params 881 337 38.25% []
cups_print_chunked 163 41 25.15% []
gdev_pdf_put_params_impl 474 244 51.47% []
gdev_psdf_put_params 178 89 50.0% []
FT_Stream_New 50 24 48.0% []
FT_Request_Metrics 105 47 44.76% []
FT_Request_Size 36 19 52.77% []
FT_Render_Glyph_Internal 80 30 37.5% []
ft_property_do 54 28 51.85% []
FT_Stream_EnterFrame 51 24 47.05% []
cff_slot_load 298 156 52.34% []
cff_index_access_element 69 37 53.62% []
cff_font_load 247 114 46.15% []
cff_charset_load 121 31 25.61% []
cff_encoding_load 143 45 31.46% []
cff_size_init 43 23 53.48% []
cff_face_init 371 174 46.90% []
cff_parse_real 199 106 53.26% []
cff_parse_fixed_dynamic 32 5 15.62% []
do_fixed 31 12 38.70% []
cff_decoder_prepare 36 18 50.0% []
cf2_computeDarkening 75 6 8.0% []
cf2_hintmap_map 31 6 19.35% []
cf2_glyphpath_computeOffset 101 7 6.930% []
ps_parser_skip_PS_token 69 33 47.82% []
tt_face_load_svg 45 16 35.55% []
ft_smooth_render 83 21 25.30% []
T1_Open_Face 166 84 50.60% []
parse_encoding 159 19 11.94% []
parse_subrs 109 49 44.95% []
T1_Get_Private_Dict 149 73 48.99% []
_cmsHandleExtraChannels 65 10 15.38% []
DefaultEvalParametricFn 264 41 15.53% []
DefaultInterpolatorsFactory 120 41 34.16% []
BuildGrayInputMatrixPipeline 35 14 40.0% []
OptimizeByResampling 95 44 46.31% []
OptimizeMatrixShaper 64 9 14.06% []
OptimizeByComputingLinearization 125 21 16.8% []
_cmsICCcolorSpace 36 7 19.44% []
_cmsLCMScolorSpace 48 10 20.83% []
cmsChannelsOf 48 20 41.66% []
cmsPlugin 61 22 36.06% ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
cmsCreateRGBProfile 62 26 41.93% []
_cmsFindFormatter 262 81 30.91% []
jpeg_consume_input 31 17 54.83% []
jinit_color_deconverter 140 75 53.57% []
initial_setup 143 59 41.25% []
prepare_for_output_pass 38 19 50.0% []
master_selection 88 47 53.40% []
realize_virt_arrays 76 38 50.0% []
pdfi_report_errors 81 5 6.172% []
pdfi_check_page 124 27 21.77% []
pdfi_check_Font 157 23 14.64% []
pdfi_create_DeviceN 322 177 54.96% []
Check_Default_Space 63 23 36.50% []
pdfi_dict_put_unchecked 40 20 50.0% []
pdfi_doc_OutputIntents 60 24 40.0% []
pdfi_fapi_get_word 275 106 38.54% []
pdfi_fapi_get_long 33 10 30.30% []
pdfi_fapi_get_float 120 41 34.16% []
pdfi_filter 152 74 48.68% []
pdfi_open_font_file_inner 72 39 54.16% []
pdfi_fontmap_lookup_cidfont 64 26 40.62% []
pdfi_generate_native_fontmap 46 20 43.47% []
pdfi_open_CIDFont_substitute_file 277 131 47.29% []
pdfi_read_xref 111 49 44.14% []
dsc_read_line 142 57 40.14% []
dsc_scan_type 141 48 34.04% []
dsc_scan_comments 328 128 39.02% []
dsc_alloc_string 43 22 51.16% []
dict_uid_param 47 17 36.17% []
gs_main_init2 58 31 53.44% ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
gs_main_set_lib_paths 55 30 54.54% ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
gs_main_init_with_args01 130 57 43.84% []
swproc 596 103 17.28% []
zcshow 33 14 42.42% []
op_show_continue_dispatch 120 55 45.83% []
awidthshow_aux 39 11 28.20% []
widthshow_aux 38 15 39.47% []
moveshow 62 15 24.19% []
setgrayspace 104 28 26.92% []
setrgbspace 104 30 28.84% []
setcmykspace 106 32 30.18% []
zcrd1_proc_params 31 14 45.16% []
zcrd1_params 46 24 52.17% []
zspec_op 108 59 54.62%
restore_page_device 33 17 51.51% []
FAPI_FF_get_word 920 273 29.67% []
FAPI_FF_get_long 40 14 35.0% []
FAPI_FF_get_float 149 66 44.29% []
FAPI_refine_font 97 19 19.58% []
zbuildfont11 148 10 6.756% []
zrenamefile 40 8 20.0% []
ztempfile 106 47 44.33% []
zwritehexstring_at 48 10 20.83% []
zbuildfont0 169 23 13.60% []
z_fontenum 108 19 17.59% []
zreusablestream 91 39 42.85% []
zrsdparams 67 32 47.76% []
zputinterval 45 21 46.66% []
zgenordered 147 16 10.88% []
match_page_size 88 11 12.5% []
zPDFinfo 97 41 42.26% []
apply_interpreter_params 264 75 28.40% []
zpdfi_populate_fontmap_files 47 11 23.40% []
zcvrs 77 9 11.68% []
upath_append_aux 140 48 34.28% []
gx_concretize_DeviceN 53 28 52.83% []
gx_install_DeviceN 41 21 51.21% []
check_rgb_color_model_comps 64 17 26.56% []
fn_Sd_is_monotonic_aux 38 20 52.63% []
gsicc_support_named_color 72 14 19.44% []
gx_curr_fixed_bbox 36 15 41.66% []
image_color_icc_prep 131 70 53.43% []
shade_next_color 42 23 54.76% []
subdivide_patch_fill_floats 431 204 47.33% []
R_extensions 98 27 27.55% []
pSHA512_Update 34 15 44.11% []
casecDecode+cBits8+1 37 2 5.405%
casecDecode+cBits16+1 48 17 35.41%
af_cjk_metrics_scale_dim 63 24 38.09% []
af_cjk_hints_compute_blue_edges 49 19 38.77% []
af_cjk_compute_stem_width 82 37 45.12% []
open_face_PS_from_sfnt_stream 60 29 48.33% []
ft_lookup_PS_in_sfnt_stream 47 12 25.53% []
IsMacResource 38 10 26.31% []
BDF_Face_Init 273 23 8.424% []
bdf_load_font 93 26 27.95% []
bdf_free_font 41 7 17.07% []
bdf_parse_start_ 204 23 11.27% []
cid_face_open 135 17 12.59% []
cid_face_init 118 31 26.27% []
cid_parser_new 130 21 16.15% []
PCF_Face_Init 65 20 30.76% []
PCF_Face_Done 35 16 45.71% []
pcf_load_font 175 14 8.0% []
pcf_read_TOC 82 12 14.63% []
pfr_face_init 145 16 11.03% []
cf2_stack_roll 37 5 13.51% []
tt_cmap8_validate 63 21 33.33% []
tt_cmap12_char_map_binary 66 35 53.03% []
T42_Face_Init 170 25 14.70% []
T42_Open_Face 86 25 29.06% []
t42_parser_init 43 22 51.16% []
FNT_Face_Init 139 29 20.86% []
fnt_face_get_dll_font 256 18 7.031% []
fnt_font_load 47 16 34.04% []
jbig2_data_in 162 67 41.35% []
jbig2_decode_generic_region 33 14 42.42% []
jbig2_parse_segment 48 24 50.0% []
jbig2_symbol_dictionary 194 67 34.53% []
jbig2_decode_symbol_dict 501 190 37.92% []
jbig2_decode_text_region 437 153 35.01% []
jbig2_text_region 406 136 33.49% []
opj_dwt_decode_tile 125 51 40.8% []
opj_dwt_decode_tile_97 181 98 54.14% []
opj_copy_image_header 50 27 54.0% []
opj_j2k_read_header 40 20 50.0% []
opj_j2k_merge_ppm 113 8 7.079% []
opj_j2k_tcp_destroy 56 26 46.42% []
opj_j2k_read_qcc 40 18 45.0% []
opj_j2k_merge_ppt 43 8 18.60% []
opj_j2k_move_data_from_codec_to_output_image 47 14 29.78% []
opj_jp2_check_color 114 26 22.80% []
opj_jp2_read_header_procedure 133 73 54.88% []
opj_jp2_read_boxhdr_char 49 22 44.89% []
opj_jp2_read_colr 99 24 24.24% []
opj_t1_clbl_decode_processor 205 101 49.26% []
opj_t2_skip_packet_data 68 19 27.94% []
opj_tcd_decode_tile 158 53 33.54% []
opj_tcd_mct_decode 128 61 47.65% []
opj_thread_pool_submit_job 48 7 14.58% []
pdfi_annot_draw_PolyLine 169 67 39.64% []
pdfi_do_halftone 215 57 26.51% []
build_type1_halftone 165 84 50.90% []
check_password_R6 37 8 21.62% []
c_param_read_typed 48 22 45.83%
dsc_copy_string 84 37 44.04% []
dsc_scan_setup 108 48 44.44% []
dsc_scan_page 256 97 37.89% []
zchar_get_metrics 36 6 16.66% []
septransform 66 35 53.03% []
zsetcolortransfer 120 7 5.833% []
FAPI_FF_get_glyph 150 26 17.33% []
ps_get_glyphname_or_cid 383 49 12.79% []
FAPI_char 94 50 53.19% []
check_psc_function 202 64 31.68% []
resolve_matte 66 32 48.48%
gdev_prn_get_param 61 19 31.14% []
sreadline 62 29 46.77%
pbm_print_page_loop 117 24 20.51% []
dsc_parse_float_bounding_box 89 37 41.57% []
dsc_scan_trailer 137 58 42.33% []
comparearrays 72 31 43.05% []
seticcspace 100 45 45.0% []
validateiccspace 94 34 36.17% []
iccalternatespace 39 19 48.71% []
filter_read_predictor 56 9 16.07% []
seticc 135 67 49.62% []
bbox_fill_path 46 24 52.17% []
gdev_vector_open_file_options 67 34 50.74% []
clist_fopen 31 14 45.16% []
clist_fread_chars 54 27 50.0% []
pclxl_fill_mask 49 23 46.93% []
opj_jp2_apply_cdef 45 24 53.33% []
gs_type1_check_float 32 15 46.87% []
gs_type42_substitute_glyph_index_vertical 151 51 33.77% []
t1_hinter__set_font_data 38 17 44.73% []
t1_hinter__flex_end 51 28 54.90% []
t1_hinter__hint_mask 33 3 9.090% []
t1_hinter__endglyph 36 14 38.88% []
t1_hinter__simplify_representation 51 6 11.76% []
gx_image3x_plane_data 139 74 53.23% []
s_DCT_put_quantization_tables 60 15 25.0% []
s_DCT_put_huffman_tables 91 19 20.87% []
param_print_typed 72 36 50.0% []
copied_drop_extension_glyphs 41 18 43.90% []
pdf_set_process_color_model 51 25 49.01% []
pdf_record_usage 56 6 10.71% []
pdf_write_page 348 78 22.41% []
gdev_pdf_fill_mask 54 11 20.37% []
pdf_indexed_color_space 118 55 46.61% []
pdf_color_space_named 534 242 45.31% []
pdf_dorect 47 18 38.29% []
pdf_reset_color 573 125 21.81% []
setup_image_colorspace 432 70 16.20% []
pdf_make_iccbased 124 31 25.0% []
pdfmark_add_pagelabel 60 15 25.0% []
pdfmark_annot 255 37 14.50% []
pdfmark_put_ao_pairs 405 211 52.09% []
pdfmark_EMBED 89 22 24.71% []
pdfmark_DOCINFO 54 14 25.92% []
pdfmark_PUTDICT 51 9 17.64% []
pdfmark_BDC 150 80 53.33% []
pdfmark_OCProperties 43 14 32.55% []
cos_array_write 48 20 41.66%
cos_elements_write 50 23 46.0%
find_first_dict_entry 58 20 34.48%
write_key_as_string 35 14 40.0%
find_next_dict_entry 75 34 45.33%
pdf_refer_named 38 20 52.63% []
pdf_make_form_dict 79 42 53.16% []
pdfwrite_pdf_open_document 69 30 43.47% []
pdf_open_obj 135 69 51.11% []
none_to_stream 146 65 44.52% []
pdf_put_composite 64 14 21.87% []
pdf_put_colored_pattern 116 33 28.44% []
pdf_put_mesh_shading 302 84 27.81% []
pdf_put_scalar_shading 31 17 54.83% []
attach_cmap_resource 90 46 51.11% []
process_plain_text 88 35 39.77% []
pdf_encode_string_element 112 57 50.89% []
pdf_convert_truetype_font 41 4 9.756% []
pdf_begin_char_proc 96 51 53.12% []
pdf_choose_output_char_code 32 11 34.37% []
pdf_is_compatible_encoding 37 15 40.54% []
pdf_write_cid_system_info_to_stream 45 22 48.88% []
psdf_setup_image_filters 102 42 41.17% []
pixel_resize 31 7 22.58% []
gdev_psdf_get_param 96 43 44.79% []
gdev_psdf_get_image_param 31 14 45.16% []
jinit_color_converter 130 44 33.84% []
start_pass_fdctmgr 137 15 10.94% []
start_pass_huff 72 38 52.77% []
jpeg_calc_jpeg_dimensions 116 19 16.37% []
jpeg_set_colorspace 93 30 32.25% []
gs_font_map_glyph_to_unicode 47 12 25.53% []
gs_font_map_glyph_by_dict 60 20 33.33% []
z1_glyph_info_generic 71 33 46.47% []
zchar_charstring_data 37 12 32.43% []
z1_same_font 36 10 27.77% []
sample_device_crd_get_params 55 7 12.72% []
devn_put_params 185 81 43.78% []
mem_planar_get_bits_rectangle 181 86 47.51% []
put_param_pdf14_spot_names 39 9 23.07% []
pdf14_impl_strip_tile_rectangle_devn 109 30 27.52% []
pdf14_put_blended_image_cmykspot 285 143 50.17% []
sample_load_next64 66 11 16.66% []
gs_cspace_indexed_lookup_bytes 50 22 44.0% []
overprint_dev_spec_op 42 10 23.80% []
gx_blend_image_buffer 75 28 37.33% []
charstring_check_mm_params 330 91 27.57% []
TIFFCleanup 54 27 50.0% []
_TIFFVSetField 790 157 19.87% []
TIFFFieldSetGetSize 66 12 18.18% []
_TIFFCheckDirNumberAndOffset 129 42 32.55% []
_TIFFFillStrilesInternal 34 6 17.64% []
TIFFRewriteDirectorySec 140 19 13.57% []
TIFFWriteDirectorySec 808 293 36.26% []
DoubleToRational 53 11 20.75% []
TIFFWriteDirectoryTagLongLong8Array 96 30 31.25% []
TIFFLinkDirectory 192 24 12.5% []
Fax3VSetField 40 16 40.0% []
Fax3SetupState 89 46 51.68% []
TIFFHashSetInsert 40 19 47.5% []
_TIFFreallocExt 38 6 15.78% []
TIFFClientOpenExt 333 93 27.92% []
TIFFVStripSize64 45 9 20.0% []
TIFFScanlineSize64 68 27 39.70% []
TIFFWriteScanline 83 40 48.19% []
TIFFWriteCheck 53 24 45.28% []
TIFFAppendToStrip 116 35 30.17% []
(options&GB_ALIGN_STANDARD?bitmap_raster(end_bit) 80 21 26.25%
gx_downscaler_init_cm_halftone 199 71 35.67% []
gx_downscaler_getbits 45 14 31.11% []
check_trapping 32 5 15.62% []
png_user_version_check 34 17 50.0% []
png_free_data 169 53 31.36% ['/src/ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
png_check_IHDR 98 32 32.65%
png_set_longjmp_fn 37 11 29.72%
png_check_keyword 50 25 50.0% []
png_write_info 121 62 51.23% []
png_write_row 121 47 38.84% []
png_write_IHDR 122 58 47.54% []
png_write_finish_row 50 16 32.0% []
png_deflate_claim 85 43 50.58% []
gsicc_create_v2 60 19 31.66% []
xps_close_device 72 15 20.83% []
PredictorSetup 56 9 16.07% []
PredictorSetupEncode 65 8 12.30% []
pdf_convert_image4_to_image1 63 7 11.11% []
image_render_color_thresh 336 120 35.71% []
cid_font_data_param 39 14 35.89% []
pdf_dump_converted_image 85 22 25.88% []
write_color_as_process 120 45 37.5% []
pdf_update_halftone 40 21 52.5% []
af_latin_metrics_init_widths 113 60 53.09% []
af_latin_metrics_init_blues 449 89 19.82% []
cmap_separation_direct 103 40 38.83% []
cmap_devicen_direct 88 34 38.63% []
gx_downscaler_init_planar_cm 168 65 38.69% []
gx_downscaler_get_bits_rectangle 117 29 24.78% []
gdev_pdf_strip_tile_rectangle 102 21 20.58% []
ht_object_type_from_name 35 10 28.57% []
zPDFparsePageList 41 8 19.51% []

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/ghostpdl/base/gdevsclass.c [] []
/src/ghostpdl/base/gstype2.c [] []
/src/ghostpdl/base/gdevm40.c [] []
/src/freetype/include/freetype/tttables.h [] []
/src/ghostpdl/devices/vector/gdevpdfr.c [] []
/src/ghostpdl/freetype/src/truetype/ttgload.c [] []
/src/ghostpdl/devices/vector/gdevpsdu.c [] []
/src/ghostpdl/base/sa85d.c [] []
/src/cups/cups/testarray.c [] []
/src/ghostpdl/devices/gdevpbm.c [] []
/src/ghostpdl/base/ramfs.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/jpeg/jcsample.c [] []
/src/ghostpdl/libpng/loongarch/loongarch_lsx_init.c [] []
/src/cups/cups/thread.c [] []
/src/ghostpdl/base/gdevdflt.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/gs_device_png16m_fuzzer.cc ['gs_device_png16m_fuzzer'] ['gs_device_png16m_fuzzer']
/src/freetype/src/autofit/afcjk.c [] []
/src/freetype/src/cache/ftcglyph.h [] []
/src/ghostpdl/tiff/contrib/mfs/mfs_file.c [] []
/src/cups/filter/interpret.c [] []
/src/cups/backend/runloop.c [] []
/src/ghostpdl/base/gxttfb.c [] []
/src/cups/filter/error.c [] []
/src/ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
/src/ghostpdl/jbig2dec/jbig2_refinement.c [] []
/src/ghostpdl/base/gsbitmap.h [] []
/src/ghostpdl/pdf/pdf_stack.c [] []
/src/ghostpdl/tiff/test/raw_decode.c [] []
/src/ghostpdl/base/gp_utf8.c [] []
/src/ghostpdl/toolbin/color/icc_creator/ICC_Creator/ICC_CreatorDlg.cpp [] []
/src/ghostpdl/jbig2dec/memcmp.c [] []
/src/ghostpdl/base/gscpixel.c [] []
/src/ghostpdl/jpeg/jcarith.c [] []
/src/ghostpdl/libpng/pngerror.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
/src/freetype/src/base/ftbbox.c [] []
/src/ghostpdl/brotli/c/enc/hash_to_binary_tree_inc.h [] []
/src/ghostpdl/expat/tests/common.c [] []
/src/ghostpdl/devices/gdevtrac.c [] []
/src/ghostpdl/base/gxhtbit.c [] []
/src/ghostpdl/devices/gdevpdfocr.c [] []
/src/ghostpdl/base/sbrotlid.c [] []
/src/cups/scheduler/main.c [] []
/src/ghostpdl/tiff/contrib/win_dib/Tiffile.cpp [] []
/src/ghostpdl/lcms2mt/testbed/zoo_icc.c [] []
/src/ghostpdl/base/gsparam2.c [] []
/src/freetype/src/base/ftbdf.c [] []
/src/ghostpdl/brotli/c/enc/static_dict.c [] []
/src/freetype/src/psaux/pshints.c [] []
/src/ghostpdl/libpng/contrib/gregbook/rpng-win.c [] []
/src/cups/cups/usersys.c [] []
/src/ghostpdl/base/gsicc_monitorcm.c [] []
/src/ghostpdl/brotli/c/enc/cluster.c [] []
/src/ghostpdl/base/gxpcmap.c [] []
/src/ghostpdl/expat/tests/dummy.c [] []
/src/ghostpdl/base/gxicolor.c [] []
/src/ghostpdl/libpng/contrib/libtests/pngvalid.c [] []
/src/ghostpdl/base/ttobjs.c [] []
/src/ghostpdl/base/sfilter2.c [] []
/src/ghostpdl/libpng/contrib/visupng/VisualPng.c [] []
/src/ghostpdl/psi/zdouble.c [] []
/src/ghostpdl/zlib/gzlib.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/lcms2mt/src/cmspack.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gxclzlib.c [] []
/src/ghostpdl/jpeg/jcdctmgr.c [] []
/src/freetype/src/gzip/zutil.c [] []
/src/ghostpdl/devices/vector/gdevpdfk.c [] []
/src/freetype/src/psaux/afmparse.c [] []
/src/ghostpdl/base/gsdps1.c [] []
/src/ghostpdl/zlib/contrib/testzlib/testzlib.c [] []
/src/gs_device_pgmraw_fuzzer.cc ['gs_device_pgmraw_fuzzer'] ['gs_device_pgmraw_fuzzer']
/src/ghostpdl/base/gdevddrw.c [] []
/src/ghostpdl/pcl/pcl/pgfont.c [] []
/src/ghostpdl/tiff/test/test_ifd_loop_detection.c [] []
/src/ghostpdl/gpdl/txttop.c [] []
/src/ghostpdl/zlib/compress.c [] []
/src/freetype/src/sdf/ftsdfcommon.c [] []
/src/ghostpdl/base/gsbittab.c [] []
/src/ghostpdl/tiff/libtiff/tif_color.c [] []
/src/freetype/include/freetype/freetype.h [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/function_list.c [] []
/src/ghostpdl/devices/gdevbjcl.c [] []
/src/ghostpdl/zlib/examples/enough.c [] []
/src/freetype/include/freetype/internal/cfftypes.h [] []
/src/cups/cgi-bin/help-index.c [] []
/src/ghostpdl/pdf/pdf_cmap.c [] []
/src/ghostpdl/pdf/pdf_fmap.c [] []
/src/ghostpdl/devices/gdevfax.h [] []
/src/ghostpdl/base/gsicc.c [] []
/src/freetype/src/type1/t1objs.c [] []
/src/gstoraster_ps_fuzzer.cc ['gstoraster_ps_fuzzer'] ['gstoraster_ps_fuzzer']
/src/ghostpdl/pcl/pcl/pccsbase.c [] []
/src/ghostpdl/xps/xpscolor.c [] []
/src/ghostpdl/jpeg/jdarith.c [] []
/src/ghostpdl/devices/vector/gdevxps.c [] []
/src/ghostpdl/pdf/pdf_misc.c [] []
/src/ghostpdl/zlib/contrib/untgz/untgz.c [] []
/src/ghostpdl/jbig2dec/jbig2.c [] []
/src/ghostpdl/libpng/intel/intel_init.c [] []
/src/cups/cups/testdest.c [] []
/src/ghostpdl/base/gsiodisk.c [] []
/src/ghostpdl/devices/gdevsnfb.c [] []
/src/freetype/src/truetype/ttdriver.c [] []
/src/cups/cups/ppd-conflicts.c [] []
/src/ghostpdl/pcl/pl/plalloc.c [] []
/src/ghostpdl/gpdl/psitop.c [] []
/src/ghostpdl/base/gp_msdll.c [] []
/src/ghostpdl/base/gdevrops.c [] []
/src/freetype/src/base/ftsynth.c [] []
/src/ghostpdl/expat/fuzz/xml_parse_fuzzer.c ['ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c', 'ghostpdl/expat/fuzz/xml_parse_fuzzer.c'] ['ghostpdl/expat/fuzz/xml_parse_fuzzer.c']
/src/ghostpdl/base/gxpcopy.c [] []
/src/ghostpdl/brotli/c/dec/huffman.h [] []
/src/ghostpdl/brotli/c/enc/compound_dictionary.c [] []
/src/ghostpdl/tiff/libtiff/tif_print.c [] []
/src/ghostpdl/jpegxr/r_tile_frequency.c [] []
/src/cups/scheduler/select.c [] []
/src/ghostpdl/libpng/contrib/mips-msa/linux.c [] []
/src/ghostpdl/tiff/test/test_transferfunction_write_read.c [] []
/src/ghostpdl/contrib/eplaser/gdevescv.c [] []
/src/ghostpdl/devices/gdevijs.c [] []
/src/ghostpdl/libpng/mips/filter_mmi_inline_assembly.c [] []
/src/freetype/src/type42/t42objs.c [] []
/src/cups/cups/adminutil.c [] []
/src/cups/cups/testsnmp.c [] []
/src/ghostpdl/pcl/pcl/rtgmode.c [] []
/src/ghostpdl/devices/gdevtfax.c [] []
/src/ghostpdl/devices/gdevn533.c [] []
/src/ghostpdl/base/gdevvec.h [] []
/src/ghostpdl/toolbin/jpxtopdf.c [] []
/src/ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c ['ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c'] ['ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c']
/src/ghostpdl/base/sfxstdio.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/devices/vector/gdevpdtt.c [] []
/src/ghostpdl/devices/gdevtifs.c [] []
/src/ghostpdl/base/gstext.c [] []
/src/ghostpdl/base/gsparam.h [] []
/src/ghostpdl/tiff/test/check_tag.c [] []
/src/ghostpdl/contrib/japanese/gdevmjc.c [] []
/src/ghostpdl/devices/vector/gdevpsfx.c [] []
/src/ghostpdl/contrib/japanese/gdevalps.c [] []
/src/ghostpdl/devices/rinkj/rinkj-device.c [] []
/src/ghostpdl/psi/dmmain.c [] []
/src/ghostpdl/base/gsfcmap1.c [] []
/src/ghostpdl/lcms2mt/utils/samples/mkgrayer.c [] []
/src/ghostpdl/base/gxsync.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/brotli/c/enc/backward_references.c [] []
/src/ghostpdl/jpegxr/r_strip.c [] []
/src/ghostpdl/zlib/uncompr.c [] []
/src/ghostpdl/psi/zupath.c [] []
/src/freetype/src/base/ftmm.c [] []
/src/gs_device_pxlmono_fuzzer.cc ['gs_device_pxlmono_fuzzer'] ['gs_device_pxlmono_fuzzer']
/src/ghostpdl/zlib/contrib/infback9/inftree9.c [] []
/src/ghostpdl/devices/gdevpxut.c [] []
/src/ghostpdl/jpeg/jidctflt.c [] []
/src/ghostpdl/brotli/c/enc/hash.h [] []
/src/ghostpdl/expat/lib/xmlparse.c ['ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c', 'ghostpdl/expat/fuzz/xml_parse_fuzzer.c'] []
/src/cups/cups/md5.c [] []
/src/freetype/src/cache/ftcimage.h [] []
/src/ghostpdl/tiff/contrib/stream/tiffstream.cpp [] []
/src/ghostpdl/expat/tests/memcheck.c [] []
/src/ghostpdl/base/gpmisc.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/pcl/pcl/pcsfont.c [] []
/src/ghostpdl/base/gdevm56.c [] []
/src/ghostpdl/zlib/contrib/puff/puff.c [] []
/src/ghostpdl/psi/zcsindex.c [] []
/src/cups/cups/options.c [] []
/src/ghostpdl/tiff/tools/fax2ps.c [] []
/src/ghostpdl/zlib/examples/fitblk.c [] []
/src/ghostpdl/tiff/libtiff/tif_dirwrite.c [] []
/src/ghostpdl/base/gp_unix.c [] []
/src/ghostpdl/zlib/contrib/iostream/zfstream.cpp [] []
/src/cups/cups/testlang.c [] []
/src/ghostpdl/zlib/contrib/minizip/ioapi.c [] []
/src/freetype/include/freetype/internal/ftmemory.h [] []
/src/cups/vcnet/dns_sd.c [] []
/src/ghostpdl/devices/gdevocr.c [] []
/src/ghostpdl/brotli/c/enc/brotli_bit_stream.c [] []
/src/cups/backend/snmp.c [] []
/src/ghostpdl/psi/idparam.c [] []
/src/ghostpdl/tiff/tools/rgb2ycbcr.c [] []
/src/ghostpdl/devices/gdevpppm.c [] []
/src/ghostpdl/devices/gdevstc.c [] []
/src/cups/filter/testclient.c [] []
/src/cups/notifier/rss.c [] []
/src/ghostpdl/devices/gdevdjtc.c [] []
/src/freetype/src/base/fterrors.c [] []
/src/freetype/src/base/ftglyph.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/j2k.c [] []
/src/ghostpdl/base/gscie.c [] []
/src/ghostpdl/base/gsdparam.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/pdf/pdf_fontps.c [] []
/src/ghostpdl/devices/gdevxini.c [] []
/src/ghostpdl/libpng/contrib/libtests/pngimage.c [] []
/src/ghostpdl/demos/java/jni/gs_jni/com_artifex_gsjava_GSAPI.cpp [] []
/src/ghostpdl/libpng/contrib/tools/genpng.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/mct.c [] []
/src/ghostpdl/contrib/japanese/gdevlbp3.c [] []
/src/freetype/src/cff/cffobjs.c [] []
/src/ghostpdl/jpeg/jdmainct.c [] []
/src/ghostpdl/freetype/src/sfnt/sfdriver.c [] []
/src/ghostpdl/jpeg/ckconfig.c [] []
/src/freetype/src/psaux/psft.c [] []
/src/ghostpdl/devices/gdevpdfimg.c [] []
/src/freetype/src/lzw/ftlzw.c [] []
/src/ghostpdl/psi/dwimg.c [] []
/src/ghostpdl/base/aes.c [] []
/src/ghostpdl/xps/xpsanalyze.c [] []
/src/ghostpdl/libpng/contrib/gregbook/rpng2-win.c [] []
/src/ghostpdl/tiff/libtiff/tif_stream.cxx [] []
/src/ghostpdl/contrib/pcl3/eprn/gdeveprn.c [] []
/src/ghostpdl/tiff/libtiff/tif_win32.c [] []
/src/ghostpdl/psi/zfont.c [] []
/src/ghostpdl/jpegxr/my_getopt-1.5/my_getopt.c [] []
/src/ghostpdl/lcms2mt/src/cmsalpha.c [] []
/src/ghostpdl/libpng/contrib/tools/makesRGB.c [] []
/src/ghostpdl/pdf/pdf_fontmt.c [] []
/src/ghostpdl/psi/zdfilter.c [] []
/src/ghostpdl/base/scfe.c [] []
/src/ghostpdl/base/gxdevcli.h [] []
/src/cups/scheduler/filter.c [] []
/src/cups/cups/testi18n.c [] []
/src/ghostpdl/tiff/test/test_write_read_tags.c [] []
/src/freetype/src/sfnt/ttsvg.c [] []
/src/ghostpdl/devices/vector/gdevpdtf.h [] []
/src/ghostpdl/tiff/tools/tiffmedian.c [] []
/src/ghostpdl/devices/gdevsppr.c [] []
/src/cups/scheduler/auth.c [] []
/src/ghostpdl/tiff/test/test_IFD_enlargement.c [] []
/src/ghostpdl/xps/xpsimage.c [] []
/src/ghostpdl/psi/zfcid0.c [] []
/src/ghostpdl/pdf/pdf_font1.c [] []
/src/ghostpdl/base/gxiscale.c [] []
/src/ghostpdl/base/sfxcommon.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gxfillsl.h [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/cio.c [] []
/src/ghostpdl/expat/lib/xmltok_ns.c [] []
/src/cups/scheduler/testspeed.c [] []
/src/ghostpdl/contrib/pcl3/src/pcl3opts.c [] []
/src/ghostpdl/urf/surfd.c [] []
/src/cups/cups/tls-gnutls.c [] []
/src/ghostpdl/devices/vector/gdevpsf1.c [] []
/src/ghostpdl/jpeg/jcparam.c [] []
/src/ghostpdl/jpeg/jchuff.c [] []
/src/ghostpdl/devices/vector/gdevpsdp.c [] []
/src/ghostpdl/base/gsiparam.h [] []
/src/cups/locale/checkpo.c [] []
/src/ghostpdl/devices/gdevokii.c [] []
/src/ghostpdl/pcl/pcl/pglabel.c [] []
/src/ghostpdl/devices/gdevpsim.c [] []
/src/freetype/src/cid/cidgload.c [] []
/src/ghostpdl/brotli/c/enc/compress_fragment.c [] []
/src/ghostpdl/base/gsgcache.c [] []
/src/ghostpdl/base/echogs.c [] []
/src/ghostpdl/base/genht.c [] []
/src/ghostpdl/brotli/c/enc/metablock_inc.h [] []
/src/ghostpdl/psi/isave.c [] []
/src/ghostpdl/contrib/gdevmd2k.c [] []
/src/ghostpdl/jpegxr/jpegxr_pixelformat.c [] []
/src/freetype/src/base/ftinit.c [] []
/src/ghostpdl/devices/vector/gdevpdfc.c [] []
/src/ghostpdl/base/sarc4.c [] []
/src/cups/cups/language.c [] []
/src/ghostpdl/zlib/gzwrite.c [] []
/src/ghostpdl/psi/zimage.c [] []
/src/ghostpdl/pcl/pcl/pcpatrn.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/image.c [] []
/src/ghostpdl/lcms2mt/src/cmsnamed.c [] []
/src/ghostpdl/pcl/pcl/pctop.c [] []
/src/cups/cgi-bin/testhi.c [] []
/src/ghostpdl/pcl/pl/pjtop.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/base/gxht_thresh.c [] []
/src/cups/cups/string-private.h [] []
/src/ghostpdl/devices/gdevepsn.c [] []
/src/cups/monitor/bcp.c [] []
/src/cups/filter/pstops.c [] []
/src/freetype/src/sfnt/ttload.c [] []
/src/ghostpdl/pcl/pl/pltop.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/devices/gdevlp8k.c [] []
/src/cups/scheduler/banners.c [] []
/src/ghostpdl/base/sjbig2.c [] []
/src/ghostpdl/devices/gdevlbp8.c [] []
/src/freetype/src/cid/cidriver.c [] []
/src/cups/cups/debug.c [] []
/src/freetype/src/autofit/aflatin.c [] []
/src/ghostpdl/jpegxr/w_emit.c [] []
/src/ghostpdl/base/gsargs.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/freetype/include/freetype/ftcolor.h [] []
/src/freetype/src/tools/test_afm.c [] []
/src/cups/cups/tempfile.c [] []
/src/ghostpdl/base/gxclimag.c [] []
/src/ghostpdl/base/spwgd.c [] []
/src/ghostpdl/jpeg/rdgif.c [] []
/src/cups/scheduler/cups-deviced.c [] []
/src/ghostpdl/base/write_t2.c [] []
/src/ghostpdl/tiff/test/test_directory.c [] []
/src/cups/ppdc/ppdc-catalog.cxx [] []
/src/ghostpdl/pcl/pcl/pcident.c [] []
/src/ghostpdl/lcms2mt/src/cmsmd5.c [] []
/src/freetype/src/type42/t42drivr.c [] []
/src/ghostpdl/libpng/pngwio.c [] []
/src/ghostpdl/devices/gdevrinkj.c [] []
/src/ghostpdl/lcms2mt/src/cmsgamma.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/gstoraster_fuzzer.cc ['gstoraster_fuzzer'] ['gstoraster_fuzzer']
/src/ghostpdl/base/gxclread.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/pdf/pdf_sec.c [] []
/src/ghostpdl/brotli/c/enc/fast_log.h [] []
/src/ghostpdl/base/gximage.c [] []
/src/ghostpdl/psi/ziodevsc.c [] []
/src/freetype/src/autofit/afindic.c [] []
/src/ghostpdl/lcms2mt/utils/samples/mktiff8.c [] []
/src/freetype/src/winfonts/winfnt.c [] []
/src/ghostpdl/urf/urftop.c [] []
/src/ghostpdl/jpeg/wrtarga.c [] []
/src/ghostpdl/base/scfdtab.c [] []
/src/ghostpdl/devices/vector/gdevpdfm.c [] []
/src/freetype/include/freetype/internal/services/svpscmap.h [] []
/src/ghostpdl/brotli/c/enc/write_bits.h [] []
/src/ghostpdl/demos/java/jni/gs_jni/jni_util.h [] []
/src/ghostpdl/base/gsmemory.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/devices/gdevtsep.c [] []
/src/ghostpdl/devices/gdevlj56.c [] []
/src/freetype/src/autofit/afmodule.c [] []
/src/ghostpdl/pcl/pl/plvalue.c [] []
/src/ghostpdl/lcms2mt/src/cmsplugin.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/cups/cups/notify.c [] []
/src/cups/cups/md5passwd.c [] []
/src/freetype/src/base/ftadvanc.c [] []
/src/ghostpdl/libpng/arm/arm_init.c [] []
/src/cups/systemv/lpstat.c [] []
/src/ghostpdl/pcl/pcl/pcfsel.c [] []
/src/ghostpdl/base/jmemcust.c [] []
/src/ghostpdl/base/scfd.c [] []
/src/ghostpdl/tiff/libtiff/tif_luv.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_8_matsh_sse.c [] []
/src/ghostpdl/base/gp_getnv.c [] []
/src/cups/scheduler/subscriptions.c [] []
/src/ghostpdl/pdf/pdf_trans.c [] []
/src/ghostpdl/libpng/pngwutil.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
/src/ghostpdl/tiff/test/defer_strile_writing.c [] []
/src/cups/scheduler/file.c [] []
/src/freetype/src/otvalid/otvbase.c [] []
/src/ghostpdl/base/gdevplnx.c [] []
/src/cups/scheduler/policy.c [] []
/src/cups/cups/ppd-cache.c [] []
/src/cups/cups/ppd-attr.c [] []
/src/ghostpdl/pdf/pdf_stack.h [] []
/src/ghostpdl/pdf/pdf_fontdec.c [] []
/src/freetype/src/sfnt/ttcolr.c [] []
/src/ghostpdl/jpeg/jddctmgr.c [] []
/src/ghostpdl/pcl/pxl/pxerrors.c [] []
/src/ghostpdl/psi/gsdll.c [] []
/src/ghostpdl/contrib/pcl3/src/gdevpcl3.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/ghostpdl/pdf/pdf_check.c [] []
/src/cups/test/ippserver.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_cmyk.c [] []
/src/gs_device_pxlcolor_fuzzer.cc ['gs_device_pxlcolor_fuzzer'] ['gs_device_pxlcolor_fuzzer']
/src/ghostpdl/openjpeg/src/lib/openjp2/t1.c [] []
/src/ghostpdl/pcl/pxl/pximage.c [] []
/src/ghostpdl/pdf/pdf_text.c [] []
/src/ghostpdl/base/gxidata.c [] []
/src/freetype/src/gxvalid/gxvmort2.c [] []
/src/ghostpdl/psi/idisp.c [] []
/src/ghostpdl/pcl/pcl/pccprint.c [] []
/src/ghostpdl/base/sbrotlic.c [] []
/src/ghostpdl/tiff/libtiff/tif_tile.c [] []
/src/ghostpdl/pcl/pcl/pcindxed.c [] []
/src/freetype/src/type1/t1load.c [] []
/src/ghostpdl/pcl/pcl/pcmacros.c [] []
/src/freetype/src/cff/cffcmap.c [] []
/src/freetype/src/pcf/pcf.h [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/cidx_manager.c [] []
/src/ghostpdl/contrib/gdevop4w.c [] []
/src/ghostpdl/devices/vector/gdevpdtd.c [] []
/src/ghostpdl/devices/gdev4081.c [] []
/src/ghostpdl/jbig2dec/jbig2_image_pbm.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_matsh.c [] []
/src/ghostpdl/base/ssha2.c [] []
/src/ghostpdl/base/gp_unifs.c [] []
/src/ghostpdl/freetype/src/truetype/ttgxvar.c [] []
/src/ghostpdl/devices/gdevcif.c [] []
/src/ghostpdl/psi/zchar2.c [] []
/src/ghostpdl/pdf/pdf_doc.c [] []
/src/ghostpdl/base/gxchar.c [] []
/src/ghostpdl/tiff/libtiff/tif_strip.c [] []
/src/ghostpdl/base/gsicc_lcms2mt.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gsnogc.c [] []
/src/ghostpdl/base/gconf.c [] []
/src/freetype/src/cache/ftcglyph.c [] []
/src/ghostpdl/freetype/src/dlg/dlg.c [] []
/src/ghostpdl/base/gxfill.c [] []
/src/freetype/src/pfr/pfrdrivr.c [] []
/src/ghostpdl/base/gximage3.c [] []
/src/freetype/src/pshinter/pshglob.c [] []
/src/ghostpdl/pdf/pdf_gstate.c [] []
/src/ghostpdl/pcl/tools/cmpi/cmpi.cpp [] []
/src/ghostpdl/devices/gdevbit.c [] []
/src/cups/ppdc/ppdc-choice.cxx [] []
/src/ghostpdl/devices/vector/gdevpdtw.c [] []
/src/ghostpdl/pcl/pcl/pcht.c [] []
/src/ghostpdl/xps/xpszip.c [] []
/src/freetype/src/gxvalid/gxvmort4.c [] []
/src/ghostpdl/base/gsfont.c [] []
/src/ghostpdl/psi/zgeneric.c [] []
/src/freetype/src/gxvalid/gxvmod.c [] []
/src/ghostpdl/devices/gdevimgn.c [] []
/src/ghostpdl/base/gp_ntfs.c [] []
/src/ghostpdl/libpng/contrib/tools/pngcp.c [] []
/src/freetype/src/base/ftwinfnt.c [] []
/src/cups/scheduler/client.c [] []
/src/ghostpdl/psi/zfunc.c [] []
/src/freetype/src/gzip/infback.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_8_curves.c [] []
/src/ghostpdl/psi/zcolor2.c [] []
/src/ghostpdl/psi/zfrsd.c [] []
/src/ghostpdl/gpdl/pwgtop.c [] []
/src/cups/backend/ipp.c [] []
/src/cups/scheduler/colorman.c [] []
/src/ghostpdl/psi/iscannum.c [] []
/src/ghostpdl/xps/xpsjpeg.c [] []
/src/ghostpdl/pcl/pl/plsymbol.c [] []
/src/ghostpdl/psi/dpmain.c [] []
/src/ghostpdl/libpng/contrib/libtests/tarith.c [] []
/src/ghostpdl/base/gdevm64.c [] []
/src/ghostpdl/cups/libs/cups/http.c [] []
/src/ghostpdl/expat/examples/outline.c [] []
/src/ghostpdl/contrib/gdevxes.c [] []
/src/ghostpdl/psi/zgstate.c [] []
/src/ghostpdl/zlib/contrib/minizip/miniunz.c [] []
/src/ghostpdl/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.cpp [] []
/src/ghostpdl/base/gscencs.c [] []
/src/freetype/src/gzip/inftrees.c [] []
/src/ghostpdl/pcl/pcl/pginit.c [] []
/src/cups/vcnet/regex/regerror.c [] []
/src/ghostpdl/pcl/pcl/pcfontpg.c [] []
/src/ghostpdl/devices/vector/gdevpdfo.c [] []
/src/ghostpdl/base/srld.c [] []
/src/ghostpdl/base/ttfinp.c [] []
/src/freetype/src/sfnt/ttbdf.c [] []
/src/cups/cgi-bin/html.c [] []
/src/freetype/src/base/ftutil.c [] []
/src/ghostpdl/libpng/pngtrans.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/freetype/src/sfnt/ttkern.c [] []
/src/ghostpdl/base/claptrap-impl.h [] []
/src/ghostpdl/pcl/pxl/pxtop.c [] []
/src/ghostpdl/xps/tools/xps2tiff/xps2tiff/xps2tiff.cpp [] []
/src/freetype/src/psnames/psmodule.c [] []
/src/ghostpdl/base/szlibe.c [] []
/src/cups/ppdc/ppdc-mediasize.cxx [] []
/src/ghostpdl/contrib/lips4/gdevl4r.c [] []
/src/cups/vcnet/regex/split.c [] []
/src/ghostpdl/lcms2mt/testbed/testcms2.c [] []
/src/ghostpdl/devices/gdevtfnx.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/bio.c [] []
/src/cups/filter/rasterbench.c [] []
/src/ghostpdl/pdf/pdf_int.c [] []
/src/ghostpdl/tiff/libtiff/tif_next.c [] []
/src/ghostpdl/brotli/c/enc/prefix.h [] []
/src/ghostpdl/base/gdevm1.c [] []
/src/ghostpdl/base/gscolor3.c [] []
/src/ghostpdl/pcl/pcl/pcdither.c [] []
/src/ghostpdl/base/gsht.c [] []
/src/cups/ppdc/ppdc-group.cxx [] []
/src/ghostpdl/jpegxr/algo.c [] []
/src/freetype/src/pfr/pfrobjs.c [] []
/src/freetype/include/freetype/t1tables.h [] []
/src/ghostpdl/pcl/pcl/rtrstcmp.c [] []
/src/cups/berkeley/lpc.c [] []
/src/ghostpdl/expat/tests/minicheck.c [] []
/src/ghostpdl/base/gsiodevs.c [] []
/src/ghostpdl/base/write_t1.c [] []
/src/ghostpdl/contrib/japanese/gdevnpdl.c [] []
/src/freetype/src/psnames/pstables.h [] []
/src/cups/cgi-bin/jobs.c [] []
/src/ghostpdl/pcl/pcl/pcsymbol.c [] []
/src/ghostpdl/xps/xpscommon.c [] []
/src/ghostpdl/psi/zmedia2.c [] []
/src/ghostpdl/expat/xmlwf/xmlwf.c [] []
/src/ghostpdl/psi/zfontenum.c [] []
/src/cups/systemv/lpoptions.c [] []
/src/ghostpdl/jpegxr/w_strip.c [] []
/src/freetype/src/sfnt/pngshim.c [] []
/src/ghostpdl/psi/zstring.c [] []
/src/ghostpdl/psi/zfile.c [] []
/src/ghostpdl/contrib/lips4/gdevl4v.c [] []
/src/ghostpdl/base/gxdda.h [] []
/src/cups/scheduler/process.c [] []
/src/ghostpdl/tiff/tools/tiffinfo.c [] []
/src/ghostpdl/base/gsht1.c [] []
/src/ghostpdl/jbig2dec/jbig2_image.c [] []
/src/ghostpdl/jbig2dec/jbig2dec.c [] []
/src/ghostpdl/jpeg/jidctfst.c [] []
/src/ghostpdl/tiff/tools/tiff2rgba.c [] []
/src/ghostpdl/jpegxr/cr_parse.c [] []
/src/ghostpdl/pcl/pcl/pcdraw.c [] []
/src/ghostpdl/libpng/pngrtran.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/ghostpdl/base/gsncdummy.c [] []
/src/ghostpdl/xps/xpscff.c [] []
/src/cups/cups/snprintf.c [] []
/src/ghostpdl/jpegxr/file.c [] []
/src/ghostpdl/tiff/contrib/pds/tif_pdsdirread.c [] []
/src/ghostpdl/base/gxi16bit.c [] []
/src/ghostpdl/tiff/contrib/addtiffo/tif_overview.c [] []
/src/ghostpdl/zlib/contrib/iostream/zfstream.h [] []
/src/ghostpdl/psi/zvmem.c [] []
/src/cups/backend/socket.c [] []
/src/ghostpdl/base/gp_upapr.c [] []
/src/ghostpdl/base/gxi12bit.c [] []
/src/ghostpdl/base/gdevoflt.c [] []
/src/cups/berkeley/lpq.c [] []
/src/ghostpdl/base/gdevp14.c [] []
/src/ghostpdl/base/gxfapiu.c [] []
/src/ghostpdl/toolbin/tests/fuzzy.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/pcl/pxl/pxvalue.c [] []
/src/ghostpdl/libpng/contrib/pngminus/png2pnm.c [] []
/src/ghostpdl/base/gsshade.h [] []
/src/freetype/src/gxvalid/gxvfeat.c [] []
/src/ghostpdl/devices/gdevpng.c [] []
/src/ghostpdl/base/sstring.c [] []
/src/ghostpdl/brotli/c/common/dictionary.c [] []
/src/ghostpdl/libpng/png.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
/src/cups/filter/rastertoepson.c [] []
/src/ghostpdl/psi/zcie.c [] []
/src/ghostpdl/base/gsutil.c [] []
/src/ghostpdl/devices/gdevbmpc.c [] []
/src/ghostpdl/expat/xmlwf/ct.c [] []
/src/ghostpdl/libpng/example.c [] []
/src/ghostpdl/base/saes.c [] []
/src/ghostpdl/pcl/pcl/pcstate.h [] []
/src/ghostpdl/jpeg/jdcolor.c [] []
/src/cups/test/ipptool.c [] []
/src/ghostpdl/pcl/pcl/pcmtx3.c [] []
/src/ghostpdl/base/gxclipm.c [] []
/src/freetype/src/psaux/t1cmap.c [] []
/src/ghostpdl/contrib/gdevadmp.c [] []
/src/ghostpdl/base/gsicc_create.c [] []
/src/freetype/src/base/ftfntfmt.c [] []
/src/ghostpdl/pcl/pcl/pcmisc.c [] []
/src/ghostpdl/psi/zmisc2.c [] []
/src/ghostpdl/base/gsciemap.c [] []
/src/ghostpdl/lcms2mt/src/cmsps2.c [] []
/src/ghostpdl/libpng/pngpread.c [] []
/src/freetype/src/otvalid/otvcommn.c [] []
/src/ghostpdl/base/sdeparam.c [] []
/src/cups/cups/encode.c [] []
/src/ghostpdl/base/gxbcache.c [] []
/src/ghostpdl/pcl/pcl/pgconfig.c [] []
/src/cups/cups/http-addr.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/testbed/fast_float_testbed.c [] []
/src/cups/ppdc/genstrings.cxx [] []
/src/ghostpdl/libpng/pngset.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
/src/ghostpdl/libpng/contrib/examples/pngpixel.c [] []
/src/ghostpdl/jpeg/rdppm.c [] []
/src/freetype/src/base/ftsnames.c [] []
/src/ghostpdl/libpng/contrib/libtests/timepng.c [] []
/src/ghostpdl/demos/java/jni/gs_jni/jni_util.cpp [] []
/src/ghostpdl/jpeg/jdhuff.c [] []
/src/ghostpdl/base/gxctable.c [] []
/src/ghostpdl/pdf/pdf_fontps.h [] []
/src/ghostpdl/jpeg/jdatasrc.c [] []
/src/ghostpdl/devices/vector/gdevpdtf.c [] []
/src/ghostpdl/base/gp_dosfs.c [] []
/src/freetype/src/raster/ftrend1.c [] []
/src/freetype/src/bdf/bdfdrivr.c [] []
/src/cups/notifier/testnotify.c [] []
/src/ghostpdl/psi/zht1.c [] []
/src/ghostpdl/base/gdevm4.c [] []
/src/cups/cups/ipp.c [] []
/src/ghostpdl/devices/gdevclj.c [] []
/src/ghostpdl/jbig2dec/jbig2_arith_int.c [] []
/src/ghostpdl/base/gsroprun.c [] []
/src/ghostpdl/base/gdevdrop.c [] []
/src/ghostpdl/cups/libs/cups/pwg-media.c [] []
/src/ghostpdl/base/gsmalloc.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/freetype/src/base/ftobjs.c [] []
/src/ghostpdl/devices/gdevpsd.c [] []
/src/freetype/src/gxvalid/gxvmorx5.c [] []
/src/ghostpdl/cups/libs/cups/debug.c [] []
/src/ghostpdl/base/gxhintn1.c [] []
/src/ghostpdl/base/gscicach.c [] []
/src/freetype/src/base/ftdbgmem.c [] []
/src/ghostpdl/devices/gdevcfax.c [] []
/src/ghostpdl/devices/vector/doc_common.c [] []
/src/ghostpdl/brotli/c/common/platform.h ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c'] []
/src/cups/scheduler/mime.c [] []
/src/freetype/src/gxvalid/gxvmorx4.c [] []
/src/ghostpdl/devices/vector/gdevpdti.c [] []
/src/freetype/src/type1/t1parse.h [] []
/src/freetype/src/psaux/psstack.c [] []
/src/ghostpdl/expat/tests/chardata.c [] []
/src/ghostpdl/pcl/pxl/pxink.c [] []
/src/ghostpdl/base/gscsepr.c [] []
/src/ghostpdl/pdf/pdf_dict.c [] []
/src/ghostpdl/contrib/pscolor/test.c [] []
/src/ghostpdl/base/gsdevice.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/brotli/c/enc/encode.c [] []
/src/freetype/src/psaux/psfont.c [] []
/src/ghostpdl/psi/zpdfops.c [] []
/src/ghostpdl/pcl/pl/pluchar.c [] []
/src/ghostpdl/base/gdevmr1.c [] []
/src/ghostpdl/base/gscolor.c [] []
/src/gs_device_pdfwrite_opts_fuzzer.cc ['gs_device_pdfwrite_opts_fuzzer'] ['gs_device_pdfwrite_opts_fuzzer']
/src/ghostpdl/lcms2mt/utils/matlab/icctrans.c [] []
/src/ghostpdl/lcms2mt/utils/jpgicc/jpgicc.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/bench_dwt.c [] []
/src/ghostpdl/psi/ilocate.c [] []
/src/ghostpdl/brotli/c/enc/encoder_dict.c [] []
/src/ghostpdl/pdf/pdf_device.c [] []
/src/ghostpdl/base/gxclip.c [] []
/src/ghostpdl/devices/gdevepsc.c [] []
/src/ghostpdl/pcl/pxl/pxfont.c [] []
/src/ghostpdl/lcms2mt/testbed/testthread.cpp [] []
/src/ghostpdl/pcl/pcl/pgcolor.c [] []
/src/freetype/src/otvalid/otvmath.c [] []
/src/ghostpdl/tiff/test/rewrite_tag.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/phix_manager.c [] []
/src/cups/ppdc/ppdc-array.cxx [] []
/src/ghostpdl/psi/interp.c [] []
/src/freetype/include/freetype/internal/fthash.h [] []
/src/ghostpdl/lcms2mt/src/cmserr.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/cups/ppdc/ppdc-filter.cxx [] []
/src/ghostpdl/contrib/lips4/gdevlips.c [] []
/src/ghostpdl/devices/gdevhl7x.c [] []
/src/ghostpdl/brotli/c/enc/compress_fragment_two_pass.c [] []
/src/ghostpdl/base/gximdecode.c [] []
/src/ghostpdl/base/gspcolor.c [] []
/src/ghostpdl/zlib/examples/gzappend.c [] []
/src/ghostpdl/expat/lib/xmlrole.c [] []
/src/ghostpdl/base/gxdtfill.h [] []
/src/ghostpdl/brotli/c/enc/metablock.h [] []
/src/ghostpdl/devices/vector/gdevpsds.c [] []
/src/ghostpdl/tiff/libtiff/tif_extension.c [] []
/src/ghostpdl/base/gdevepo.c [] []
/src/ghostpdl/base/gdevppla.c [] []
/src/ghostpdl/psi/zfcid.c [] []
/src/ghostpdl/psi/zchar1.c [] []
/src/ghostpdl/expat/xmlwf/readfilemap.c [] []
/src/ghostpdl/pcl/pcl/pglfill.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_separate.c [] []
/src/ghostpdl/psi/ialloc.c [] []
/src/ghostpdl/devices/gdevdljm.c [] []
/src/cups/ppdc/ppdpo.cxx [] []
/src/ghostpdl/tiff/tools/raw2tiff.c [] []
/src/ghostpdl/pcl/pl/plufstlp1.c [] []
/src/ghostpdl/pcl/pcl/pgchar.c [] []
/src/ghostpdl/base/gsiorom.c [] []
/src/ghostpdl/lcms2mt/src/cmslut.c [] []
/src/cups/cups/dest-localization.c [] []
/src/cups/filter/commandtops.c [] []
/src/ghostpdl/base/gspath1.c [] []
/src/ghostpdl/tiff/contrib/tags/maketif.c [] []
/src/ghostpdl/freetype/src/sfnt/ttgpos.c [] []
/src/ghostpdl/expat/xmlwf/codepage.c [] []
/src/cups/cups/tls-darwin.c [] []
/src/freetype/src/base/ftfstype.c [] []
/src/freetype/src/sfnt/woff2tags.c [] []
/src/ghostpdl/psi/ztype.c [] []
/src/ghostpdl/psi/dwreg.c [] []
/src/ghostpdl/base/gscspace.c [] []
/src/ghostpdl/pdf/pdftop.c [] []
/src/ghostpdl/psi/iapi.c [] []
/src/ghostpdl/devices/gdevcljc.c [] []
/src/ghostpdl/xps/xpstop.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/sparse_array.c [] []
/src/freetype/src/base/ftoutln.c [] []
/src/cups/cups/testadmin.c [] []
/src/ghostpdl/pdf/pdf_colour.c [] []
/src/freetype/src/psaux/psintrp.c [] []
/src/ghostpdl/jbig2dec/jbig2_generic.c [] []
/src/ghostpdl/libpng/contrib/gregbook/wpng.c [] []
/src/ghostpdl/base/fapiufst.c [] []
/src/ghostpdl/base/gxdevndi.c [] []
/src/ghostpdl/zlib/test/example.c [] []
/src/ghostpdl/xps/xpspng.c [] []
/src/ghostpdl/base/gxclpage.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/base/winrtsup.cpp [] []
/src/ghostpdl/pcl/pcl/pcuptrn.c [] []
/src/ghostpdl/tiff/libtiff/tif_codec.c [] []
/src/ghostpdl/base/gp.h ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/cups/cups/array.c [] []
/src/ghostpdl/jpeg/jdpostct.c [] []
/src/ghostpdl/jpeg/jdmaster.c [] []
/src/ghostpdl/psi/dxmain.c [] []
/src/ghostpdl/psi/zfile1.c [] []
/src/ghostpdl/contrib/gdevhl12.c [] []
/src/ghostpdl/jpeg/wrrle.c [] []
/src/ghostpdl/tiff/tools/tiffsplit.c [] []
/src/ghostpdl/tiff/libtiff/tif_dirinfo.c [] []
/src/ghostpdl/psi/zdps1.c [] []
/src/ghostpdl/base/gxshade.c [] []
/src/ghostpdl/expat/tests/structdata.c [] []
/src/ghostpdl/base/gxblend1.c [] []
/src/ghostpdl/xps/xpsvisual.c [] []
/src/ghostpdl/base/gximage4.c [] []
/src/ghostpdl/lcms2mt/utils/samples/itufax.c [] []
/src/ghostpdl/pdf/pdf_mark.c [] []
/src/ghostpdl/devices/vector/gdevpsf2.c [] []
/src/ghostpdl/devices/vector/gdevpdfp.c [] []
/src/cups/cups/testcups.c [] []
/src/freetype/src/cff/cffload.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/event.c [] []
/src/freetype/src/gxvalid/gxvlcar.c [] []
/src/ghostpdl/base/gxht.c [] []
/src/ghostpdl/tiff/tools/tiffdump.c [] []
/src/ghostpdl/jpeg/jfdctflt.c [] []
/src/ghostpdl/demos/c/multi_test.c [] []
/src/freetype/src/autofit/afglobal.c [] []
/src/ghostpdl/devices/gdevstc1.c [] []
/src/freetype/src/cid/cidparse.c [] []
/src/freetype/src/base/ftgasp.c [] []
/src/ghostpdl/pcl/pxl/pxstate.c [] []
/src/freetype/src/base/ftotval.c [] []
/src/ghostpdl/tiff/tools/tiff2ps.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_15mats.c [] []
/src/ghostpdl/base/gxpath2.c [] []
/src/ghostpdl/jpegxr/qp_lexor.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_lab.c [] []
/src/freetype/include/freetype/internal/wofftypes.h [] []
/src/ghostpdl/jpegxr/api.c [] []
/src/cups/cups/backend.c [] []
/src/ghostpdl/base/srle.c [] []
/src/ghostpdl/base/sjpegd.c [] []
/src/ghostpdl/tiff/libtiff/tif_pixarlog.c [] []
/src/cups/cups/tls.c [] []
/src/ghostpdl/contrib/pcl3/src/pclsize.c [] []
/src/ghostpdl/base/gp_wgetv.c [] []
/src/ghostpdl/base/gsmatrix.c [] []
/src/ghostpdl/base/gxchrout.c [] []
/src/ghostpdl/devices/gdevxcmp.c [] []
/src/ghostpdl/zlib/contrib/iostream3/zfstream.cc [] []
/src/ghostpdl/base/gsstate.c [] []
/src/ghostpdl/demos/java/jni/gs_jni/callbacks.cpp [] []
/src/ghostpdl/libpng/pngrutil.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/ghostpdl/psi/zfbrotli.c [] []
/src/ghostpdl/base/gxscanc.c [] []
/src/ghostpdl/base/simscale.c [] []
/src/ghostpdl/pdf/pdf_font.h [] []
/src/ghostpdl/jpeg/jerror.c [] []
/src/freetype/src/pshinter/pshmod.c [] []
/src/cups/scheduler/util.c [] []
/src/ghostpdl/contrib/japanese/gdevrpdl.c [] []
/src/ghostpdl/base/scfparam.c [] []
/src/freetype/src/cff/cffgload.c [] []
/src/freetype/src/cache/ftccache.c [] []
/src/freetype/src/psaux/cffdecode.c [] []
/src/ghostpdl/psi/ziodev2.c [] []
/src/ghostpdl/psi/zsysvm.c [] []
/src/ghostpdl/pcl/pcl/pgvector.c [] []
/src/cups/cups/http-support.c [] []
/src/ghostpdl/psi/zfzlib.c [] []
/src/cups/scheduler/log.c [] []
/src/ghostpdl/jpegxr/r_tile_spatial.c [] []
/src/ghostpdl/base/siscale_cal.c [] []
/src/ghostpdl/pcl/pcl/pcpalet.c [] []
/src/ghostpdl/tiff/libtiff/tif_zip.c [] []
/src/ghostpdl/base/gxhintn.c [] []
/src/ghostpdl/base/gp_nsync.c [] []
/src/ghostpdl/psi/zmisc1.c [] []
/src/cups/scheduler/type.c [] []
/src/ghostpdl/pdf/pdf_font11.c [] []
/src/ghostpdl/tiff/libtiff/tif_jpeg_12.c [] []
/src/ghostpdl/contrib/opvp/opvpharness.c [] []
/src/ghostpdl/jbig2dec/jbig2_mmr.c [] []
/src/ghostpdl/psi/zcid.c [] []
/src/ghostpdl/contrib/gdevgdi.c [] []
/src/ghostpdl/base/gxclrect.c [] []
/src/cups/cups/tls-sspi.c [] []
/src/ghostpdl/devices/gdevicov.c [] []
/src/ghostpdl/pcl/pxl/pxpaint.c [] []
/src/ghostpdl/base/gp_strdl.c [] []
/src/freetype/src/smooth/ftsmooth.c [] []
/src/ghostpdl/jbig2dec/jbig2_arith_iaid.c [] []
/src/freetype/src/base/ftpfr.c [] []
/src/ghostpdl/devices/gdevchameleon.c [] []
/src/ghostpdl/brotli/c/enc/command.h [] []
/src/ghostpdl/jpeg/jcprepct.c [] []
/src/ghostpdl/devices/gdevstc4.c [] []
/src/cups/cgi-bin/printers.c [] []
/src/ghostpdl/libpng/contrib/visupng/PngFile.c [] []
/src/ghostpdl/devices/vector/gdevpdfu.c [] []
/src/cups/locale/po2strings.c [] []
/src/ghostpdl/base/genarch.c [] []
/src/ghostpdl/devices/rinkj/rinkj-epson870.c [] []
/src/ghostpdl/brotli/c/enc/hash_longest_match_quickly_inc.h [] []
/src/ghostpdl/jpegxr/qp.tab.c [] []
/src/ghostpdl/brotli/c/tools/brotli.c [] []
/src/ghostpdl/pcl/pcl/pctext.c [] []
/src/ghostpdl/toolbin/color/icc_creator/ICC_Creator/icc_create.cpp [] []
/src/ghostpdl/base/gxpaint.c [] []
/src/ghostpdl/devices/gdevatx.c [] []
/src/ghostpdl/libpng/contrib/libtests/pngstest.c [] []
/src/ghostpdl/pcl/pl/pldict.c [] []
/src/cups/examples/ppdx.c [] []
/src/ghostpdl/xps/xpsopacity.c [] []
/src/ghostpdl/base/gdevmem.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gsdevmem.c [] []
/src/ghostpdl/libpng/powerpc/filter_vsx_intrinsics.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/dwt.c [] []
/src/cups/cups/ppd-localize.c [] []
/src/ghostpdl/base/gdevm2.c [] []
/src/ghostpdl/jpeg/rdswitch.c [] []
/src/cups/cups/snmp.c [] []
/src/ghostpdl/devices/gdevpcx.c [] []
/src/ghostpdl/pdf/pdf_fapi.c [] []
/src/ghostpdl/base/gximage1.c [] []
/src/ghostpdl/base/gxblend.c [] []
/src/cups/scheduler/cups-lpd.c [] []
/src/ghostpdl/libpng/contrib/mips-mmi/linux.c [] []
/src/ghostpdl/ijs/ijs_client.c [] []
/src/ghostpdl/pcl/pcl/pgpoly.c [] []
/src/ghostpdl/devices/gdev8bcm.c [] []
/src/ghostpdl/base/gxccman.c [] []
/src/cups/cups/getifaddrs.c [] []
/src/ghostpdl/base/gp_wsync.c [] []
/src/ghostpdl/libpng/intel/filter_sse2_intrinsics.c [] []
/src/ghostpdl/base/gsnotify.c [] []
/src/ghostpdl/contrib/japanese/gdevj100.c [] []
/src/ghostpdl/pdf/pdf_font0.c [] []
/src/freetype/include/freetype/internal/ftgloadr.h [] []
/src/ghostpdl/brotli/c/enc/ringbuffer.h [] []
/src/ghostpdl/libpng/pngread.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/ghostpdl/base/gschar0.c [] []
/src/freetype/src/type1/t1driver.c [] []
/src/ghostpdl/base/gxclmem.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/devices/vector/gdevpdft.c [] []
/src/ghostpdl/pcl/pl/plparams.c [] []
/src/ghostpdl/jbig2dec/sha1.c [] []
/src/cups/scheduler/cups-driverd.cxx [] []
/src/ghostpdl/base/gdevabuf.c [] []
/src/ghostpdl/devices/vector/gdevpdfv.c [] []
/src/ghostpdl/psi/zchar32.c [] []
/src/ghostpdl/base/gp_mshdl.c [] []
/src/ghostpdl/base/gsflip.c [] []
/src/ghostpdl/base/gsicc_profilecache.c [] []
/src/ghostpdl/jpegxr/r_parse.c [] []
/src/ghostpdl/psi/zcolor.c [] []
/src/ghostpdl/tiff/contrib/addtiffo/tif_ovrcache.c [] []
/src/ghostpdl/pdf/pdf_page.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_curves.c [] []
/src/ghostpdl/base/gp_os9.c [] []
/src/ghostpdl/base/siscale.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/opj_malloc.c [] []
/src/freetype/src/gxvalid/gxvjust.c [] []
/src/ghostpdl/base/gdevpccm.c [] []
/src/ghostpdl/tiff/libtiff/tif_compress.c [] []
/src/ghostpdl/brotli/c/enc/literal_cost.c [] []
/src/ghostpdl/tiff/libtiff/tif_open.c [] []
/src/ghostpdl/base/gxipixel.c [] []
/src/cups/scheduler/listen.c [] []
/src/ghostpdl/devices/vector/gdevpdts.c [] []
/src/cups/systemv/lpinfo.c [] []
/src/freetype/src/sdf/ftsdfrend.h [] []
/src/ghostpdl/tiff/tools/tiffset.c [] []
/src/ghostpdl/ijs/ijs_server_example.c [] []
/src/ghostpdl/devices/gdevpe.c [] []
/src/ghostpdl/xps/xpspath.c [] []
/src/ghostpdl/pcl/tools/tt2pcl.c [] []
/src/ghostpdl/psi/idebug.c [] []
/src/freetype/src/otvalid/otvgdef.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/invert.c [] []
/src/cups/cups/pwg-media.c [] []
/src/cups/cups/hash.c [] []
/src/cups/scheduler/testlpd.c [] []
/src/cups/backend/usb-darwin.c [] []
/src/ghostpdl/base/gdevprn.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/pcl/pl/plfont.h [] []
/src/ghostpdl/cups/gdevcups.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gstoraster_fuzzer']
/src/ghostpdl/base/gxclutil.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/freetype/src/truetype/ttgxvar.c [] []
/src/ghostpdl/devices/gdevfpng.c [] []
/src/ghostpdl/pdf/pdf_font9.c [] []
/src/ghostpdl/tiff/tools/ppm2tiff.c [] []
/src/ghostpdl/jpeg/jpegtran.c [] []
/src/ghostpdl/xps/xpsglyphs.c [] []
/src/ghostpdl/jpeg/wrppm.c [] []
/src/ghostpdl/gpdl/jbig2top.c [] []
/src/ghostpdl/devices/rinkj/rinkj-dither.c [] []
/src/cups/filter/raster.c [] []
/src/ghostpdl/jpeg/cjpeg.c [] []
/src/freetype/src/base/ftcolor.c [] []
/src/ghostpdl/base/gsfcid2.c [] []
/src/freetype/src/truetype/ttinterp.c [] []
/src/ghostpdl/base/gp_mspol.c [] []
/src/ghostpdl/lcms2mt/utils/samples/roundtrip.c [] []
/src/ghostpdl/freetype/src/cff/cffdrivr.c [] []
/src/cups/filter/testraster.c [] []
/src/ghostpdl/tiff/tools/fax2tiff.c [] []
/src/freetype/src/gxvalid/gxvmort0.c [] []
/src/freetype/src/type1/t1afm.c [] []
/src/cups/scheduler/statbuf.c [] []
/src/ghostpdl/base/gximask.c [] []
/src/ghostpdl/devices/gdevstc2.c [] []
/src/ghostpdl/base/gp_win32.c [] []
/src/ghostpdl/psi/zfapi.c [] []
/src/ghostpdl/contrib/gdevdj9.c [] []
/src/ghostpdl/pdf/pdf_func.c [] []
/src/ghostpdl/base/gxclthrd.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/pcl/pcl/pcrect.c [] []
/src/cups/cgi-bin/template.c [] []
/src/ghostpdl/freetype/src/pshinter/pshrec.c [] []
/src/ghostpdl/libpng/contrib/gregbook/rpng2-x.c [] []
/src/ghostpdl/base/gxsamplp.h [] []
/src/ghostpdl/base/gscdevn.c [] []
/src/ghostpdl/jpegxr/jpegxr.c [] []
/src/cups/cups/dest.c [] []
/src/ghostpdl/pcl/pcl/pcpatxfm.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/tcd.c [] []
/src/ghostpdl/pcl/pcl/pgframe.c [] []
/src/ghostpdl/expat/tests/ns_tests.c [] []
/src/freetype/src/base/fttype1.c [] []
/src/freetype/src/autofit/afdummy.c [] []
/src/ghostpdl/libpng/pngget.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/ghostpdl/base/gp_stdia.c [] []
/src/ghostpdl/contrib/japanese/gdevfmlbp.c [] []
/src/ghostpdl/contrib/japanese/gdevml6.c [] []
/src/ghostpdl/contrib/pcl3/eprn/gdeveprn.h [] []
/src/ghostpdl/base/ttload.c [] []
/src/ghostpdl/jpeg/jcapistd.c [] []
/src/ghostpdl/brotli/c/dec/bit_reader.h ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c'] []
/src/freetype/src/pcf/pcfdrivr.c [] []
/src/ghostpdl/tiff/tools/tiff2bw.c [] []
/src/cups/ppdc/ppdc-attr.cxx [] []
/src/ghostpdl/tiff/port/dummy.c [] []
/src/gs_device_ps2write_fuzzer.cc ['gs_device_ps2write_fuzzer'] ['gs_device_ps2write_fuzzer']
/src/cups/cups/langprintf.c [] []
/src/ghostpdl/base/gsfunc4.c [] []
/src/ghostpdl/base/gxclbits.c [] []
/src/freetype/src/type42/t42objs.h [] []
/src/ghostpdl/base/gsfname.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/psi/apitest.c [] []
/src/ghostpdl/cups/libs/cups/dest.c [] []
/src/ghostpdl/psi/idstack.c [] []
/src/freetype/src/sfnt/sfobjs.c [] []
/src/ghostpdl/pcl/pcl/rtraster.c [] []
/src/freetype/src/psaux/psconv.c [] []
/src/cups/cups/transcode.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/ht_dec.c [] []
/src/ghostpdl/devices/vector/gdevpx.c [] []
/src/ghostpdl/jpeg/jquant1.c [] []
/src/ghostpdl/base/gscrypt1.c [] []
/src/ghostpdl/devices/gdevccr.c [] []
/src/ghostpdl/tiff/libtiff/tif_lzw.c [] []
/src/cups/systemv/lp.c [] []
/src/ghostpdl/lcms2mt/src/cmscnvrt.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gxclrast.c [] []
/src/ghostpdl/tiff/libtiff/tif_fax3.c [] []
/src/ghostpdl/xps/xpstiff.c [] []
/src/cups/cups/auth.c [] []
/src/ghostpdl/base/gsmd5.c [] []
/src/ghostpdl/libpng/contrib/gregbook/rpng-x.c [] []
/src/ghostpdl/xps/xpsxml.c [] []
/src/cups/scheduler/sysman.c [] []
/src/ghostpdl/pcl/pl/pjparse.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/contrib/japanese/gdevespg.c [] []
/src/cups/scheduler/testmime.c [] []
/src/freetype/src/base/ftpsprop.c [] []
/src/ghostpdl/base/stream.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/jbig2dec/jbig2_text.c [] []
/src/ghostpdl/lcms2mt/utils/psicc/psicc.c [] []
/src/ghostpdl/expat/tests/nsalloc_tests.c [] []
/src/ghostpdl/devices/vector/gdevpsfu.c [] []
/src/freetype/src/truetype/ttsubpix.c [] []
/src/cups/ppdc/ppdc-shared.cxx [] []
/src/ghostpdl/contrib/gdevlx7.c [] []
/src/ghostpdl/base/gdevm16.c [] []
/src/ghostpdl/pcl/pxl/pxparse.c [] []
/src/freetype/include/freetype/internal/ftcalc.h [] []
/src/freetype/src/psaux/pserror.c [] []
/src/ghostpdl/devices/vector/gdevpsfm.c [] []
/src/ghostpdl/psi/iutil2.c [] []
/src/ghostpdl/base/memento.c [] []
/src/freetype/src/autofit/afmodule.h [] []
/src/cups/scheduler/cert.c [] []
/src/ghostpdl/base/gsmemret.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/expat/lib/xmltok_impl.c [] []
/src/ghostpdl/pcl/pcl/pcfrgrnd.c [] []
/src/ghostpdl/tiff/libtiff/tif_read.c [] []
/src/freetype/src/autofit/ft-hb.c [] []
/src/ghostpdl/jpeg/cdjpeg.c [] []
/src/freetype/src/type1/t1load.h [] []
/src/ghostpdl/base/spdiff.c [] []
/src/ghostpdl/xps/xpsgradient.c [] []
/src/freetype/src/base/ftpatent.c [] []
/src/ghostpdl/jpeg/jdtrans.c [] []
/src/ghostpdl/base/gshtscr.c [] []
/src/freetype/src/tools/test_trig.c [] []
/src/ghostpdl/base/gsfunc0.c [] []
/src/ghostpdl/jpeg/jcinit.c [] []
/src/ghostpdl/base/slzwe.c [] []
/src/ghostpdl/devices/gdevbj10.c [] []
/src/ghostpdl/base/gsroprun8.h [] []
/src/freetype/src/truetype/ttpload.c [] []
/src/ghostpdl/base/gsalloc.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
/src/ghostpdl/psi/ziodev.c [] []
/src/ghostpdl/base/scfx.h [] []
/src/ghostpdl/psi/zfont2.c [] []
/src/ghostpdl/jpeg/jcapimin.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/t1_ht_generate_luts.c [] []
/src/ghostpdl/psi/ztoken.c [] []
/src/ghostpdl/devices/vector/gdevpdfx.h [] []
/src/ghostpdl/psi/zht2.c [] []
/src/ghostpdl/libpng/contrib/examples/simpleover.c [] []
/src/ghostpdl/base/gspaint.c [] []
/src/ghostpdl/toolbin/halftone/ETS/test_ets.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/ppix_manager.c [] []
/src/ghostpdl/jpeg/rdtarga.c [] []
/src/ghostpdl/pdf/pdf_xref.c [] []
/src/ghostpdl/jpeg/jdapistd.c [] []
/src/freetype/src/pfr/pfrcmap.c [] []
/src/ghostpdl/pcl/pcl/pgmisc.c [] []
/src/ghostpdl/lcms2mt/src/cmsxform.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/pdf/pdf_types.h [] []
/src/ghostpdl/psi/zfont1.c [] []
/src/ghostpdl/expat/tests/misc_tests.c [] []
/src/ghostpdl/jpeg/jdapimin.c [] []
/src/ghostpdl/base/gstype1.c [] []
/src/ghostpdl/brotli/c/enc/entropy_encode_static.h [] []
/src/ghostpdl/freetype/src/base/ftsynth.c [] []
/src/ghostpdl/devices/gdevphex.c [] []
/src/freetype/src/base/ftbitmap.c [] []
/src/freetype/src/otvalid/otvmod.c [] []
/src/ghostpdl/pcl/pcl/pcursor.c [] []
/src/ghostpdl/base/gp_os2.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/lcms2mt/src/lcms2_internal.h ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/cups/notifier/dbus.c [] []
/src/freetype/src/cid/cidparse.h [] []
/src/ghostpdl/devices/gdevtknk.c [] []
/src/cups/systemv/cupstestppd.c [] []
/src/cups/filter/rastertolabel.c [] []
/src/ghostpdl/zlib/test/infcover.c [] []
/src/ghostpdl/pdf/pdf_array.c [] []
/src/ghostpdl/psi/zdevcal.c [] []
/src/ghostpdl/psi/psapi.c [] []
/src/freetype/src/base/ftstream.c [] []
/src/ghostpdl/jpeg/jccolor.c [] []
/src/ghostpdl/jpeg/jcmarker.c [] []
/src/ghostpdl/base/sdcparam.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_8_matsh.c [] []
/src/ghostpdl/tiff/port/getopt.c [] []
/src/freetype/src/sfnt/sfwoff.c [] []
/src/ghostpdl/jpeg/jctrans.c [] []
/src/ghostpdl/base/gdevhit.c [] []
/src/ghostpdl/jpeg/jcmainct.c [] []
/src/freetype/src/cache/ftcmru.c [] []
/src/ghostpdl/tiff/libtiff/tif_zstd.c [] []
/src/cups/ppdc/ppdc-constraint.cxx [] []
/src/freetype/src/psaux/psblues.c [] []
/src/ghostpdl/zlib/contrib/blast/blast.c [] []
/src/ghostpdl/devices/vector/gdevpsu.c [] []
/src/ghostpdl/jpeg/jquant2.c [] []
/src/ghostpdl/devices/gdevjpeg.c [] []
/src/ghostpdl/ijs/ijs_exec_unix.c [] []
/src/ghostpdl/xps/xpsjxr.c [] []
/src/ghostpdl/tiff/libtiff/tif_jpeg.c [] []
/src/ghostpdl/base/gstrap.c [] []
/src/freetype/src/gxvalid/gxvmorx0.c [] []
/src/ghostpdl/pcl/pl/plmain.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/openjpeg/src/lib/openjp2/tpix_manager.c [] []
/src/cups/cgi-bin/classes.c [] []
/src/cups/ppdc/ppdc-profile.cxx [] []
/src/cups/ppdc/ppdc-string.cxx [] []
/src/ghostpdl/base/scfetab.c [] []
/src/ghostpdl/base/gsimpath.c [] []
/src/ghostpdl/zlib/examples/gznorm.c [] []
/src/ghostpdl/pdf/pdf_font3.c [] []
/src/ghostpdl/base/gsparams.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/cups/cups/request.c [] []
/src/ghostpdl/psi/zfunc0.c [] []
/src/ghostpdl/libpng/contrib/libtests/fakepng.c [] []
/src/ghostpdl/tiff/contrib/stream/tiffstream.h [] []
/src/ghostpdl/jbig2dec/jbig2_huffman.c [] []
/src/cups/cgi-bin/admin.c [] []
/src/cups/scheduler/printers.c [] []
/src/ghostpdl/lcms2mt/src/cmssm.c [] []
/src/freetype/src/cache/ftcimage.c [] []
/src/ghostpdl/jpeg/example.c [] []
/src/ghostpdl/psi/zdevice2.c [] []
/src/ghostpdl/tiff/tools/thumbnail.c [] []
/src/freetype/src/gxvalid/gxvopbd.c [] []
/src/freetype/src/type1/t1gload.c [] []
/src/ghostpdl/devices/vector/gdevpdfg.c [] []
/src/ghostpdl/base/wrfont.c [] []
/src/ghostpdl/jpegxr/w_tile_frequency.c [] []
/src/ghostpdl/jbig2dec/jbig2_arith.c [] []
/src/ghostpdl/contrib/japanese/gdevfmpr.c [] []
/src/freetype/src/gxvalid/gxvmort.h [] []
/src/ghostpdl/psi/istack.c [] []
/src/ghostpdl/base/gdevvec.c [] []
/src/ghostpdl/devices/rinkj/evenbetter-rll.c [] []
/src/ghostpdl/psi/zpcolor.c [] []
/src/ghostpdl/psi/gserver.c [] []
/src/ghostpdl/jpeg/jidctint.c [] []
/src/ghostpdl/jpegxr/flags.c [] []
/src/ghostpdl/psi/zmatrix.c [] []
/src/cups/cups/http-addrlist.c [] []
/src/freetype/src/smooth/ftgrays.c [] []
/src/ghostpdl/base/gdevm32.c [] []
/src/ghostpdl/xps/xpscrc.c [] []
/src/ghostpdl/lcms2mt/src/cmswtpnt.c [] []
/src/ghostpdl/pcl/pcl/pgdraw.c [] []
/src/cups/scheduler/ipp.c [] []
/src/freetype/src/gxvalid/gxvbsln.c [] []
/src/ghostpdl/devices/vector/gdevtxtw.c [] []
/src/ghostpdl/base/gsfcmap.c [] []
/src/ghostpdl/base/fapi_ft.c [] []
/src/ghostpdl/tiff/libtiff/tif_flush.c [] []
/src/ghostpdl/base/gdevnup.c [] []
/src/ghostpdl/jbig2dec/jbig2_segment.c [] []
/src/ghostpdl/devices/rinkj/rinkj-config.c [] []
/src/ghostpdl/base/gsfont0.c [] []
/src/ghostpdl/psi/zalg.c [] []
/src/cups/cups/ppd-custom.c [] []
/src/ghostpdl/jbig2dec/memento.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/cups/backend/lpd.c [] []
/src/ghostpdl/brotli/c/enc/block_splitter.c [] []
/src/ghostpdl/pcl/pl/plufont.c [] []
/src/ghostpdl/base/gxpdash.c [] []
/src/ghostpdl/pdf/pdf_image.c [] []
/src/ghostpdl/devices/gdevstc3.c [] []
/src/ghostpdl/base/gxpflat.c [] []
/src/cups/cups/testfile.c [] []
/src/ghostpdl/expat/tests/acc_tests.c [] []
/src/ghostpdl/devices/gxfcopy.c [] []
/src/ghostpdl/psi/zarith.c [] []
/src/freetype/src/cid/cidload.c [] []
/src/ghostpdl/brotli/c/enc/find_match_length.h [] []
/src/ghostpdl/pdf/pdf_file.c [] []
/src/ghostpdl/base/ttfmain.c [] []
/src/ghostpdl/devices/vector/gdevpdf.c [] []
/src/ghostpdl/jpeg/jdcoefct.c [] []
/src/ghostpdl/devices/vector/gdevpdt.c [] []
/src/ghostpdl/devices/vector/gdevpsdf.h [] []
/src/ghostpdl/tiff/libtiff/tif_swab.c [] []
/src/freetype/src/gxvalid/gxvmort1.c [] []
/src/ghostpdl/psi/imain.c [] []
/src/ghostpdl/tiff/libtiff/tif_lerc.c [] []
/src/ghostpdl/jpeg/rdjpgcom.c [] []
/src/ghostpdl/psi/iutil.c [] []
/src/cups/cups/ppd.c [] []
/src/ghostpdl/base/gsfunc.c [] []
/src/ghostpdl/lcms2mt/utils/jpgicc/iccjpeg.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_15bits.c [] []
/src/freetype/src/bzip2/ftbzip2.c [] []
/src/ghostpdl/base/mkromfs.c [] []
/src/ghostpdl/tiff/test/test_open_options.c [] []
/src/ghostpdl/psi/zmisc3.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_16_tethra.c [] []
/src/ghostpdl/base/gp_msprn.c [] []
/src/freetype/src/sfnt/sfdriver.c [] []
/src/ghostpdl/base/gxstroke.c [] []
/src/ghostpdl/base/gdevflp.c [] []
/src/ghostpdl/base/gsgdata.c [] []
/src/ghostpdl/base/gximag3x.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/tgt.c [] []
/src/ghostpdl/psi/dwtext.c [] []
/src/ghostpdl/base/gslib.c [] []
/src/ghostpdl/jpeg/jpeglib.h [] []
/src/ghostpdl/brotli/c/enc/quality.h [] []
/src/cups/cups/getputfile.c [] []
/src/ghostpdl/pdf/pdf_dict.h [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/mqc_inl.h [] []
/src/cups/xcode/config.h [] []
/src/ghostpdl/brotli/c/enc/histogram.c [] []
/src/ghostpdl/base/gsbitcom.c [] []
/src/ghostpdl/psi/dwnodll.c [] []
/src/ghostpdl/lcms2mt/src/cmsintrp.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/pcl/pcl/pccolor.c [] []
/src/ghostpdl/base/gxshade4.c [] []
/src/ghostpdl/base/gsclipsr.c [] []
/src/freetype/src/gxvalid/gxvkern.c [] []
/src/ghostpdl/base/gp_psync.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/base/gxfapi.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/tiff/contrib/iptcutil/iptcutil.c [] []
/src/ghostpdl/base/sdct.h [] []
/src/ghostpdl/base/gdevm8.c [] []
/src/ghostpdl/psi/zcolor3.c [] []
/src/ghostpdl/pcl/pxl/pxstream.c [] []
/src/ghostpdl/lcms2mt/utils/samples/vericc.c [] []
/src/ghostpdl/zlib/contrib/minizip/unzip.c [] []
/src/ghostpdl/jpeg/jdsample.c [] []
/src/ghostpdl/pdf/pdf_colour.h [] []
/src/ghostpdl/contrib/gdevbjc_.c [] []
/src/freetype/src/type42/t42types.h [] []
/src/ghostpdl/demos/java/jni/gs_jni/instance_data.cpp [] []
/src/ghostpdl/devices/rinkj/rinkj-byte-stream.c [] []
/src/ghostpdl/contrib/opvp/gdevopvp.c [] []
/src/ghostpdl/tiff/libtiff/tif_unix.c [] []
/src/ghostpdl/zlib/trees.c [] []
/src/ghostpdl/base/gsrop.c [] []
/src/ghostpdl/base/gp_os2pr.c [] []
/src/ghostpdl/brotli/c/enc/utf8_util.c [] []
/src/ghostpdl/base/gstype42.c [] []
/src/freetype/src/base/ftdebug.c [] []
/src/ghostpdl/pdf/pdf_int.h [] []
/src/ghostpdl/psi/zform.c [] []
/src/ghostpdl/base/gslibctx.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/openjpeg/src/lib/openjp2/thix_manager.c [] []
/src/cups/backend/testbackend.c [] []
/src/freetype/src/sfnt/ttcmap.c [] []
/src/ghostpdl/pcl/pl/plvocab.c [] []
/src/ghostpdl/zlib/contrib/minizip/minizip.c [] []
/src/ghostpdl/toolbin/halftone/ETS/ets.c [] []
/src/ghostpdl/base/pagelist.c [] []
/src/freetype/src/base/ftmac.c [] []
/src/ghostpdl/zlib/examples/zran.c [] []
/src/ghostpdl/devices/gdevmiff.c [] []
/src/ghostpdl/zlib/examples/zpipe.c [] []
/src/ghostpdl/devices/gdevbmp.c [] []
/src/cups/backend/usb-unix.c [] []
/src/ghostpdl/tiff/tools/tiffgt.c [] []
/src/ghostpdl/jpegxr/cw_emit.c [] []
/src/freetype/src/pfr/pfrsbit.c [] []
/src/ghostpdl/base/gxshade.h [] []
/src/cups/cups/backchannel.c [] []
/src/ghostpdl/base/ttcalc.c [] []
/src/ghostpdl/base/gssprintf.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/cups/cups/globals.c [] []
/src/freetype/src/base/ftcalc.c [] []
/src/freetype/src/base/md5.c [] []
/src/ghostpdl/base/gxifast.c [] []
/src/ghostpdl/libpng/mips/filter_msa_intrinsics.c [] []
/src/ghostpdl/gpdl/image/imagetop.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_internal.h [] []
/src/ghostpdl/libpng/loongarch/filter_lsx_intrinsics.c [] []
/src/freetype/src/cid/cidobjs.c [] []
/src/ghostpdl/psi/zfcid1.c [] []
/src/ghostpdl/toolbin/halftone/gen_stochastic/gen_stochastic.c [] []
/src/ghostpdl/brotli/c/enc/backward_references_inc.h [] []
/src/ghostpdl/base/gscie.h [] []
/src/ghostpdl/psi/iname.c [] []
/src/ghostpdl/pcl/pcl/pcstatus.c [] []
/src/ghostpdl/psi/zfproc.c [] []
/src/cups/scheduler/quotas.c [] []
/src/ghostpdl/pcl/pcl/rtmisc.c [] []
/src/ghostpdl/jbig2dec/jbig2_page.c [] []
/src/ghostpdl/devices/gdevsj48.c [] []
/src/ghostpdl/devices/gdevperm.c [] []
/src/ghostpdl/base/gsicc_blacktext.c [] []
/src/ghostpdl/base/gdevdsha.c [] []
/src/ghostpdl/base/gsicc_cache.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gdevdbit.c [] []
/src/ghostpdl/psi/zbfont.c [] []
/src/ghostpdl/devices/gdevdsp.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/base/sdcte.c [] []
/src/freetype/src/psaux/t1decode.c [] []
/src/cups/cups/ppd-util.c [] []
/src/ghostpdl/contrib/japanese/gdevp201.c [] []
/src/ghostpdl/devices/vector/gdevpdfi.c [] []
/src/ghostpdl/lcms2mt/utils/tificc/tifdiff.c [] []
/src/ghostpdl/base/sddparam.c [] []
/src/ghostpdl/jbig2dec/jbig2_image_png.c [] []
/src/ghostpdl/jpeg/jcomapi.c [] []
/src/ghostpdl/jpeg/djpeg.c [] []
/src/ghostpdl/xps/xpstile.c [] []
/src/cups/cups/ppd-mark.c [] []
/src/ghostpdl/lcms2mt/src/cmshalf.c [] []
/src/freetype/src/type42/t42parse.h [] []
/src/ghostpdl/xps/xpsfapi.c [] []
/src/ghostpdl/base/sfxfd.c [] []
/src/cups/cgi-bin/ipp-var.c [] []
/src/ghostpdl/pcl/pl/plfapi.c [] []
/src/ghostpdl/base/scommon.h [] []
/src/ghostpdl/pdf/pdf_optcontent.c [] []
/src/ghostpdl/jpeg/rdcolmap.c [] []
/src/ghostpdl/base/spsdf.c [] []
/src/freetype/src/base/ftcid.c [] []
/src/ghostpdl/pcl/pxl/pxpthr.c [] []
/src/ghostpdl/base/gsropt.h [] []
/src/ghostpdl/lcms2mt/utils/samples/mkcmy.c [] []
/src/ghostpdl/tiff/libtiff/tif_thunder.c [] []
/src/cups/cgi-bin/search.c [] []
/src/ghostpdl/psi/zfdctd.c [] []
/src/ghostpdl/pcl/pcl/pcommand.c [] []
/src/ghostpdl/xps/xpsmem.c [] []
/src/ghostpdl/libpng/pngwtran.c [] []
/src/freetype/src/base/ftlcdfil.c [] []
/src/ghostpdl/pdf/pdf_font.c [] []
/src/freetype/src/sdf/ftbsdf.c [] []
/src/freetype/src/sfnt/ttmtx.c [] []
/src/ghostpdl/psi/iplugin.c [] []
/src/ghostpdl/brotli/c/common/constants.h [] []
/src/freetype/src/gxvalid/gxvtrak.c [] []
/src/ghostpdl/psi/zcontrol.c [] []
/src/ghostpdl/gpdl/pngtop.c [] []
/src/freetype/src/sdf/ftsdf.c [] []
/src/freetype/src/tools/apinames.c [] []
/src/ghostpdl/jpegxr/w_tile_spatial.c [] []
/src/freetype/src/type42/t42parse.c [] []
/src/ghostpdl/zlib/deflate.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/ghostpdl/libpng/contrib/tools/sRGB.h [] []
/src/ghostpdl/devices/rinkj/rinkj-screen-eb.c [] []
/src/freetype/src/gxvalid/gxvmorx2.c [] []
/src/ghostpdl/jpeg/jmemdos.c [] []
/src/freetype/src/gxvalid/gxvprop.c [] []
/src/ghostpdl/base/strmio.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/psi/imainarg.c [] []
/src/cups/ppdc/ppdc-option.cxx [] []
/src/ghostpdl/libpng/contrib/gregbook/writepng.c [] []
/src/ghostpdl/contrib/gdevlx32.c [] []
/src/ghostpdl/lcms2mt/utils/transicc/transicc.c [] []
/src/ghostpdl/base/gxblend.h [] []
/src/ghostpdl/freetype/src/base/ftmm.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/openjpeg.c [] []
/src/ghostpdl/base/gsfunc3.c [] []
/src/ghostpdl/base/gdevmpla.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/psi/zdscpars.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/t2.c [] []
/src/gs_device_pdfwrite_fuzzer.cc ['gs_device_pdfwrite_fuzzer'] ['gs_device_pdfwrite_fuzzer']
/src/ghostpdl/base/szlibd.c [] []
/src/ghostpdl/brotli/c/common/shared_dictionary.c ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c'] []
/src/ghostpdl/pcl/pcl/pcwhtidx.c [] []
/src/cups/systemv/lpmove.c [] []
/src/freetype/src/type1/t1parse.c [] []
/src/ghostpdl/devices/gdevplib.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/cups/cups/util.c [] []
/src/ghostpdl/lcms2mt/testbed/testplugin.c [] []
/src/ghostpdl/xps/xpsdoc.c [] []
/src/ghostpdl/zlib/contrib/minizip/crypt.h [] []
/src/ghostpdl/tiff/contrib/pds/tif_pdsdirwrite.c [] []
/src/ghostpdl/pdf/pdf_utf8.c [] []
/src/ghostpdl/pcl/pcl/pclookup.c [] []
/src/ghostpdl/jpeg/jdinput.c [] []
/src/cups/cups/string.c [] []
/src/gs_device_tiffsep1_fuzzer.cc ['gs_device_tiffsep1_fuzzer'] ['gs_device_tiffsep1_fuzzer']
/src/ghostpdl/base/gxclfile.c [] []
/src/gs_device_faxg3_fuzzer.cc ['gs_device_faxg3_fuzzer'] ['gs_device_faxg3_fuzzer']
/src/ghostpdl/tiff/libtiff/tif_dirread.c [] []
/src/freetype/src/gzip/crc32.c [] []
/src/ghostpdl/base/sdctc.c [] []
/src/ghostpdl/tiff/libtiff/mkg3states.c [] []
/src/ghostpdl/contrib/pcl3/eprn/eprnfs.c [] []
/src/ghostpdl/lcms2mt/src/cmsio1.c [] []
/src/ghostpdl/base/tessocr.cpp [] []
/src/ghostpdl/lcms2mt/utils/samples/wtpt.c [] []
/src/ghostpdl/base/gxdownscale.c [] []
/src/freetype/src/lzw/ftzopen.c [] []
/src/ghostpdl/base/genconf.c [] []
/src/freetype/src/gxvalid/gxvmort.c [] []
/src/freetype/src/autofit/afloader.h [] []
/src/ghostpdl/base/gstrans.c [] []
/src/cups/scheduler/dirsvc.c [] []
/src/freetype/src/pfr/pfrtypes.h [] []
/src/ghostpdl/psi/zht.c [] []
/src/ghostpdl/libpng/contrib/gregbook/readppm.c [] []
/src/ghostpdl/zlib/contrib/minizip/mztools.c [] []
/src/ghostpdl/libpng/contrib/libtests/makepng.c [] []
/src/freetype/src/base/fttrigon.c [] []
/src/ghostpdl/tiff/libtiff/tif_dir.c [] []
/src/ghostpdl/tiff/libtiff/tif_getimage.c [] []
/src/ghostpdl/tiff/libtiff/tif_aux.c [] []
/src/ghostpdl/base/gendev.c [] []
/src/ghostpdl/base/gdevdcrd.c [] []
/src/ghostpdl/pcl/pl/plulfont.c [] []
/src/ghostpdl/brotli/c/enc/memory.c [] []
/src/ghostpdl/base/gscscie.c [] []
/src/ghostpdl/zlib/gzread.c [] []
/src/ghostpdl/xps/xpsttf.c [] []
/src/ghostpdl/psi/zdevice.c [] []
/src/ghostpdl/libpng/contrib/gregbook/readpng2.c [] []
/src/ghostpdl/base/gp_vms.c [] []
/src/ghostpdl/psi/zfunc3.c [] []
/src/ghostpdl/tiff/libtiff/tif_version.c [] []
/src/gstoraster_fuzzer_all_colors.cc ['gstoraster_fuzzer_all_colors'] ['gstoraster_fuzzer_all_colors']
/src/ghostpdl/xps/xpspage.c [] []
/src/ghostpdl/base/gsbitops.h [] []
/src/ghostpdl/base/seexec.c [] []
/src/ghostpdl/base/gxclist.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gdevnfwd.c [] []
/src/ghostpdl/brotli/c/dec/decode.c ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c'] []
/src/ghostpdl/psi/gs.c [] []
/src/cups/backend/ieee1284.c [] []
/src/freetype/src/sfnt/sfwoff2.c [] []
/src/ghostpdl/base/gshtx.c [] []
/src/ghostpdl/base/gsnamecl.c [] []
/src/cups/ppdc/ppdc-driver.cxx [] []
/src/ghostpdl/lcms2mt/src/cmsgmt.c [] []
/src/ghostpdl/psi/zfilter.c [] []
/src/ghostpdl/zlib/contrib/minizip/zip.c [] []
/src/ghostpdl/base/gxpath.c [] []
/src/freetype/src/gxvalid/gxvmorx.c [] []
/src/ghostpdl/psi/zarray.c [] []
/src/ghostpdl/brotli/c/enc/metablock.c [] []
/src/gs_device_psdcmyk_fuzzer.cc ['gs_device_psdcmyk_fuzzer'] ['gs_device_psdcmyk_fuzzer']
/src/ghostpdl/base/gzspotan.c [] []
/src/ghostpdl/zlib/contrib/infback9/infback9.c [] []
/src/ghostpdl/base/gxmclip.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/mqc.c [] []
/src/cups/cgi-bin/var.c [] []
/src/ghostpdl/base/gxclpath.c [] []
/src/ghostpdl/base/gdevm48.c [] []
/src/ghostpdl/base/gxtype1.c [] []
/src/ghostpdl/jpegxr/init.c [] []
/src/cups/cups/getdevices.c [] []
/src/ghostpdl/base/slzwc.c [] []
/src/ghostpdl/expat/xmlwf/xmlfile.c [] []
/src/ghostpdl/psi/zshade.c [] []
/src/ghostpdl/devices/gdev4693.c [] []
/src/ghostpdl/base/claptrap-init.c [] []
/src/cups/ppdc/ppdc-file.cxx [] []
/src/ghostpdl/expat/xmlwf/win32filemap.c [] []
/src/ghostpdl/tiff/contrib/pds/tif_imageiter.c [] []
/src/ghostpdl/jpeg/jcmaster.c [] []
/src/freetype/src/pfr/pfrgload.c [] []
/src/ghostpdl/devices/vector/gdevpdtb.c [] []
/src/ghostpdl/ijs/ijs.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/devices/gdevcslw.c [] []
/src/ghostpdl/base/gsequivc.c [] []
/src/ghostpdl/psi/zncdummy.c [] []
/src/cups/scheduler/env.c [] []
/src/freetype/src/bdf/bdflib.c [] []
/src/ghostpdl/zlib/examples/gzlog.c [] []
/src/freetype/src/autofit/afhints.c [] []
/src/ghostpdl/zlib/examples/gun.c [] []
/src/ghostpdl/xps/xpsutf.c [] []
/src/ghostpdl/devices/gdevo182.c [] []
/src/ghostpdl/brotli/c/fuzz/decode_fuzzer.c ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c'] ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c']
/src/ghostpdl/expat/tests/basic_tests.c [] []
/src/ghostpdl/devices/gdevxalt.c [] []
/src/ghostpdl/lcms2mt/src/cmsio0.c [] []
/src/ghostpdl/base/gdevmrun.c [] []
/src/ghostpdl/devices/gdevwpr2.c [] []
/src/ghostpdl/devices/vector/gdevpdte.c [] []
/src/ghostpdl/jpeg/jdmerge.c [] []
/src/ghostpdl/pcl/pcl/pccid.c [] []
/src/freetype/src/pshinter/pshrec.c [] []
/src/ghostpdl/psi/zpath1.c [] []
/src/ghostpdl/lcms2mt/src/cmsmtrx.c [] []
/src/ghostpdl/devices/vector/gdevpdfe.c [] []
/src/cups/cups/dir.c [] []
/src/freetype/src/base/ftgloadr.c [] []
/src/freetype/src/gxvalid/gxvmorx1.c [] []
/src/freetype/src/gxvalid/gxvcommn.c [] []
/src/ghostpdl/psi/zcrd.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/opj_intmath.h [] []
/src/ghostpdl/devices/gdevx.c [] []
/src/ghostpdl/base/gdevbbox.c [] []
/src/ghostpdl/psi/zfont0.c [] []
/src/gs_device_xpswrite_fuzzer.cc ['gs_device_xpswrite_fuzzer'] ['gs_device_xpswrite_fuzzer']
/src/ghostpdl/pcl/pl/plfont.c [] []
/src/ghostpdl/base/gp_dosfe.c [] []
/src/ghostpdl/jpeg/jfdctfst.c [] []
/src/ghostpdl/devices/vector/gdevpdtc.c [] []
/src/ghostpdl/base/sha2.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/opj_includes.h [] []
/src/ghostpdl/psi/dwmainc.c [] []
/src/ghostpdl/tiff/libtiff/tif_dumpmode.c [] []
/src/ghostpdl/tiff/test/test_signed_tags.c [] []
/src/freetype/src/sfnt/ttpost.c [] []
/src/ghostpdl/libpng/contrib/pngminus/pnm2png.c [] []
/src/ghostpdl/pcl/pxl/pxptable.c [] []
/src/ghostpdl/base/gp_dvx.c [] []
/src/ghostpdl/pdf/pdf_obj.h [] []
/src/freetype/src/base/ftstroke.c [] []
/src/ghostpdl/freetype/src/raster/ftraster.c [] []
/src/ghostpdl/jpeg/wrgif.c [] []
/src/freetype/src/base/ftrfork.c [] []
/src/freetype/src/svg/ftsvg.c [] []
/src/ghostpdl/base/gdevpipe.c [] []
/src/ghostpdl/devices/gdevpcl.c [] []
/src/ghostpdl/psi/dwtrace.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/jp2.c [] []
/src/ghostpdl/contrib/pcl3/src/pclscan.c [] []
/src/ghostpdl/zlib/contrib/puff/pufftest.c [] []
/src/ghostpdl/tiff/libtiff/tif_ojpeg.c [] []
/src/ghostpdl/base/simscale_foo.c [] []
/src/ghostpdl/jpeg/jdmarker.c [] []
/src/ghostpdl/base/gsparamx.c [] []
/src/ghostpdl/tiff/test/strip.c [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/t1_generate_luts.c [] []
/src/ghostpdl/expat/lib/siphash.h ['ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c', 'ghostpdl/expat/fuzz/xml_parse_fuzzer.c'] []
/src/ghostpdl/pdf/pdf_pattern.c [] []
/src/ghostpdl/base/gscolor1.c [] []
/src/ghostpdl/xps/xpsresource.c [] []
/src/cups/backend/dnssd.c [] []
/src/ghostpdl/psi/zfont32.c [] []
/src/ghostpdl/base/gsshade.c [] []
/src/ghostpdl/psi/zfcmap.c [] []
/src/ghostpdl/base/gsdsrc.c [] []
/src/ghostpdl/psi/iscanbin.c [] []
/src/ghostpdl/jpeg/wrbmp.c [] []
/src/freetype/include/freetype/internal/tttypes.h [] []
/src/ghostpdl/tiff/libtiff/tif_webp.c [] []
/src/gs_device_bmpmono_fuzzer.cc ['gs_device_bmpmono_fuzzer'] ['gs_device_bmpmono_fuzzer']
/src/ghostpdl/libpng/contrib/powerpc-vsx/linux.c [] []
/src/ghostpdl/psi/zcolor1.c [] []
/src/ghostpdl/psi/zfdcte.c [] []
/src/ghostpdl/base/gsserial.c [] []
/src/ghostpdl/base/gsptype1.c [] []
/src/ghostpdl/psi/zicc.c [] []
/src/ghostpdl/psi/zcharout.c [] []
/src/ghostpdl/tiff/libtiff/tif_hash_set.c [] []
/src/ghostpdl/tiff/tools/tiffcrop.c [] []
/src/ghostpdl/base/shc.c [] []
/src/cups/cups/testpwg.c [] []
/src/ghostpdl/libpng/contrib/libtests/pngunknown.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/ghostpdl/pcl/pcl/pgparse.c [] []
/src/ghostpdl/base/bobbin.c [] []
/src/cups/scheduler/cupsfilter.c [] []
/src/ghostpdl/base/gxp1fill.c [] []
/src/cups/systemv/cupsaddsmb.c [] []
/src/ghostpdl/base/gxoprect.c [] []
/src/ghostpdl/base/ets.c [] []
/src/freetype/src/pcf/pcfutil.c [] []
/src/ghostpdl/pcl/pxl/pxsessio.c [] []
/src/ghostpdl/base/gstiffio.c [] []
/src/freetype/src/sfnt/ttsbit.c [] []
/src/freetype/src/truetype/ttgload.c [] []
/src/ghostpdl/pdf/pdf_deref.c [] []
/src/ghostpdl/devices/gdevupd.c [] []
/src/ghostpdl/pcl/pxl/pxgstate.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_sup.c [] []
/src/ghostpdl/contrib/pcl3/eprn/pagecount.c [] []
/src/ghostpdl/psi/zcfont.c [] []
/src/freetype/src/gzip/adler32.c [] []
/src/ghostpdl/zlib/examples/gzjoin.c [] []
/src/ghostpdl/base/gsptype2.c [] []
/src/ghostpdl/contrib/pcl3/eprn/eprnrend.c [] []
/src/freetype/src/bdf/bdfdrivr.h [] []
/src/ghostpdl/tiff/libtiff/tif_error.c [] []
/src/freetype/src/pfr/pfrcmap.h [] []
/src/ghostpdl/base/sjpege.c [] []
/src/freetype/src/psaux/psstack.h [] []
/src/ghostpdl/base/gsstrl.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/freetype/src/sdf/ftsdf.h [] []
/src/ghostpdl/libpng/contrib/examples/iccfrompng.c [] []
/src/ghostpdl/pdf/pdf_repair.c [] []
/src/ghostpdl/base/slzwd.c [] []
/src/freetype/src/psaux/psarrst.h [] []
/src/ghostpdl/brotli/c/common/transform.c [] []
/src/freetype/src/pfr/pfrload.c [] []
/src/ghostpdl/pcl/pcl/pcpage.c [] []
/src/ghostpdl/pcl/pcl/pcparse.c [] []
/src/ghostpdl/devices/gdevdm24.c [] []
/src/ghostpdl/base/gscssub.c [] []
/src/ghostpdl/tiff/tools/tiffcmp.c [] []
/src/ghostpdl/jpeg/rdbmp.c [] []
/src/ghostpdl/devices/gdevurf.c [] []
/src/ghostpdl/base/gscdef.c [] []
/src/freetype/src/cff/cffdrivr.c [] []
/src/ghostpdl/devices/vector/gdevdocxw.c [] []
/src/ghostpdl/base/gsmisc.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/psi/zcssepr.c [] []
/src/freetype/src/gzip/inflate.c [] []
/src/ghostpdl/libpng/pngtest.c [] []
/src/ghostpdl/pdf/pdf_path.c [] []
/src/ghostpdl/toolbin/bmpcmp.c ['ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c', 'ghostpdl/expat/fuzz/xml_parse_fuzzer.c'] []
/src/cups/scheduler/network.c [] []
/src/ghostpdl/psi/zfont42.c [] []
/src/ghostpdl/freetype/src/tools/vms_shorten_symbol.c [] []
/src/ghostpdl/libpng/arm/palette_neon_intrinsics.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/ghostpdl/base/sdctd.c [] []
/src/cups/ppdc/ppdmerge.cxx [] []
/src/ghostpdl/base/gxclip2.c [] []
/src/ghostpdl/base/gsicc_lcms2.c [] []
/src/ghostpdl/base/gdevdgbr.c [] []
/src/ghostpdl/lcms2mt/src/cmstypes.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/psi/zchar42.c [] []
/src/ghostpdl/base/gdevm24.c [] []
/src/ghostpdl/base/gp_msdos.c [] []
/src/ghostpdl/psi/ztrans.c [] []
/src/ghostpdl/pdf/pdf_shading.c [] []
/src/ghostpdl/pcl/pl/pjparsei.c [] []
/src/ghostpdl/base/sjpx_openjpeg.c [] []
/src/ghostpdl/contrib/pcl3/eprn/eprnparm.c [] []
/src/ghostpdl/demos/c/api_test.c [] []
/src/cups/cups/testipp.c [] []
/src/ghostpdl/contrib/gdevbjca.c [] []
/src/ghostpdl/base/gsicc_manage.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/cups/filter/common.c [] []
/src/ghostpdl/tiff/libtiff/tif_warning.c [] []
/src/cups/systemv/cupstestdsc.c [] []
/src/ghostpdl/base/gsinit.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/tiff/contrib/tags/xtif_dir.c [] []
/src/ghostpdl/tiff/contrib/dbs/xtiff/xtiff.c [] []
/src/cups/locale/strings2po.c [] []
/src/ghostpdl/jbig2dec/jbig2_symbol_dict.c [] []
/src/ghostpdl/base/gdevmr2n.c [] []
/src/ghostpdl/base/gxdcconv.c [] []
/src/ghostpdl/devices/gdevxcf.c [] []
/src/ghostpdl/psi/ireclaim.c [] []
/src/ghostpdl/jpeg/jdatadst.c [] []
/src/ghostpdl/devices/gdevdjet.c [] []
/src/ghostpdl/devices/vector/gdevpdfb.c [] []
/src/ghostpdl/devices/gdevifno.c [] []
/src/ghostpdl/jpeg/transupp.c [] []
/src/ghostpdl/brotli/c/enc/backward_references_hq.c [] []
/src/ghostpdl/base/gxshade6.c [] []
/src/ghostpdl/pdf/pdf_loop_detect.c [] []
/src/ghostpdl/base/gscms.h [] []
/src/ghostpdl/freetype/src/truetype/ttobjs.c [] []
/src/ghostpdl/freetype/src/gzip/crc32.c [] []
/src/ghostpdl/brotli/c/dec/state.c ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c'] []
/src/ghostpdl/base/shc.h [] []
/src/ghostpdl/pcl/pcl/pcfont.c [] []
/src/ghostpdl/lcms2mt/src/cmscam02.c [] []
/src/ghostpdl/base/gxdcolor.c [] []
/src/ghostpdl/devices/gdevcmykog.c [] []
/src/ghostpdl/devices/gdevl31s.c [] []
/src/freetype/src/cache/ftccmap.c [] []
/src/ghostpdl/zlib/contrib/iostream2/zstream.h [] []
/src/ghostpdl/pcl/pcl/pggeom.c [] []
/src/ghostpdl/base/gp_nxpsprn.c [] []
/src/ghostpdl/base/gxgstate.h [] []
/src/ghostpdl/pdf/pdf_annot.c [] []
/src/ghostpdl/jpeg/jccoefct.c [] []
/src/ghostpdl/xps/xpsfont.c [] []
/src/ghostpdl/contrib/pcl3/src/pclcap.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []
/src/freetype/src/tools/test_bbox.c [] []
/src/ghostpdl/base/gsmchunk.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/freetype/src/gzip/inffast.c [] []
/src/freetype/include/freetype/internal/psaux.h [] []
/src/ghostpdl/tiff/libtiff/tif_write.c [] []
/src/ghostpdl/psi/zstack.c [] []
/src/freetype/src/base/fthash.c [] []
/src/ghostpdl/base/szlibc.c [] []
/src/ghostpdl/base/gsgstate.c [] []
/src/ghostpdl/base/gsline.c [] []
/src/ghostpdl/base/fapibstm.c [] []
/src/ghostpdl/psi/dwmain.c [] []
/src/ghostpdl/jpegxr/x_strip.c [] []
/src/ghostpdl/psi/zfunc4.c [] []
/src/cups/ppdc/ppdc-import.cxx [] []
/src/cups/cups/http.c [] []
/src/ghostpdl/lcms2mt/src/cmssamp.c [] []
/src/ghostpdl/base/scfdgen.c [] []
/src/ghostpdl/lcms2mt/src/cmsvirt.c [] []
/src/ghostpdl/devices/gdevdfax.c [] []
/src/ghostpdl/devices/gdevcdj.c [] []
/src/ghostpdl/psi/zrelbit.c [] []
/src/ghostpdl/psi/zpaint.c [] []
/src/ghostpdl/base/gxdhtserial.c [] []
/src/ghostpdl/jpegxr/io.c [] []
/src/ghostpdl/devices/vector/gdevpdfd.c [] []
/src/freetype/src/sdf/ftsdfrend.c [] []
/src/ghostpdl/lcms2mt/src/cmspcs.c [] []
/src/ghostpdl/demos/java/jni/gs_jni/com_artifex_gsjava_util_NativePointer.cpp [] []
/src/ghostpdl/gpdl/jpgtop.c [] []
/src/ghostpdl/base/gsimage.c [] []
/src/ghostpdl/base/pack_ps.c [] []
/src/ghostpdl/psi/zmisc.c [] []
/src/cups/systemv/lpadmin.c [] []
/src/ghostpdl/xps/xpshash.c [] []
/src/ghostpdl/psi/zfileio.c [] []
/src/cups/scheduler/classes.c [] []
/src/freetype/src/otvalid/otvgpos.c [] []
/src/ghostpdl/base/gdevdevn.c [] []
/src/ghostpdl/psi/idict.c [] []
/src/ghostpdl/base/gdevmr8n.c [] []
/src/freetype/src/cache/ftcbasic.c [] []
/src/ghostpdl/jpeg/jmemmgr.c [] []
/src/ghostpdl/contrib/japanese/gdev10v.c [] []
/src/cups/scheduler/server.c [] []
/src/ghostpdl/base/gxfillts.h [] []
/src/ghostpdl/openjpeg/src/lib/openjp2/thread.c [] []
/src/ghostpdl/brotli/c/dec/bit_reader.c ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c'] []
/src/freetype/src/psaux/psobjs.c [] []
/src/ghostpdl/devices/gdevplan.c [] []
/src/ghostpdl/brotli/c/common/platform.c [] []
/src/ghostpdl/pdf/ghostpdf.c [] []
/src/ghostpdl/pcl/pl/plht.c [] []
/src/ghostpdl/psi/zchar.c [] []
/src/ghostpdl/jpeg/wrjpgcom.c [] []
/src/ghostpdl/base/gsicc_nocm.c [] []
/src/gs_device_eps2write_fuzzer.cc ['gs_device_eps2write_fuzzer'] ['gs_device_eps2write_fuzzer']
/src/ghostpdl/gpdl/tifftop.c [] []
/src/ghostpdl/base/gsfunc.h [] []
/src/ghostpdl/libpng/pngwrite.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
/src/ghostpdl/libpng/contrib/tools/pngfix.c [] []
/src/cups/ppdc/ppdc-message.cxx [] []
/src/ghostpdl/tiff/tools/tiffdither.c [] []
/src/ghostpdl/psi/igcstr.c [] []
/src/ghostpdl/psi/zmath.c [] []
/src/gs_fuzzlib.h ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/freetype/src/tools/ftrandom/ftrandom.c [] []
/src/ghostpdl/devices/gdevescp.c [] []
/src/ghostpdl/tiff/contrib/win_dib/tiff2dib.c [] []
/src/ghostpdl/base/sjpegc.c [] []
/src/ghostpdl/psi/zusparam.c [] []
/src/ghostpdl/base/gp_mktmp.c [] []
/src/ghostpdl/tiff/libtiff/tif_predict.c [] []
/src/ghostpdl/pcl/pcl/pgfdata.c [] []
/src/ghostpdl/base/gximono.c [] []
/src/freetype/src/otvalid/otvjstf.c [] []
/src/ghostpdl/contrib/pcl3/src/pclcomp.c [] []
/src/ghostpdl/brotli/c/dec/huffman.c ['ghostpdl/brotli/c/fuzz/decode_fuzzer.c'] []
/src/ghostpdl/base/gsfont0c.c [] []
/src/ghostpdl/pdf/pdf_font1C.c [] []
/src/freetype/include/freetype/internal/t1types.h [] []
/src/ghostpdl/psi/zvmem2.c [] []
/src/ghostpdl/psi/zfimscale.c [] []
/src/ghostpdl/base/gscolor2.c [] []
/src/freetype/src/cid/cidload.h [] []
/src/ghostpdl/pdf/pdf_array.h [] []
/src/ghostpdl/tiff/libtiff/tif_packbits.c [] []
/src/ghostpdl/contrib/lips4/gdevlprn.c [] []
/src/ghostpdl/base/gshsb.c [] []
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_8_tethra.c [] []
/src/cups/ppdc/ppdc-variable.cxx [] []
/src/cups/test/ippfind.c [] []
/src/ghostpdl/gpdl/jp2ktop.c [] []
/src/ghostpdl/jpeg/djpegalt.c [] []
/src/ghostpdl/psi/zdict.c [] []
/src/ghostpdl/base/spngp.c [] []
/src/ghostpdl/base/smd5.c [] []
/src/freetype/src/cache/ftcmanag.c [] []
/src/ghostpdl/libpng/arm/filter_neon_intrinsics.c [] []
/src/ghostpdl/base/gxcmap.c [] []
/src/ghostpdl/devices/gdevfax.c [] []
/src/ghostpdl/base/gspmdrv.c [] []
/src/freetype/src/autofit/afshaper.c [] []
/src/ghostpdl/tiff/tools/tiff2pdf.c [] []
/src/freetype/src/cache/ftcsbits.c [] []
/src/ghostpdl/pdf/ghostpdf.h [] []
/src/ghostpdl/pcl/pcl/pcbiptrn.c [] []
/src/ghostpdl/devices/gdev3852.c [] []
/src/ghostpdl/devices/gdevlxm.c [] []
/src/ghostpdl/jbig2dec/jbig2_halftone.c [] []
/src/ghostpdl/lcms2mt/src/cmsopt.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/pdf/pdf_fontTT.c [] []
/src/cups/scheduler/job.c [] []
/src/ghostpdl/zlib/contrib/minizip/iowin32.c [] []
/src/freetype/include/freetype/ftsnames.h [] []
/src/ghostpdl/base/gxcllzw.c [] []
/src/ghostpdl/zlib/test/minigzip.c [] []
/src/ghostpdl/base/gsicc_replacecm.c [] []
/src/ghostpdl/expat/tests/alloc_tests.c [] []
/src/ghostpdl/pcl/pxl/pxffont.c [] []
/src/ghostpdl/base/gsovrc.c [] []
/src/ghostpdl/psi/zcharx.c [] []
/src/freetype/src/raster/ftmisc.h [] []
/src/cups/cups/file.c [] []
/src/ghostpdl/psi/ztrap.c [] []
/src/ghostpdl/pdf/pdf_obj.c [] []
/src/ghostpdl/contrib/pcl3/eprn/mediasize.c [] []
/src/ghostpdl/psi/igc.c [] []
/src/ghostpdl/base/ttinterp.c [] []
/src/ghostpdl/pcl/pl/pllfont.c [] []
/src/ghostpdl/base/gxbcache.h [] []
/src/freetype/src/psaux/psarrst.c [] []
/src/ghostpdl/base/gxcht.c [] []
/src/ghostpdl/base/gxsample.c [] []
/src/ghostpdl/psi/ibnum.c [] []
/src/ghostpdl/base/spprint.c [] []
/src/ghostpdl/devices/gdev8510.c [] []
/src/cups/ppdc/ppdc.h [] []
/src/ghostpdl/pcl/pl/plchar.c [] []
/src/ghostpdl/urf/urffilter.c [] []
/src/ghostpdl/jpeg/jutils.c [] []
/src/ghostpdl/psi/zfdecode.c [] []
/src/cups/backend/snmp-supplies.c [] []
/src/freetype/src/pcf/pcfread.c [] []
/src/ghostpdl/base/gdevprn.h [] []
/src/ghostpdl/base/gp_mswin.c [] []
/src/ghostpdl/base/sbrotlie.c [] []
/src/cups/scheduler/conf.c [] []
/src/ghostpdl/brotli/c/enc/entropy_encode.h [] []
/src/ghostpdl/base/gscoord.c [] []
/src/ghostpdl/ijs/ijs_client_example.c [] []
/src/ghostpdl/base/sfilter1.c [] []
/src/ghostpdl/lcms2mt/utils/common/vprf.c [] []
/src/ghostpdl/ijs/ijs_server.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/psi/iparam.c [] []
/src/freetype/src/sfnt/ttcpal.c [] []
/src/cups/cups/dest-options.c [] []
/src/ghostpdl/libpng/contrib/arm-neon/linux.c [] []
/src/cups/cups/ppd-page.c [] []
/src/ghostpdl/jpeg/rdrle.c [] []
/src/ghostpdl/devices/gdevmgr.c [] []
/src/freetype/src/pshinter/pshalgo.c [] []
/src/freetype/src/gzip/ftgzip.c [] []
/src/ghostpdl/base/sidscale.c [] []
/src/ghostpdl/psi/zfilter2.c [] []
/src/ghostpdl/psi/iscan.c [] []
/src/ghostpdl/devices/gdevpjet.c [] []
/src/ghostpdl/libpng/pngmem.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc']
/src/ghostpdl/expat/lib/xmltok.c [] []
/src/ghostpdl/tiff/libtiff/tif_lzma.c [] []
/src/ghostpdl/psi/zbseq.c [] []
/src/ghostpdl/cups/libs/cups/http-support.c [] []
/src/ghostpdl/devices/minftrsz.c [] []
/src/ghostpdl/psi/zpath.c [] []
/src/cups/man/mantohtml.c [] []
/src/ghostpdl/base/gp_winfs.c [] []
/src/ghostpdl/zlib/contrib/iostream3/zfstream.h [] []
/src/ghostpdl/base/gspath.c [] []
/src/freetype/src/psaux/psread.h [] []
/src/ghostpdl/base/gdevmplt.c [] []
/src/ghostpdl/devices/vector/gdevpsdi.c [] []
/src/ghostpdl/base/bench.c [] []
/src/ghostpdl/base/gxccache.c [] []
/src/cups/cups/sidechannel.c [] []
/src/ghostpdl/base/gxshade1.c [] []
/src/cups/cups/dest-job.c [] []
/src/cups/ppdc/ppdc-source.cxx [] []
/src/ghostpdl/cups/libs/cups/http-addr.c [] []
/src/ghostpdl/jpeg/jfdctint.c [] []
/src/ghostpdl/contrib/gdevln03.c [] []
/src/cups/backend/network.c [] []
/src/freetype/src/raster/ftraster.c [] []
/src/ghostpdl/base/gen_ordered.c [] []
/src/cups/ppdc/ppdc-font.cxx [] []
/src/cups/notifier/mailto.c [] []
/src/ghostpdl/psi/dscparse.c [] []
/src/freetype/src/base/ftsystem.c [] []
/src/ghostpdl/expat/tests/handlers.c [] []
/src/ghostpdl/base/gxhldevc.c [] []
/src/gstoraster_pdf_fuzzer.cc ['gstoraster_pdf_fuzzer'] ['gstoraster_pdf_fuzzer']
/src/ghostpdl/lcms2mt/plugins/fast_float/src/fast_float_tethra.c [] []
/src/ghostpdl/contrib/pcl3/src/pclgen.c [] []
/src/ghostpdl/base/gsioram.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gp_winfs2.c [] []
/src/ghostpdl/freetype/src/cid/cidgload.c [] []
/src/ghostpdl/tiff/libtiff/tif_close.c [] []
/src/cups/backend/usb-libusb.c [] []
/src/freetype/src/base/ftgxval.c [] []
/src/ghostpdl/base/gxacpath.c [] []
/src/ghostpdl/devices/vector/whitelst.c [] []
/src/ghostpdl/base/gsiodev.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/base/gsbitops.c [] []
/src/cups/cups/ppd-emit.c [] []
/src/ghostpdl/base/gschar.c [] []
/src/ghostpdl/pcl/pcl/pcjob.c [] []
/src/ghostpdl/libpng/powerpc/powerpc_init.c [] []
/src/ghostpdl/contrib/gdevcd8.c [] []
/src/ghostpdl/psi/iinit.c [] []
/src/ghostpdl/psi/zfsample.c [] []
/src/ghostpdl/lcms2mt/utils/tificc/tificc.c [] []
/src/freetype/src/winfonts/winfnt.h [] []
/src/freetype/src/psaux/psread.c [] []
/src/freetype/src/truetype/ttobjs.c [] []
/src/ghostpdl/devices/gdevmeds.c [] []
/src/ghostpdl/base/gxcpath.c [] []
/src/ghostpdl/base/gspcolor.h [] []
/src/ghostpdl/cups/libs/cups/sspi.c [] []
/src/cups/cups/ipp-support.c [] []
/src/ghostpdl/psi/zimage3.c [] []
/src/ghostpdl/expat/examples/element_declarations.c [] []
/src/ghostpdl/base/siinterp.c [] []
/src/ghostpdl/base/gscrdp.c [] []
/src/ghostpdl/tiff/tools/tiffcp.c [] []
/src/ghostpdl/psi/zpacked.c [] []
/src/ghostpdl/libpng/contrib/arm-neon/linux-auxv.c [] []
/src/ghostpdl/jpeg/jmemmac.c [] []
/src/freetype/src/otvalid/otvgsub.c [] []
/src/ghostpdl/lcms2mt/src/cmscgats.c [] []
/src/ghostpdl/brotli/c/enc/entropy_encode.c [] []
/src/ghostpdl/tiff/libtiff/tif_jbig.c [] []
/src/ghostpdl/devices/vector/gdevpsft.c [] []
/src/freetype/src/cff/cffparse.c [] []
/src/freetype/src/gxvalid/gxvmort5.c [] []
/src/ghostpdl/expat/tests/runtests.c [] []
/src/ghostpdl/base/gsstrtok.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer']
/src/ghostpdl/openjpeg/src/lib/openjp2/pi.c [] []
/src/freetype/include/freetype/ftmm.h [] []
/src/ghostpdl/base/gsparaml.c ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer'] []
/src/ghostpdl/brotli/c/enc/bit_cost.h [] []
/src/freetype/src/autofit/afloader.c [] []
/src/ghostpdl/libpng/pngrio.c ['ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] []

Directories in report

Directory
/src/ghostpdl/libpng/contrib/examples/
/src/cups/vcnet/
/src/ghostpdl/lcms2mt/testbed/
/src/ghostpdl/devices/vector/
/src/freetype/src/tools/ftrandom/
/src/ghostpdl/zlib/contrib/untgz/
/src/ghostpdl/gpdl/
/src/ghostpdl/expat/fuzz/
/src/freetype/src/svg/
/src/ghostpdl/pcl/tools/
/src/ghostpdl/lcms2mt/utils/samples/
/src/
/src/cups/backend/
/src/ghostpdl/xps/tools/xps2tiff/xps2tiff/
/src/freetype/include/freetype/
/src/cups/notifier/
/src/ghostpdl/urf/
/src/ghostpdl/libpng/contrib/gregbook/
/src/ghostpdl/libpng/contrib/mips-mmi/
/src/ghostpdl/contrib/opvp/
/src/ghostpdl/brotli/c/tools/
/src/ghostpdl/libpng/loongarch/
/src/ghostpdl/zlib/contrib/minizip/
/src/ghostpdl/brotli/c/fuzz/
/src/ghostpdl/cups/libs/cups/
/src/ghostpdl/pcl/pl/
/src/cups/ppdc/
/src/cups/xcode/
/src/freetype/src/cid/
/src/ghostpdl/libpng/
/src/ghostpdl/freetype/src/base/
/src/ghostpdl/freetype/src/gzip/
/src/freetype/src/base/
/src/freetype/src/type42/
/src/freetype/src/tools/
/src/ghostpdl/freetype/src/tools/
/src/ghostpdl/libpng/contrib/mips-msa/
/src/ghostpdl/lcms2mt/utils/matlab/
/src/ghostpdl/brotli/c/common/
/src/freetype/src/smooth/
/src/ghostpdl/ijs/
/src/ghostpdl/contrib/lips4/
/src/ghostpdl/contrib/pscolor/
/src/ghostpdl/contrib/pcl3/eprn/
/src/ghostpdl/zlib/contrib/testzlib/
/src/ghostpdl/libpng/powerpc/
/src/freetype/src/psaux/
/src/ghostpdl/toolbin/color/icc_creator/ICC_Creator/
/src/freetype/src/autofit/
/src/ghostpdl/libpng/intel/
/src/ghostpdl/toolbin/
/src/ghostpdl/lcms2mt/utils/psicc/
/src/ghostpdl/tiff/contrib/pds/
/src/ghostpdl/zlib/contrib/blast/
/src/cups/scheduler/
/src/ghostpdl/psi/
/src/ghostpdl/zlib/contrib/iostream2/
/src/freetype/src/cache/
/src/ghostpdl/tiff/test/
/src/cups/systemv/
/src/ghostpdl/lcms2mt/plugins/fast_float/src/
/src/ghostpdl/zlib/contrib/iostream3/
/src/ghostpdl/gpdl/image/
/src/cups/test/
/src/ghostpdl/tiff/contrib/iptcutil/
/src/ghostpdl/tiff/libtiff/
/src/ghostpdl/lcms2mt/utils/tificc/
/src/ghostpdl/jpegxr/my_getopt-1.5/
/src/freetype/src/truetype/
/src/ghostpdl/contrib/japanese/
/src/freetype/src/pcf/
/src/freetype/src/bzip2/
/src/ghostpdl/brotli/c/dec/
/src/ghostpdl/devices/rinkj/
/src/ghostpdl/tiff/port/
/src/ghostpdl/contrib/eplaser/
/src/cups/cups/
/src/freetype/src/winfonts/
/src/freetype/src/cff/
/src/ghostpdl/jpegxr/
/src/freetype/src/gzip/
/src/ghostpdl/openjpeg/src/lib/openjp2/
/src/ghostpdl/freetype/src/truetype/
/src/ghostpdl/zlib/examples/
/src/freetype/src/pfr/
/src/ghostpdl/tiff/contrib/addtiffo/
/src/ghostpdl/expat/lib/
/src/freetype/include/freetype/internal/
/src/ghostpdl/libpng/contrib/tools/
/src/ghostpdl/tiff/contrib/dbs/xtiff/
/src/freetype/src/raster/
/src/ghostpdl/libpng/contrib/arm-neon/
/src/ghostpdl/expat/tests/
/src/ghostpdl/zlib/contrib/puff/
/src/cups/vcnet/regex/
/src/ghostpdl/demos/c/
/src/freetype/src/lzw/
/src/ghostpdl/pcl/pcl/
/src/ghostpdl/brotli/c/enc/
/src/ghostpdl/toolbin/tests/
/src/ghostpdl/contrib/pcl3/src/
/src/ghostpdl/zlib/test/
/src/ghostpdl/demos/java/jni/gs_jni/
/src/ghostpdl/freetype/src/cff/
/src/cups/examples/
/src/ghostpdl/expat/examples/
/src/cups/berkeley/
/src/cups/cgi-bin/
/src/ghostpdl/tiff/contrib/tags/
/src/ghostpdl/freetype/src/raster/
/src/freetype/src/otvalid/
/src/freetype/src/pshinter/
/src/ghostpdl/pcl/tools/cmpi/
/src/ghostpdl/lcms2mt/utils/common/
/src/freetype/src/sdf/
/src/ghostpdl/libpng/contrib/powerpc-vsx/
/src/ghostpdl/xps/
/src/ghostpdl/toolbin/halftone/ETS/
/src/ghostpdl/expat/xmlwf/
/src/cups/filter/
/src/ghostpdl/libpng/contrib/libtests/
/src/ghostpdl/base/
/src/freetype/src/sfnt/
/src/ghostpdl/lcms2mt/utils/transicc/
/src/ghostpdl/tiff/tools/
/src/ghostpdl/libpng/contrib/visupng/
/src/freetype/src/type1/
/src/ghostpdl/libpng/arm/
/src/ghostpdl/lcms2mt/utils/jpgicc/
/src/ghostpdl/tiff/contrib/stream/
/src/cups/locale/
/src/ghostpdl/cups/
/src/ghostpdl/libpng/contrib/oss-fuzz/
/src/ghostpdl/freetype/src/dlg/
/src/ghostpdl/toolbin/halftone/gen_stochastic/
/src/ghostpdl/freetype/src/sfnt/
/src/freetype/src/psnames/
/src/ghostpdl/devices/
/src/ghostpdl/freetype/src/pshinter/
/src/ghostpdl/pdf/
/src/cups/man/
/src/ghostpdl/tiff/contrib/win_dib/
/src/ghostpdl/freetype/src/cid/
/src/ghostpdl/lcms2mt/plugins/fast_float/testbed/
/src/ghostpdl/tiff/contrib/mfs/
/src/ghostpdl/lcms2mt/src/
/src/ghostpdl/zlib/contrib/iostream/
/src/ghostpdl/pcl/pxl/
/src/ghostpdl/libpng/contrib/pngminus/
/src/ghostpdl/zlib/contrib/infback9/
/src/cups/monitor/
/src/ghostpdl/zlib/
/src/ghostpdl/libpng/mips/
/src/ghostpdl/jbig2dec/
/src/freetype/include/freetype/internal/services/
/src/freetype/src/bdf/
/src/ghostpdl/contrib/
/src/freetype/src/gxvalid/
/src/ghostpdl/jpeg/

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
gstoraster_ps_fuzzer fuzzerLogFile-gstoraster_ps_fuzzer.data fuzzerLogFile-gstoraster_ps_fuzzer.data.yaml gstoraster_ps_fuzzer.covreport
gstoraster_pdf_fuzzer fuzzerLogFile-gstoraster_pdf_fuzzer.data fuzzerLogFile-gstoraster_pdf_fuzzer.data.yaml gstoraster_pdf_fuzzer.covreport
gstoraster_fuzzer_all_colors fuzzerLogFile-gstoraster_fuzzer_all_colors.data fuzzerLogFile-gstoraster_fuzzer_all_colors.data.yaml gstoraster_fuzzer_all_colors.covreport
gs_device_pgmraw_fuzzer fuzzerLogFile-gs_device_pgmraw_fuzzer.data fuzzerLogFile-gs_device_pgmraw_fuzzer.data.yaml gs_device_pgmraw_fuzzer.covreport
gs_device_pxlcolor_fuzzer fuzzerLogFile-gs_device_pxlcolor_fuzzer.data fuzzerLogFile-gs_device_pxlcolor_fuzzer.data.yaml gs_device_pxlcolor_fuzzer.covreport
gs_device_pdfwrite_opts_fuzzer fuzzerLogFile-gs_device_pdfwrite_opts_fuzzer.data fuzzerLogFile-gs_device_pdfwrite_opts_fuzzer.data.yaml gs_device_pdfwrite_opts_fuzzer.covreport
gs_device_tiffsep1_fuzzer fuzzerLogFile-gs_device_tiffsep1_fuzzer.data fuzzerLogFile-gs_device_tiffsep1_fuzzer.data.yaml gs_device_tiffsep1_fuzzer.covreport
gs_device_png16m_fuzzer fuzzerLogFile-gs_device_png16m_fuzzer.data fuzzerLogFile-gs_device_png16m_fuzzer.data.yaml gs_device_png16m_fuzzer.covreport
gs_device_pxlmono_fuzzer fuzzerLogFile-gs_device_pxlmono_fuzzer.data fuzzerLogFile-gs_device_pxlmono_fuzzer.data.yaml gs_device_pxlmono_fuzzer.covreport
gs_device_xpswrite_fuzzer fuzzerLogFile-gs_device_xpswrite_fuzzer.data fuzzerLogFile-gs_device_xpswrite_fuzzer.data.yaml gs_device_xpswrite_fuzzer.covreport
gs_device_pdfwrite_fuzzer fuzzerLogFile-gs_device_pdfwrite_fuzzer.data fuzzerLogFile-gs_device_pdfwrite_fuzzer.data.yaml gs_device_pdfwrite_fuzzer.covreport
gs_device_bmpmono_fuzzer fuzzerLogFile-gs_device_bmpmono_fuzzer.data fuzzerLogFile-gs_device_bmpmono_fuzzer.data.yaml gs_device_bmpmono_fuzzer.covreport
gs_device_ps2write_fuzzer fuzzerLogFile-gs_device_ps2write_fuzzer.data fuzzerLogFile-gs_device_ps2write_fuzzer.data.yaml gs_device_ps2write_fuzzer.covreport
gs_device_faxg3_fuzzer fuzzerLogFile-gs_device_faxg3_fuzzer.data fuzzerLogFile-gs_device_faxg3_fuzzer.data.yaml gs_device_faxg3_fuzzer.covreport
gs_device_psdcmyk_fuzzer fuzzerLogFile-gs_device_psdcmyk_fuzzer.data fuzzerLogFile-gs_device_psdcmyk_fuzzer.data.yaml gs_device_psdcmyk_fuzzer.covreport
gstoraster_fuzzer fuzzerLogFile-gstoraster_fuzzer.data fuzzerLogFile-gstoraster_fuzzer.data.yaml gstoraster_fuzzer.covreport
gs_device_eps2write_fuzzer fuzzerLogFile-gs_device_eps2write_fuzzer.data fuzzerLogFile-gs_device_eps2write_fuzzer.data.yaml gs_device_eps2write_fuzzer.covreport
ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c fuzzerLogFile-xml_parsebuffer_fuzzer.data fuzzerLogFile-xml_parsebuffer_fuzzer.data.yaml gs_device_bmpmono_fuzzer.covreport , gs_device_pxlcolor_fuzzer.covreport , gs_device_xpswrite_fuzzer.covreport , gs_device_tiffsep1_fuzzer.covreport , gs_device_faxg3_fuzzer.covreport , gstoraster_ps_fuzzer.covreport , gstoraster_fuzzer_all_colors.covreport , gs_device_ps2write_fuzzer.covreport , gs_device_pdfwrite_fuzzer.covreport , gstoraster_fuzzer.covreport , gs_device_pgmraw_fuzzer.covreport , gs_device_eps2write_fuzzer.covreport , gs_device_pxlmono_fuzzer.covreport , gs_device_psdcmyk_fuzzer.covreport , gs_device_pdfwrite_opts_fuzzer.covreport , gstoraster_pdf_fuzzer.covreport , gs_device_png16m_fuzzer.covreport
ghostpdl/expat/fuzz/xml_parse_fuzzer.c fuzzerLogFile-xml_parse_fuzzer.data fuzzerLogFile-xml_parse_fuzzer.data.yaml gs_device_bmpmono_fuzzer.covreport , gs_device_pxlcolor_fuzzer.covreport , gs_device_xpswrite_fuzzer.covreport , gs_device_tiffsep1_fuzzer.covreport , gs_device_faxg3_fuzzer.covreport , gstoraster_ps_fuzzer.covreport , gstoraster_fuzzer_all_colors.covreport , gs_device_ps2write_fuzzer.covreport , gs_device_pdfwrite_fuzzer.covreport , gstoraster_fuzzer.covreport , gs_device_pgmraw_fuzzer.covreport , gs_device_eps2write_fuzzer.covreport , gs_device_pxlmono_fuzzer.covreport , gs_device_psdcmyk_fuzzer.covreport , gs_device_pdfwrite_opts_fuzzer.covreport , gstoraster_pdf_fuzzer.covreport , gs_device_png16m_fuzzer.covreport
ghostpdl/brotli/c/fuzz/decode_fuzzer.c fuzzerLogFile-decode_fuzzer.data fuzzerLogFile-decode_fuzzer.data.yaml gs_device_bmpmono_fuzzer.covreport , gs_device_pxlcolor_fuzzer.covreport , gs_device_xpswrite_fuzzer.covreport , gs_device_tiffsep1_fuzzer.covreport , gs_device_faxg3_fuzzer.covreport , gstoraster_ps_fuzzer.covreport , gstoraster_fuzzer_all_colors.covreport , gs_device_ps2write_fuzzer.covreport , gs_device_pdfwrite_fuzzer.covreport , gstoraster_fuzzer.covreport , gs_device_pgmraw_fuzzer.covreport , gs_device_eps2write_fuzzer.covreport , gs_device_pxlmono_fuzzer.covreport , gs_device_psdcmyk_fuzzer.covreport , gs_device_pdfwrite_opts_fuzzer.covreport , gstoraster_pdf_fuzzer.covreport , gs_device_png16m_fuzzer.covreport
ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc fuzzerLogFile-libpng_read_fuzzer.data fuzzerLogFile-libpng_read_fuzzer.data.yaml gs_device_bmpmono_fuzzer.covreport , gs_device_pxlcolor_fuzzer.covreport , gs_device_xpswrite_fuzzer.covreport , gs_device_tiffsep1_fuzzer.covreport , gs_device_faxg3_fuzzer.covreport , gstoraster_ps_fuzzer.covreport , gstoraster_fuzzer_all_colors.covreport , gs_device_ps2write_fuzzer.covreport , gs_device_pdfwrite_fuzzer.covreport , gstoraster_fuzzer.covreport , gs_device_pgmraw_fuzzer.covreport , gs_device_eps2write_fuzzer.covreport , gs_device_pxlmono_fuzzer.covreport , gs_device_psdcmyk_fuzzer.covreport , gs_device_pdfwrite_opts_fuzzer.covreport , gstoraster_pdf_fuzzer.covreport , gs_device_png16m_fuzzer.covreport

Sink analyser for CWEs

This section contains multiple tables, each table contains a list of sink functions/methods found in the project for one of the CWE supported by the sink analyser, together with information like which fuzzers statically reach the sink functions/methods and possible call path to that sink functions/methods if it is not statically reached by any fuzzers. Column 1 is the function/method name of the sink functions/methods found in the project. Column 2 lists all fuzzers (or no fuzzers at all) that have covered that particular function method statically. Column 3 shows a list of possible call paths to reach the specific function/method call if none of the fuzzers cover the target function/method calls. Lastly, column 4 shows possible fuzzer blockers that prevent an existing fuzzer from reaching the target sink functions/methods dynamically.

Sink functions/methods found for CWE787

Target sink Reached by fuzzer Function call path Possible branch blockers
memset ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer', '/src/ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c', '/src/ghostpdl/expat/fuzz/xml_parse_fuzzer.c', '/src/ghostpdl/brotli/c/fuzz/decode_fuzzer.c', '/src/ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] N/A N/A
memcpy ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer', '/src/ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c', '/src/ghostpdl/expat/fuzz/xml_parse_fuzzer.c', '/src/ghostpdl/brotli/c/fuzz/decode_fuzzer.c', '/src/ghostpdl/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] N/A N/A
memmove ['gstoraster_ps_fuzzer', 'gstoraster_pdf_fuzzer', 'gstoraster_fuzzer_all_colors', 'gs_device_pgmraw_fuzzer', 'gs_device_pxlcolor_fuzzer', 'gs_device_pdfwrite_opts_fuzzer', 'gs_device_tiffsep1_fuzzer', 'gs_device_png16m_fuzzer', 'gs_device_pxlmono_fuzzer', 'gs_device_xpswrite_fuzzer', 'gs_device_pdfwrite_fuzzer', 'gs_device_bmpmono_fuzzer', 'gs_device_ps2write_fuzzer', 'gs_device_faxg3_fuzzer', 'gs_device_psdcmyk_fuzzer', 'gstoraster_fuzzer', 'gs_device_eps2write_fuzzer', '/src/ghostpdl/expat/fuzz/xml_parsebuffer_fuzzer.c', '/src/ghostpdl/expat/fuzz/xml_parse_fuzzer.c'] N/A N/A

Sink functions/methods found for CWE22

Target sink Reached by fuzzer Function call path Possible branch blockers
open [] Path 1
Path 2

N/A
copy_file [] Path 1
N/A
write [] Path 1
Path 2

N/A