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.
The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
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 | 2843 | 41.0% |
gold | [1:9] | 220 | 3.17% |
yellow | [10:29] | 125 | 1.80% |
greenyellow | [30:49] | 57 | 0.82% |
lawngreen | 50+ | 3686 | 53.1% |
All colors | 6931 | 100 |
The followings are the branches where fuzzer fails to bypass.
Unique non-covered Complexity | Unique Reachable Complexities | Unique Reachable Functions | All non-covered Complexity | All Reachable Complexity | Function Name | Function Callsite | Blocked Branch |
---|---|---|---|---|---|---|---|
20106 | 26299 |
5 :
['pdf_js_event_value', 'pdf_dict_getp_inheritable', 'pdf_js_event_init', 'pdf_field_value', 'pdf_execute_js_action'] |
20106 | 26299 | pdf_field_event_format | call site: 00000 | /src/mupdf/source/pdf/pdf-form.c:2218 |
12602 | 37842 |
18 :
['fz_var_imp', 'pdf_drop_obj', 'discard_journal_entries', 'fz_do_always', 'pdf_load_raw_stream_number', 'pdf_drop_local_xref_and_resources', 'pdf_xref_ensure_incremental_object', 'pdf_add_journal_fragment', 'fz_drop_buffer', 'fz_rethrow', 'fz_do_try', '__sigsetjmp', 'pdf_set_obj_parent', 'pdf_obj_num_is_stream', 'pdf_deep_copy_obj', 'pdf_load_object', 'fz_push_try', 'fz_do_catch'] |
12602 | 37842 | prepare_object_for_alteration | call site: 00000 | /src/mupdf/source/pdf/pdf-object.c:1712 |
12177 | 18561 |
7 :
['pdf_drop_obj', 'fz_warn', 'pdf_get_incremental_xref_entry', 'pdf_set_obj_parent', 'pdf_keep_obj', 'pdf_xref_len', 'pdf_delete_object'] |
12177 | 18561 | pdf_update_object | call site: 00000 | /src/mupdf/source/pdf/pdf-xref.c:2825 |
8905 | 8905 |
1 :
['pdf_calculate_form'] |
8905 | 56818 | pdf_update_page | call site: 00000 | /src/mupdf/source/pdf/pdf-form.c:613 |
6444 | 6668 |
4 :
['pdf_xref_len', 'fz_throw', 'pdf_get_incremental_xref_entry', 'pdf_add_journal_fragment'] |
6444 | 6668 | pdf_create_object | call site: 00000 | /src/mupdf/source/pdf/pdf-xref.c:2671 |
6329 | 6546 |
2 :
['fz_throw', 'pdf_progressive_advance'] |
6337 | 140455 | pdf_load_page_imp | call site: 00000 | /src/mupdf/source/pdf/pdf-page.c:1118 |
6234 | 6234 |
1 :
['pdf_load_linear'] |
6236 | 56290 | pdf_init_document | call site: 00000 | /src/mupdf/source/pdf/pdf-xref.c:1790 |
6162 | 18788 |
10 :
['fz_rethrow', 'pdf_dict_put_text_string', 'fz_do_always', 'fz_free', 'fz_do_try', '__sigsetjmp', 'fz_push_try', 'pdf_dict_get', 'fz_do_catch', 'pdf_new_utf8_from_pdf_stream_obj'] |
6162 | 24950 | pdf_field_value | call site: 00000 | /src/mupdf/source/pdf/pdf-form.c:48 |
6101 | 6101 |
1 :
['pdf_annot_border_effect_intensity'] |
6101 | 6101 | cloud_intensity | call site: 00000 | /src/mupdf/source/pdf/pdf-appearance.c:494 |
6097 | 51311 |
21 :
['pdf_repair_xref', 'pdf_load_obj_stm', 'pdf_drop_obj', 'pdf_repair_trailer', 'fz_do_always', 'pdf_get_xref_entry_no_change', 'pdf_parse_ind_obj', 'fz_rethrow', 'fz_do_try', '__sigsetjmp', 'pdf_set_obj_parent', 'fz_push_try', 'pdf_get_xref_entry', 'pdf_repair_obj_stms', 'fz_seek', 'fz_rethrow_if', 'pdf_prime_xref_index', 'read_hinted_object', 'pdf_crypt_obj', 'fz_do_catch', 'fz_caught'] |
6097 | 52830 | pdf_cache_object | call site: 00000 | /src/mupdf/source/pdf/pdf-xref.c:2540 |
6080 | 18253 |
3 :
['pdf_dict_get', 'pdf_is_name', 'pdf_open_crypt_with_filter'] |
6080 | 18489 | build_filter | call site: 00000 | /src/mupdf/source/pdf/pdf-stream.c:240 |
3935 | 3935 |
1 :
['push_group_for_separations'] |
3937 | 13794 | fz_draw_clip_image_mask | call site: 04532 | /src/mupdf/source/fitz/draw-device.c:1997 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
pdf_fuzzer.cc | 1 |
mupdf/source/fitz/context.c | 8 |
mupdf/source/fitz/error.c | 15 |
mupdf/source/fitz/draw-rasterize.c | 11 |
mupdf/source/fitz/random.c | 2 |
mupdf/source/fitz/string.c | 6 |
mupdf/source/fitz/printf.c | 14 |
mupdf/source/fitz/ftoa.c | 10 |
mupdf/source/fitz/store.c | 19 |
mupdf/source/fitz/memory.c | 13 |
mupdf/include/mupdf/fitz/context.h | 7 |
mupdf/source/fitz/hash.c | 9 |
mupdf/source/fitz/draw-glyph.c | 10 |
mupdf/source/fitz/colorspace.c | 64 |
mupdf/source/fitz/color-lcms.c | 15 |
mupdf/thirdparty/lcms2cmsplugin.c | 23 |
mupdf/thirdparty/lcms2cmserr.c | 31 |
mupdf/thirdparty/lcms2lcms2_internal.h | 6 |
mupdf/thirdparty/lcms2cmsintrp.c | 43 |
mupdf/thirdparty/lcms2cmstypes.c | 12 |
mupdf/thirdparty/lcms2cmspack.c | 7 |
mupdf/thirdparty/lcms2cmscnvrt.c | 5 |
mupdf/thirdparty/lcms2cmsgamma.c | 24 |
mupdf/thirdparty/lcms2cmsopt.c | 22 |
mupdf/thirdparty/lcms2cmsxform.c | 33 |
mupdf/source/fitz/buffer.c | 5 |
mupdf/thirdparty/lcms2cmsio0.c | 56 |
mupdf/thirdparty/lcms2cmswtpnt.c | 4 |
mupdf/thirdparty/lcms2cmspcs.c | 10 |
mupdf/thirdparty/lcms2cmsnamed.c | 19 |
mupdf/source/fitz/crypt-md5.c | 4 |
mupdf/source/fitz/font.c | 27 |
mupdf/source/fitz/document.c | 20 |
mupdf/source/fitz/image.c | 9 |
mupdf/source/fitz/draw-device.c | 48 |
mupdf/source/fitz/pixmap.c | 23 |
mupdf/source/fitz/list-device.c | 4 |
mupdf/thirdparty/freetypebase/ftobjs.c | 35 |
mupdf/thirdparty/freetypebase/ftutil.c | 8 |
mupdf/thirdparty/freetypebase/ftgloadr.c | 4 |
mupdf/thirdparty/freetypebase/ftstream.c | 1 |
mupdf/source/fitz/glyph.c | 7 |
mupdf/source/fitz/document-all.c | 1 |
mupdf/source/fitz/stream-open.c | 6 |
mupdf/source/fitz/stream-read.c | 3 |
mupdf/include/mupdf/fitz/stream.h | 7 |
mupdf/source/fitz/util.c | 3 |
mupdf/source/fitz/geometry.c | 23 |
mupdf/include/mupdf/fitz/geometry.h | 17 |
mupdf/source/fitz/separation.c | 14 |
mupdf/source/fitz/device.c | 35 |
mupdf/source/fitz/draw-scale-simple.c | 19 |
mupdf/source/fitz/draw-imp.h | 10 |
mupdf/source/fitz/draw-mesh.c | 3 |
mupdf/source/fitz/color-fast.c | 34 |
mupdf/thirdparty/lcms2cmslut.c | 39 |
mupdf/thirdparty/lcms2cmsalpha.c | 7 |
mupdf/thirdparty/lcms2cmsmtrx.c | 5 |
mupdf/thirdparty/lcms2extra_xform.h | 65 |
mupdf/thirdparty/lcms2cmsgmt.c | 3 |
mupdf/thirdparty/lcms2cmsvirt.c | 10 |
mupdf/thirdparty/lcms2cmsio1.c | 4 |
mupdf/source/fitz/draw-path.c | 11 |
mupdf/source/fitz/path.c | 16 |
mupdf/source/fitz/draw-blend.c | 23 |
mupdf/source/fitz/draw-paint.c | 74 |
mupdf/thirdparty/freetypebase/ftadvanc.c | 3 |
mupdf/thirdparty/freetypebase/ftcalc.c | 4 |
mupdf/thirdparty/freetypebase/ftfntfmt.c | 1 |
mupdf/thirdparty/freetypebase/ftoutln.c | 11 |
mupdf/thirdparty/freetype/include/freetype/internal/ftcalc.h | 1 |
mupdf/thirdparty/freetypebase/ftlcdfil.c | 1 |
mupdf/source/fitz/bbox-device.c | 21 |
mupdf/source/fitz/text.c | 1 |
mupdf/source/fitz/shade.c | 30 |
mupdf/source/fitz/paint-glyph.h | 20 |
mupdf/source/fitz/draw-affine.c | 219 |
mupdf/thirdparty/freetypebase/ftstroke.c | 39 |
mupdf/thirdparty/freetypebase/ftglyph.c | 8 |
mupdf/thirdparty/freetypebase/fttrigon.c | 13 |
mupdf/thirdparty/freetypebase/ftbitmap.c | 2 |
mupdf/source/fitz/compressed-buffer.c | 3 |
mupdf/source/fitz/filter-fax.c | 11 |
mupdf/source/fitz/filter-dct.c | 11 |
mupdf/source/fitz/jmemcust.c | 9 |
mupdf/thirdparty/libjpeg/jerror.c | 6 |
mupdf/thirdparty/libjpeg/jcomapi.c | 5 |
mupdf/thirdparty/libjpeg/jdapimin.c | 4 |
mupdf/thirdparty/libjpeg/jmemmgr.c | 15 |
mupdf/thirdparty/libjpeg/jdmarker.c | 18 |
mupdf/thirdparty/libjpeg/jdinput.c | 9 |
mupdf/thirdparty/libjpeg/jutils.c | 4 |
mupdf/thirdparty/libjpeg/jdapistd.c | 3 |
mupdf/thirdparty/libjpeg/jdmaster.c | 7 |
mupdf/thirdparty/libjpeg/jquant1.c | 17 |
mupdf/thirdparty/libjpeg/jquant2.c | 18 |
mupdf/thirdparty/libjpeg/jdmerge.c | 8 |
mupdf/thirdparty/libjpeg/jdcolor.c | 15 |
mupdf/thirdparty/libjpeg/jdsample.c | 7 |
mupdf/thirdparty/libjpeg/jdpostct.c | 5 |
mupdf/thirdparty/libjpeg/jddctmgr.c | 2 |
mupdf/thirdparty/libjpeg/jdarith.c | 11 |
mupdf/thirdparty/libjpeg/jdhuff.c | 12 |
mupdf/thirdparty/libjpeg/jdcoefct.c | 10 |
mupdf/thirdparty/libjpeg/jdmainct.c | 9 |
mupdf/source/fitz/filter-jbig2.c | 8 |
mupdf/thirdparty/jbig2dec/jbig2.c | 15 |
mupdf/thirdparty/jbig2dec/jbig2_segment.c | 6 |
mupdf/thirdparty/jbig2dec/jbig2_symbol_dict.c | 7 |
mupdf/thirdparty/jbig2dec/jbig2_huffman.c | 12 |
mupdf/thirdparty/jbig2dec/jbig2_image.c | 14 |
mupdf/thirdparty/jbig2dec/jbig2_arith.c | 4 |
mupdf/thirdparty/jbig2dec/jbig2_arith_int.c | 3 |
mupdf/thirdparty/jbig2dec/jbig2_arith_iaid.c | 3 |
mupdf/thirdparty/jbig2dec/jbig2_generic.c | 18 |
mupdf/thirdparty/jbig2dec/jbig2_text.c | 2 |
mupdf/thirdparty/jbig2dec/jbig2_refinement.c | 7 |
mupdf/thirdparty/jbig2dec/jbig2_mmr.c | 10 |
mupdf/thirdparty/jbig2dec/jbig2_page.c | 7 |
mupdf/thirdparty/jbig2dec/jbig2_halftone.c | 7 |
mupdf/source/fitz/filter-basic.c | 2 |
mupdf/source/fitz/filter-flate.c | 4 |
mupdf/thirdparty/zlib/inflate.c | 8 |
mupdf/thirdparty/zlib/zutil.c | 2 |
mupdf/thirdparty/zlib/crc32.c | 5 |
mupdf/thirdparty/zlib/adler32.c | 2 |
mupdf/thirdparty/zlib/inftrees.c | 1 |
mupdf/thirdparty/zlib/inffast.c | 1 |
mupdf/source/fitz/filter-predict.c | 7 |
mupdf/source/fitz/filter-lzw.c | 2 |
mupdf/source/fitz/draw-edgebuffer.c | 1 |
mupdf/source/fitz/draw-edge.c | 1 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
fz_new_document_writer
|
/src/mupdf/source/fitz/writer.c | 4 | ['struct.fz_context *', 'char *', 'char *', 'char *'] | 56 | 0 | 423 | 68 | 30 | 4891 | 0 | 32431 | 19208 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
fz_convert_fast_pixmap_samples | 69 | 34 | 49.27% | ['pdf_fuzzer'] |
fast_gray_to_gray | 109 | 42 | 38.53% | ['pdf_fuzzer'] |
fast_gray_to_rgb | 125 | 43 | 34.4% | ['pdf_fuzzer'] |
fast_rgb_to_rgb | 119 | 59 | 49.57% | ['pdf_fuzzer'] |
fast_cmyk_to_cmyk | 124 | 42 | 33.87% | ['pdf_fuzzer'] |
fz_new_icc_link | 95 | 52 | 54.73% | ['pdf_fuzzer'] |
fz_icc_transform_pixmap | 71 | 36 | 50.70% | ['pdf_fuzzer'] |
fz_colorspace_colorant | 37 | 17 | 45.94% | ['pdf_fuzzer'] |
fz_paint_affine_g2rgb_lerp | 37 | 20 | 54.05% | ['pdf_fuzzer'] |
fz_paint_affine_g2rgb_near | 105 | 48 | 45.71% | ['pdf_fuzzer'] |
fz_paint_affine_lerp | 187 | 63 | 33.68% | ['pdf_fuzzer'] |
fz_paint_affine_near | 439 | 128 | 29.15% | ['pdf_fuzzer'] |
fz_blend_pixmap | 155 | 73 | 47.09% | ['pdf_fuzzer'] |
fz_blend_separable | 84 | 45 | 53.57% | ['pdf_fuzzer'] |
resolve_color | 54 | 28 | 51.85% | ['pdf_fuzzer'] |
colors_supported | 34 | 7 | 20.58% | ['pdf_fuzzer'] |
set_op_from_spaces | 85 | 7 | 8.235% | ['pdf_fuzzer'] |
convert_pixmap_for_painting | 32 | 11 | 34.37% | ['pdf_fuzzer'] |
fz_get_span_painter | 160 | 51 | 31.87% | ['pdf_fuzzer'] |
fz_paint_glyph_solid | 48 | 23 | 47.91% | ['pdf_fuzzer'] |
scale_single_col | 67 | 33 | 49.25% | ['pdf_fuzzer'] |
fz_unpack_tile | 82 | 36 | 43.90% | [] |
fz_advance_ft_glyph_aux | 33 | 13 | 39.39% | [] |
fz_new_image_from_buffer | 66 | 36 | 54.54% | [] |
fz_image_resolution | 34 | 8 | 23.52% | [] |
fz_image_orientation_matrix | 48 | 13 | 27.08% | [] |
png_read_ihdr | 52 | 26 | 50.0% | [] |
png_predict | 67 | 21 | 31.34% | [] |
tiff_read_ifd | 79 | 42 | 53.16% | [] |
tiff_read_tag_array | 95 | 49 | 51.57% | [] |
tiff_decode_ifd | 177 | 61 | 34.46% | [] |
tiff_decode_data | 92 | 36 | 39.13% | [] |
fz_clear_pixmap | 53 | 26 | 49.05% | ['pdf_fuzzer'] |
fz_clear_pixmap_rect_with_value | 55 | 21 | 38.18% | ['pdf_fuzzer'] |
fz_convert_separation_pixmap_to_base | 113 | 52 | 46.01% | ['pdf_fuzzer'] |
fz_format_string | 215 | 97 | 45.11% | ['pdf_fuzzer'] |
fz_copy_pixmap_area_converting_seps | 550 | 165 | 30.0% | ['pdf_fuzzer'] |
ensure_space | 65 | 16 | 24.61% | ['pdf_fuzzer'] |
write_comb_string | 43 | 8 | 18.60% | [] |
pdf_write_line_cap_appearance | 80 | 15 | 18.75% | [] |
ft_cid_to_gid | 62 | 17 | 27.41% | [] |
ps_run | 337 | 147 | 43.62% | [] |
pdf_format_link_uri | 60 | 29 | 48.33% | [] |
pdf_end_operation | 74 | 4 | 5.405% | [] |
do_begin_operation | 34 | 4 | 11.76% | [] |
prepare_object_for_alteration | 106 | 49 | 46.22% | [] |
FT_Bitmap_Copy | 45 | 17 | 37.77% | ['pdf_fuzzer'] |
FT_Stream_New | 50 | 24 | 48.0% | [] |
ft_glyphslot_preset_bitmap | 113 | 59 | 52.21% | ['pdf_fuzzer'] |
FT_Request_Metrics | 105 | 47 | 44.76% | ['pdf_fuzzer'] |
FT_Request_Size | 36 | 19 | 52.77% | ['pdf_fuzzer'] |
FT_Render_Glyph_Internal | 80 | 30 | 37.5% | ['pdf_fuzzer'] |
FT_Stream_EnterFrame | 51 | 24 | 47.05% | [] |
FT_Stroker_EndSubPath | 43 | 22 | 51.16% | ['pdf_fuzzer'] |
cff_ps_get_font_extra | 55 | 22 | 40.0% | [] |
cff_get_glyph_name | 46 | 15 | 32.60% | [] |
cff_get_advances | 61 | 18 | 29.50% | [] |
cff_vstore_load | 88 | 12 | 13.63% | [] |
cff_parse_fixed_dynamic | 32 | 17 | 53.12% | [] |
cid_face_open | 135 | 17 | 12.59% | [] |
cid_face_init | 118 | 31 | 26.27% | [] |
cid_parser_new | 130 | 26 | 20.0% | [] |
cf2_computeDarkening | 75 | 6 | 8.0% | [] |
cf2_glyphpath_computeOffset | 101 | 7 | 6.930% | [] |
ps_parser_to_bytes | 35 | 16 | 45.71% | [] |
cf2_stack_roll | 37 | 5 | 13.51% | [] |
ft_raster1_render | 55 | 13 | 23.63% | [] |
tt_cmap4_char_map_binary | 191 | 95 | 49.73% | [] |
tt_cmap8_validate | 63 | 33 | 52.38% | [] |
tt_cmap12_char_map_binary | 66 | 36 | 54.54% | [] |
tt_face_load_colr | 102 | 13 | 12.74% | [] |
tt_face_load_cpal | 116 | 16 | 13.79% | [] |
tt_face_load_svg | 45 | 16 | 35.55% | [] |
TT_Load_Glyph | 122 | 67 | 54.91% | [] |
TT_Process_Composite_Glyph | 57 | 31 | 54.38% | [] |
T1_Done_Blend | 33 | 5 | 15.15% | [] |
jbig2_refinement_region | 101 | 34 | 33.66% | ['pdf_fuzzer'] |
DefaultEvalParametricFn | 265 | 31 | 11.69% | [] |
DefaultInterpolatorsFactory | 120 | 41 | 34.16% | ['pdf_fuzzer'] |
BuildGrayInputMatrixPipeline | 35 | 14 | 40.0% | [] |
OptimizeByResampling | 95 | 44 | 46.31% | ['pdf_fuzzer'] |
_cmsICCcolorSpace | 36 | 7 | 19.44% | ['pdf_fuzzer'] |
_cmsLCMScolorSpace | 48 | 11 | 22.91% | ['pdf_fuzzer'] |
cmsChannelsOfColorSpace | 48 | 21 | 43.75% | ['pdf_fuzzer'] |
cmsPlugin | 64 | 18 | 28.12% | ['pdf_fuzzer'] |
cmsCreateRGBProfile | 62 | 26 | 41.93% | ['pdf_fuzzer'] |
_cmsFindFormatter | 263 | 103 | 39.16% | ['pdf_fuzzer'] |
jpeg_consume_input | 31 | 17 | 54.83% | ['pdf_fuzzer'] |
start_pass | 137 | 71 | 51.82% | ['pdf_fuzzer'] |
jinit_color_deconverter | 140 | 71 | 50.71% | ['pdf_fuzzer'] |
case((DCTSIZE<<8)+DCTSIZE) | 99 | 27 | 27.27% | |
prepare_for_output_pass | 41 | 19 | 46.34% | ['pdf_fuzzer'] |
master_selection | 90 | 48 | 53.33% | ['pdf_fuzzer'] |
start_pass_dpost | 33 | 12 | 36.36% | ['pdf_fuzzer'] |
realize_virt_arrays | 76 | 38 | 50.0% | ['pdf_fuzzer'] |
opj_dwt_decode_tile | 125 | 51 | 40.8% | [] |
opj_idwt53_v | 56 | 20 | 35.71% | [] |
opj_t1_ht_decode_cblk | 1123 | 109 | 9.706% | [] |
opj_copy_image_header | 50 | 27 | 54.0% | [] |
opj_j2k_read_header | 40 | 20 | 50.0% | [] |
opj_j2k_merge_ppm | 110 | 8 | 7.272% | [] |
opj_j2k_tcp_destroy | 56 | 26 | 46.42% | [] |
opj_j2k_read_ppm | 51 | 26 | 50.98% | [] |
opj_j2k_read_mct | 101 | 18 | 17.82% | [] |
opj_j2k_read_cbd | 37 | 13 | 35.13% | [] |
opj_j2k_need_nb_tile_parts_correction | 73 | 40 | 54.79% | [] |
opj_j2k_merge_ppt | 43 | 8 | 18.60% | [] |
opj_j2k_move_data_from_codec_to_output_image | 47 | 14 | 29.78% | [] |
opj_jp2_decode | 49 | 26 | 53.06% | [] |
opj_jp2_destroy | 55 | 26 | 47.27% | [] |
opj_jp2_check_color | 114 | 6 | 5.263% | [] |
opj_jp2_read_colr | 99 | 24 | 24.24% | [] |
opj_t2_skip_packet_data | 67 | 19 | 28.35% | [] |
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% | [] |
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
Source file | Reached by | Covered by |
---|---|---|
[] | [] | |
/src/mupdf/source/fitz/output-ps.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/image.c | [] | [] |
/src/mupdf/source/pdf/pdf-write.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-post-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/SingleSubstFormat2.hh | [] | [] |
/src/mupdf/source/fitz/output-pcl.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/function_list.c | [] | [] |
/src/mupdf/hb-number-parser.rl | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_arith_iaid.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-link.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-bit-set.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-color-cbdt-table.hh | [] | [] |
/src/mupdf/source/fitz/filter-predict.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-shaper-list.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jslex.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-arabic-pua.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-fallback-shape.cc | [] | [] |
/src/mupdf/source/fitz/image.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/composite-iter.hh | [] | [] |
/src/mupdf/source/pdf/pdf-resources.c | [] | [] |
/src/mupdf/source/fitz/store.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcprepct.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/pshinter/pshrec.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcdctmgr.c | [] | [] |
/src/mupdf/source/fitz/filter-lzw.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/SingleSubstFormat1.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsrepr.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-name-language-static.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-head-table.hh | [] | [] |
/src/mupdf/source/fitz/draw-imp.h | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/../../../hb-ot-layout-gsubgpos.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jserror.c | [] | [] |
/src/mupdf/thirdparty/zlib/zutil.c | ['pdf_fuzzer'] | [] |
/src/mupdf/thirdparty/freetype/include/freetype/internal/ftcalc.h | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/random.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-kern-table.hh | [] | [] |
/src/mupdf/source/fitz/pixmap.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/base/fterrors.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-machinery.hh | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/string_buffer.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-layout-ankr-table.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/ttcpal.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/GPOS.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-var-common.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/ttload.c | [] | [] |
/src/mupdf/source/pdf/pdf-cmap-parse.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-hhea-table.hh | [] | [] |
/src/mupdf/source/fitz/draw-unpack.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/Common/CoverageFormat1.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-var.cc | [] | [] |
/src/mupdf/source/fitz/separation.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/SinglePosFormat2.hh | [] | [] |
/src/mupdf/source/fitz/archive.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-cff2-interp-cs.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-layout-common.hh | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_generic.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/invert.c | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/tag.c | [] | [] |
/src/mupdf/source/fitz/harfbuzz.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmswtpnt.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/libjpeg/jcapistd.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-layout-morx-table.hh | [] | [] |
/src/mupdf/source/fitz/buffer.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/Glyph.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jfdctint.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmshalf.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsio0.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/cid/cidgload.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/dwt.c | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/attribute.c | [] | [] |
/src/mupdf/thirdparty/extract/src/document.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jidctfst.c | [] | [] |
/src/mupdf/source/fitz/encodings.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/SimpleGlyph.hh | [] | [] |
/src/mupdf/source/fitz/compress.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/cff/cffobjs.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-var-hvar-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-hmtx-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-debug.hh | [] | [] |
/src/mupdf/source/pdf/pdf-xref.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdcoefct.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-set.hh | [] | [] |
/src/mupdf/source/fitz/pool.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-layout.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-map.hh | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/t1.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcmarker.c | [] | [] |
/src/mupdf/thirdparty/zlib/inftrees.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/../../../hb-ot-layout-gsubgpos.hh | [] | [] |
/src/mupdf/source/fitz/halftone.c | [] | [] |
/src/mupdf/thirdparty/extract/src/html.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/pshinter/pshalgo.c | [] | [] |
/src/mupdf/source/pdf/pdf-font-add.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/fttrigon.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-thai.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/PosLookupSubTable.hh | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmspack.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/MarkLigPos.hh | [] | [] |
/src/mupdf/source/fitz/ftoa.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/filter-dct.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/xps/xps-common.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/ttmtx.c | [] | [] |
/src/mupdf/source/fitz/filter-basic.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/libjpeg/jdcolor.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/html/epub-doc.c | [] | [] |
/src/mupdf/source/fitz/draw-affine.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/sfnt/ttkern.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/truetype/ttgload.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-map.hh | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmserr.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-pattern.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/sfdriver.c | [] | [] |
/src/mupdf/source/fitz/font.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/svg/svg-parse.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-serialize.hh | [] | [] |
/src/mupdf/source/fitz/load-png.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/sparse_array.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-buffer-verify.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/MarkBasePos.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-var-mvar-table.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcmaster.c | [] | [] |
/src/mupdf/source/pdf/pdf-form.c | [] | [] |
/src/mupdf/thirdparty/mujs/jsdate.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/cff/cffdrivr.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmspcs.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/svg/svg-doc.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairValueRecord.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-open-file.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/ttcolr.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcapimin.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/ReverseChainSingleSubst.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jerror.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/truetype/ttpload.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdapistd.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/color-icc-create.c | [] | [] |
/src/mupdf/thirdparty/extract/include/extract/buffer.h | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-dispatch.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/t1cmap.c | [] | [] |
/src/mupdf/thirdparty/extract/src/join.c | [] | [] |
/src/mupdf/source/xps/xps-image.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/glyf.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdmaster.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/hb-buffer-deserialize-text.rl | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPosFormat2.hh | [] | [] |
/src/mupdf/source/fitz/writer.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-buffer.hh | [] | [] |
/src/mupdf/thirdparty/extract/src/zip.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftstream.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-tag-table.hh | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/thread.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-shaper.cc | [] | [] |
/src/mupdf/source/svg/svg-color.c | [] | [] |
/src/mupdf/source/xps/xps-doc.c | [] | [] |
/src/mupdf/source/svg/svg-run.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/AlternateSet.hh | [] | [] |
/src/mupdf/source/fitz/crypt-md5.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/load-bmp.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-set.cc | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/error.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsgamma.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/html/css-parse.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/psblues.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-vowel-constraints.cc | [] | [] |
/src/mupdf/source/fitz/geometry.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-cff1-interp-cs.hh | [] | [] |
/src/mupdf/source/fitz/svg-device.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-shape-plan.cc | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_arith_int.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/psaux/cffdecode.c | [] | [] |
/src/mupdf/thirdparty/extract/src/xml.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-unicode.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jccoefct.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/SubstLookupSubTable.hh | [] | [] |
/src/mupdf/thirdparty/lcms2/src/lcms2_internal.h | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/jbig2dec/jbig2_halftone.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-parse.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsvirt.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-indic-table.cc | [] | [] |
/src/mupdf/source/pdf/pdf-image.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/Sequence.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcomapi.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/loca.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-color-svg-table.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/cff/cffparse.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-bit-page.hh | [] | [] |
/src/mupdf/thirdparty/extract/src/document.h | [] | [] |
/src/mupdf/thirdparty/libjpeg/jidctint.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-null.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdpostct.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/lcms2/src/cmssamp.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcsample.c | [] | [] |
/src/mupdf/source/fitz/encode-fax.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPos.hh | [] | [] |
/src/mupdf/source/fitz/memory.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/error.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/gumbo-parser/src/utf8.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-vorg-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/AlternateSubst.hh | [] | [] |
/src/mupdf/source/fitz/filter-leech.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-vector.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/SinglePosFormat1.hh | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsopt.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/psaux/t1decode.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsnamed.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/xps/xps-tile.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/Common/CoverageFormat2.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shape.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/../../hb-ot-var-gvar-table.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/pshinter/pshmod.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdinput.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/raster/ftraster.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jfdctfst.c | [] | [] |
/src/mupdf/source/pdf/pdf-annot.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/psstack.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/psconv.c | [] | [] |
/src/mupdf/source/fitz/draw-scale-simple.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-shade.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jchuff.c | [] | [] |
/src/mupdf/source/xps/xps-link.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-layout-trak-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/MarkMarkPos.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-map.cc | [] | [] |
/src/mupdf/thirdparty/freetype/src/cff/cffload.c | [] | [] |
/src/mupdf/source/fitz/stream-read.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/psaux/psarrst.c | [] | [] |
/src/mupdf/source/fitz/draw-mesh.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/libjpeg/jidctflt.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/type1/t1afm.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-layout.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsnumber.c | [] | [] |
/src/mupdf/source/html/html-parse.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/MultipleSubstFormat1.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-meta-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-common.cc | [] | [] |
/src/mupdf/hb-ot-shaper-myanmar-machine.rl | [] | [] |
/src/mupdf/source/pdf/pdf-layout.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-cff1-table.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-kern.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-shape-plan.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/raster/ftrend1.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/CursivePosFormat1.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-static.cc | [] | [] |
/src/mupdf/source/pdf/pdf-repair.c | [] | [] |
/src/mupdf/source/fitz/stext-device.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jquant1.c | ['pdf_fuzzer'] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-layout.cc | [] | [] |
/src/mupdf/source/fitz/draw-rasterize.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/base/ftlcdfil.c | ['pdf_fuzzer'] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/opj_includes.h | [] | [] |
/src/mupdf/source/fitz/color-lcms.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/GlyphHeader.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-font.cc | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/mct.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftinit.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-utf.hh | [] | [] |
/src/mupdf/source/fitz/context.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/lcms2/src/cmsplugin.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/lcms2/src/cmsio1.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/include/mupdf/fitz/document.h | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/AlternateSubstFormat1.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-set-digest.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdmarker.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-layout-kerx-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ucd.cc | [] | [] |
/src/mupdf/thirdparty/extract/src/rect.c | [] | [] |
/src/mupdf/source/pdf/pdf-store.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/ht_dec.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jutils.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/j2k.c | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_refinement.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-crypt.c | [] | [] |
/src/mupdf/source/fitz/path.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/libjpeg/jdsample.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-use.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/../../hb-ot-head-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-mutex.hh | [] | [] |
/src/mupdf/source/cbz/mucbz.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsmtrx.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/directory.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/smooth/ftgrays.c | [] | [] |
/src/mupdf/thirdparty/mujs/jsstring.c | [] | [] |
/src/mupdf/source/pdf/pdf-object.c | [] | [] |
/src/mupdf/source/pdf/pdf-op-run.c | [] | [] |
/src/mupdf/thirdparty/zlib/adler32.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/cid/cidriver.c | [] | [] |
/src/mupdf/source/pdf/pdf-op-buffer.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/AnchorFormat1.hh | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsintrp.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/libjpeg/jdmainct.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/mujs/regexp.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-use-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-var-avar-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-arabic-joining-list.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftfntfmt.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/libjpeg/jddctmgr.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/lcms2/src/cmsalpha.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/openjpeg.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/ttpost.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmscnvrt.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-cff1-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/LigatureSet.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsobject.c | [] | [] |
/src/mupdf/source/fitz/text.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/output-cbz.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/type1/t1gload.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/truetype/ttobjs.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-unicode.cc | [] | [] |
/src/mupdf/source/fitz/link.c | [] | [] |
/src/mupdf/source/fitz/filter-flate.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/jbig2dec/jbig2_arith.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-page.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shape-fallback.cc | [] | [] |
/src/mupdf/source/pdf/pdf-event.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/SinglePos.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-cff-interp-cs-common.hh | [] | [] |
/src/mupdf/thirdparty/extract/src/extract.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/AnchorFormat2.hh | [] | [] |
/src/mupdf/source/html/html-layout.c | [] | [] |
/src/mupdf/source/fitz/util.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/glyph.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-stream.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftsnames.c | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/util.c | [] | [] |
/src/mupdf/source/xps/xps-glyphs.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-arabic.cc | [] | [] |
/src/mupdf/source/pdf/pdf-metrics.c | [] | [] |
/src/mupdf/source/fitz/load-tiff.c | [] | [] |
/src/mupdf/source/fitz/draw-edge.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/mujs/utf.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/MultipleSubst.hh | [] | [] |
/src/mupdf/source/fitz/stream-open.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/filter-thunder.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftcalc.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/hb-ot-shaper-indic-machine.rl | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsxform.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/libjpeg/jdapimin.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-type3.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-cplusplus.hh | [] | [] |
/src/mupdf/hb-ot-shaper-khmer-machine.rl | [] | [] |
/src/mupdf/thirdparty/freetype/src/truetype/ttdriver.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-color-colr-table.hh | [] | [] |
/src/mupdf/source/fitz/stext-search.c | [] | [] |
/src/mupdf/source/fitz/draw-blend.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-layer.c | [] | [] |
/src/mupdf/thirdparty/zlib/crc32.c | ['pdf_fuzzer'] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-cff2-table.cc | [] | [] |
/src/mupdf/thirdparty/freetype/src/type1/t1driver.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/psfont.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/ttcmap.c | [] | [] |
/src/mupdf/thirdparty/zlib/deflate.c | [] | [] |
/src/mupdf/source/cbz/muimg.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-os2-table.hh | [] | [] |
/src/mupdf/thirdparty/zlib/inflate.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-layout-gsub-table.hh | [] | [] |
/src/mupdf/source/pdf/pdf-cmap.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/../../hb-open-type.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/GSUB.hh | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_text.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/base/ftstroke.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/load-jxr.c | [] | [] |
/src/mupdf/source/fitz/output-svg.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/MarkBasePosFormat1.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/sfobjs.c | [] | [] |
/src/mupdf/thirdparty/mujs/jsarray.c | [] | [] |
/src/mupdf/source/fitz/document.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/gumbo-parser/src/parser.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairSet.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsfunction.c | [] | [] |
/src/mupdf/source/html/html-imp.h | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/Anchor.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftutil.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/cff/cffcmap.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-layout-gpos-table.hh | [] | [] |
/src/mupdf/source/fitz/load-psd.c | [] | [] |
/src/mupdf/source/fitz/jmemcust.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/base/ftbitmap.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/base/ftoutln.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/path-builder.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jquant2.c | ['pdf_fuzzer'] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftcolor.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/Common/Coverage.hh | [] | [] |
/src/mupdf/source/fitz/bitmap.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-buffer-serialize.cc | [] | [] |
/src/mupdf/source/fitz/filter-jbig2.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/extract/src/text.c | [] | [] |
/src/mupdf/thirdparty/mujs/jsregexp.c | [] | [] |
/src/mupdf/source/fitz/draw-edgebuffer.c | ['pdf_fuzzer'] | [] |
/src/mupdf/thirdparty/libjpeg/jmemmgr.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/html/html-doc.c | [] | [] |
/src/mupdf/source/fitz/output-pdfocr.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/cid/cidparse.c | [] | [] |
/src/mupdf/include/mupdf/fitz/system.h | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/AnchorMatrix.hh | [] | [] |
/src/mupdf/source/pdf/pdf-colorspace.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-arabic-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-cff-interp-dict-common.hh | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/vector.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdmerge.c | ['pdf_fuzzer'] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_symbol_dict.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-appearance.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-shape.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-bit-set-invertible.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftrfork.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-cff2-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-layout.hh | [] | [] |
/src/mupdf/source/pdf/pdf-js.c | [] | [] |
/src/mupdf/source/pdf/pdf-unicode.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-font.hh | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/tag_gperf.h | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-tag.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-maxp-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-open-type.hh | [] | [] |
/src/mupdf/source/pdf/pdf-font.c | [] | [] |
/src/mupdf/thirdparty/extract/src/odt.c | [] | [] |
/src/mupdf/source/html/html-font.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/pshints.c | [] | [] |
/src/mupdf/source/fitz/crypt-arc4.c | [] | [] |
/src/mupdf/source/fitz/bidi.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/type1/t1objs.c | [] | [] |
/src/mupdf/source/fitz/output-docx.c | [] | [] |
/src/mupdf/source/pdf/pdf-xobject.c | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_huffman.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/color-fast.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/base/fthash.c | [] | [] |
/src/mupdf/source/fitz/draw-glyph.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-atomic.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsgc.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-shaper.hh | [] | [] |
/src/mupdf/source/fitz/crypt-aes.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdarith.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/base/ftobjs.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-metrics.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shape-normalize.cc | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/cio.c | [] | [] |
/src/mupdf/source/fitz/output.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/pshinter/pshglob.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmslut.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/html/mobi.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftgloadr.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/cff/cffgload.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/sfnt/ttsvg.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftpsprop.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/LigatureSubstFormat1.hh | [] | [] |
/src/mupdf/include/mupdf/fitz/context.h | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-face.hh | [] | [] |
/src/mupdf/source/fitz/document-all.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/hash.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/hb-ot-shaper-use-machine.rl | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcarith.c | [] | [] |
/src/mupdf/source/fitz/shade.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/html/css-properties.gperf | [] | [] |
/src/mupdf/source/pdf/pdf-function.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-object.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/MarkLigPosFormat1.hh | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/tcd.c | [] | [] |
/src/mupdf/thirdparty/mujs/jsmath.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-array.hh | [] | [] |
/src/mupdf/source/fitz/filter-fax.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/libjpeg/jcparam.c | [] | [] |
/src/mupdf/source/fitz/xml.c | [] | [] |
/src/mupdf/source/pdf/pdf-op-filter.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcmainct.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/ValueFormat.hh | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmsgmt.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/PosLookup.hh | [] | [] |
/src/mupdf/source/fitz/output-pwg.c | [] | [] |
/src/mupdf/source/fitz/load-gif.c | [] | [] |
/src/mupdf/source/fitz/bidi-std.c | [] | [] |
/src/mupdf/source/fitz/load-jpeg.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-unicode-emoji-table.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jccolor.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/CompositeGlyph.hh | [] | [] |
/src/mupdf/thirdparty/extract/src/docx.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsboolean.c | [] | [] |
/src/mupdf/source/fitz/draw-paint.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-layout-common.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-layout-gdef-table.hh | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/tokenizer.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/SingleSubst.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsproperty.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/afmparse.c | [] | [] |
/src/mupdf/source/xps/xps-outline.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/cid/cidload.c | [] | [] |
/src/mupdf/source/fitz/device.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-iter.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/AnchorFormat3.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/MarkArray.hh | [] | [] |
/src/mupdf/source/fitz/colorspace.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/type1/t1load.c | [] | [] |
/src/mupdf/thirdparty/mujs/jsparse.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftadvanc.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/event.c | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_mmr.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/tgt.c | [] | [] |
/src/mupdf/thirdparty/extract/src/boxer.c | [] | [] |
/src/mupdf/source/fitz/zip.c | [] | [] |
/src/mupdf/thirdparty/libjpeg/jfdctflt.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/truetype/ttinterp.c | [] | [] |
/src/mupdf/source/fitz/noto.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-layout-feat-table.hh | [] | [] |
/src/mupdf/source/xps/xps-gradient.c | [] | [] |
/src/mupdf/thirdparty/zlib/compress.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-aat-ltag-table.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/psintrp.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-map.cc | [] | [] |
/src/mupdf/source/fitz/filter-sgi.c | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_segment.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/char_ref.rl | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/CursivePos.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-font.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/Common/RangeRecord.hh | [] | [] |
/src/mupdf/thirdparty/extract/src/mem.c | [] | [] |
/src/mupdf/source/pdf/pdf-lex.c | [] | [] |
/src/mupdf/hb-buffer-deserialize-json.rl | [] | [] |
/src/mupdf/source/xps/xps-zip.c | [] | [] |
/src/mupdf/source/pdf/pdf-nametree.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psnames/pstables.h | [] | [] |
/src/mupdf/source/fitz/glyphbox.c | [] | [] |
/src/mupdf/thirdparty/gumbo-parser/src/string_piece.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/SubstLookup.hh | [] | [] |
/src/mupdf/thirdparty/lcms2/src/cmstypes.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/outline.c | [] | [] |
/src/mupdf/thirdparty/zlib/trees.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-draw.hh | [] | [] |
/src/mupdf/thirdparty/extract/src/outf.c | [] | [] |
/src/mupdf/source/pdf/pdf-outline.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-face.hh | [] | [] |
/src/mupdf/source/fitz/printf.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/freetype/src/psaux/psft.c | [] | [] |
/src/mupdf/source/fitz/strtof.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-pool.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsvalue.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-face.cc | [] | [] |
/src/mupdf/source/xps/xps-util.c | [] | [] |
/src/mupdf/source/fitz/draw-path.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-name-table.hh | [] | [] |
/src/mupdf/source/pdf/pdf-interpret.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-cache.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/pserror.c | [] | [] |
/src/mupdf/thirdparty/extract/src/sys.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/type1/t1parse.c | [] | [] |
/src/mupdf/thirdparty/extract/src/json.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-map.hh | [] | [] |
/src/mupdf/source/fitz/unzip.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ft.cc | [] | [] |
/src/mupdf/source/fitz/bbox-device.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/stext-output.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-myanmar.cc | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_page.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-run.c | [] | [] |
/src/mupdf/include/mupdf/fitz/geometry.h | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-face.cc | [] | [] |
/src/mupdf/source/fitz/load-jpx.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-var-fvar-table.hh | [] | [] |
/src/mupdf/thirdparty/libjpeg/jdhuff.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/compressed-buffer.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/mujs/jscompile.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-cff-common.hh | [] | [] |
/src/mupdf/source/fitz/output-jpeg.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-cff-interp-common.hh | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/opj_intmath.h | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ucd-table.hh | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/list-device.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-cmap-table.hh | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/pi.c | [] | [] |
/src/mupdf/include/mupdf/fitz/stream.h | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-sanitize.hh | [] | [] |
/src/mupdf/thirdparty/extract/src/astring.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-blob.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-hangul.cc | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-layout-base-table.hh | [] | [] |
/src/mupdf/source/fitz/draw-device.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/html/html-outline.c | [] | [] |
/src/mupdf/source/fitz/tree.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-blob.hh | [] | [] |
/src/mupdf/thirdparty/freetype/src/smooth/ftsmooth.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-number.cc | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftdebug.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/bio.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/MarkRecord.hh | [] | [] |
/src/mupdf/thirdparty/zlib/inffast.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-khmer.cc | [] | [] |
/src/mupdf/thirdparty/libjpeg/jcinit.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftsystem.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/jp2.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/Ligature.hh | [] | [] |
/src/mupdf/source/xps/xps-path.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/psobjs.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-indic.cc | [] | [] |
/src/mupdf/source/fitz/ucdn.c | [] | [] |
/src/mupdf/source/xps/xps-resource.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/mqc.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/../../../hb-serialize.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsbuiltin.c | [] | [] |
/src/mupdf/source/pdf/pdf-cmap-load.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-syllabic.cc | [] | [] |
/src/mupdf/source/fitz/paint-glyph.h | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/fitz/load-jbig2.c | [] | [] |
/src/mupdf/source/fitz/output-pclm.c | [] | [] |
/src/mupdf/source/fitz/string.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-signature.c | [] | [] |
/src/mupdf/source/html/css-apply.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-buffer.cc | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/t2.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/psaux/psread.c | [] | [] |
/src/mupdf/source/fitz/untar.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-arabic-fallback.hh | [] | [] |
/src/mupdf/thirdparty/extract/src/buffer.c | [] | [] |
/src/mupdf/source/fitz/crypt-sha2.c | [] | [] |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/mqc_inl.h | [] | [] |
/src/mupdf/thirdparty/freetype/src/psnames/psmodule.c | [] | [] |
/src/mupdf/thirdparty/lcms2/src/extra_xform.h | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/extract/src/alloc.c | [] | [] |
/src/mupdf/source/fitz/load-pnm.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shaper-hebrew.cc | [] | [] |
/src/mupdf/source/pdf/pdf-clean.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/cid/cidobjs.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-algs.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsrun.c | [] | [] |
/src/mupdf/source/fitz/output-png.c | [] | [] |
/src/mupdf/thirdparty/jbig2dec/jbig2_image.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/MarkMarkPosFormat1.hh | [] | [] |
/src/mupdf/thirdparty/mujs/jsdtoa.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-string-array.hh | [] | [] |
/src/pdf_fuzzer.cc | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/thirdparty/harfbuzz/src/hb-meta.hh | [] | [] |
/src/mupdf/source/fitz/output-pnm.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-shape.cc | [] | [] |
/src/mupdf/thirdparty/mujs/jsstate.c | [] | [] |
/src/mupdf/thirdparty/mujs/json.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftglyph.c | ['pdf_fuzzer'] | ['pdf_fuzzer'] |
/src/mupdf/source/pdf/pdf-device.c | [] | [] |
/src/mupdf/thirdparty/mujs/jsintern.c | [] | [] |
/src/mupdf/thirdparty/freetype/src/base/ftfstype.c | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/hb-ot-color-sbix-table.hh | [] | [] |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/LigatureSubst.hh | [] | [] |
Directory |
---|
/src/mupdf/thirdparty/extract/include/extract/ |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/ |
/src/mupdf/source/xps/ |
/src/mupdf/thirdparty/openjpeg/src/lib/openjp2/ |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/../../ |
/src/mupdf/include/mupdf/fitz/ |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/ |
/src/mupdf/thirdparty/freetype/include/freetype/internal/ |
/src/mupdf/ |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/Common/ |
/src/mupdf/thirdparty/freetype/src/type1/ |
/src/mupdf/thirdparty/libjpeg/ |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GSUB/../../../ |
/src/mupdf/thirdparty/jbig2dec/ |
/src/mupdf/source/svg/ |
/src/mupdf/thirdparty/extract/src/ |
/src/mupdf/source/cbz/ |
/src/mupdf/thirdparty/harfbuzz/src/ |
/src/mupdf/thirdparty/zlib/ |
/src/mupdf/thirdparty/mujs/ |
/src/mupdf/source/fitz/ |
/src/mupdf/thirdparty/freetype/src/cid/ |
/src/mupdf/source/html/ |
/src/mupdf/thirdparty/freetype/src/sfnt/ |
/src/mupdf/thirdparty/freetype/src/smooth/ |
/src/mupdf/thirdparty/freetype/src/raster/ |
/src/mupdf/thirdparty/freetype/src/psnames/ |
/src/ |
/src/mupdf/thirdparty/gumbo-parser/src/ |
/src/mupdf/thirdparty/freetype/src/pshinter/ |
/src/mupdf/source/pdf/ |
/src/mupdf/thirdparty/freetype/src/base/ |
/src/mupdf/thirdparty/lcms2/src/ |
/src/mupdf/thirdparty/harfbuzz/src/OT/Layout/GPOS/../../../ |
/src/mupdf/thirdparty/freetype/src/truetype/ |
/src/mupdf/thirdparty/freetype/src/cff/ |
/src/mupdf/thirdparty/freetype/src/psaux/ |
/src/mupdf/thirdparty/harfbuzz/src/OT/glyf/ |
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 |
---|---|---|---|
pdf_fuzzer | fuzzerLogFile-0-q2vi7f9aBj.data | fuzzerLogFile-0-q2vi7f9aBj.data.yaml | pdf_fuzzer.covreport |