Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
cms_gdb_fuzzer cms_gdb_fuzzer.c 35 1048 8 6 250 126 cms_gdb_fuzzer.c
cms_dict_fuzzer cms_dict_fuzzer.c 90 980 9 12 879 385 cms_dict_fuzzer.c
cmsIT8_load_fuzzer cmsIT8_load_fuzzer.c 92 1086 9 5 1090 486 cmsIT8_load_fuzzer.c
cms_md5_fuzzer cms_md5_fuzzer.c 72 1001 10 8 654 304 cms_md5_fuzzer.c
cms_cie_cam02_fuzzer cms_cie_cam02_fuzzer.c 87 1001 9 12 721 322 cms_cie_cam02_fuzzer.c
cms_devicelink_fuzzer cms_devicelink_fuzzer.c 134 934 9 14 1500 674 cms_devicelink_fuzzer.c
cms_transform_all_fuzzer cms_transform_all_fuzzer.c 251 818 16 20 3292 1476 cms_transform_all_fuzzer.c
cms_universal_transform_fuzzer cms_universal_transform_fuzzer.c 250 818 15 20 3287 1473 cms_universal_transform_fuzzer.c
cms_transform_extended_fuzzer cms_transform_extended_fuzzer.c 336 733 12 20 4171 1858 cms_transform_extended_fuzzer.c
cms_virtual_profile_fuzzer cms_virtual_profile_fuzzer.c 274 794 12 20 3654 1632 cms_virtual_profile_fuzzer.c
cms_overwrite_transform_fuzzer cms_overwrite_transform_fuzzer.c 250 818 15 20 3287 1473 cms_overwrite_transform_fuzzer.c
cms_transform_fuzzer cms_transform_fuzzer.c 253 815 12 20 3318 1487 cms_transform_fuzzer.c
cms_profile_fuzzer cms_profile_fuzzer.c 88 983 10 9 922 415 cms_profile_fuzzer.c
cms_postscript_fuzzer cms_postscript_fuzzer.c 378 724 16 22 4803 2144 cms_postscript_fuzzer.c
cms_cgats_fuzzer cms_cgats_fuzzer.c 108 1069 8 5 1266 558 cms_cgats_fuzzer.c

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: cms_gdb_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 12 19.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 50 80.6%
All colors 62 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
6 8 _cmsContextGetClientChunk call site: 00008 _cmsEnterCriticalSectionPrimitive
4 3 _cmsMallocZero call site: 00003 cmsSignalError
1 26 ToSpherical call site: 00026 cmsSignalError
1 28 GetPoint call site: 00028 cmsSignalError

Runtime coverage analysis

Covered functions
27
Functions that are reachable but not covered
12
Reachable functions
35
Percentage of reachable functions covered
65.71%
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
cms_gdb_fuzzer.c 1
lcmscmssm.c 15
lcmscmserr.c 3
lcmscmsplugin.c 3
lcms./lcms2_internal.h 2
lcmscmsmtrx.c 3

Fuzzer: cms_dict_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 80 34.0%
gold [1:9] 2 0.85%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 153 65.1%
All colors 235 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
16 144 cmsCreateContext call site: 00144 cmsDeleteContext
6 39 RegisterTypesPlugin call site: 00039 _cmsPluginMalloc
5 127 cmsCreateContext call site: 00127 DupPluginOptimizationList
4 6 _cmsMalloc call site: 00006 cmsSignalError
4 27 _cmsFree call site: 00027 cmsDeleteContext
4 96 _cmsAllocCurvesPluginChunk call site: 00096 DupPluginCurvesList
4 103 _cmsAllocFormattersPluginChunk call site: 00103 DupFormatterFactoryList
3 109 cmsCreateContext call site: 00109 DupTagTypeList
3 117 cmsCreateContext call site: 00117 DupTagList
3 122 cmsCreateContext call site: 00122 DupPluginIntentsList
3 134 cmsCreateContext call site: 00134 DupPluginTransformList
3 183 generateWideString call site: 00183 cmsDeleteContext

Runtime coverage analysis

Covered functions
79
Functions that are reachable but not covered
17
Reachable functions
90
Percentage of reachable functions covered
81.11%
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
cms_dict_fuzzer.c 2
lcmscmsplugin.c 10
lcmscmserr.c 20
lcms./lcms2_internal.h 2
lcmscmsintrp.c 2
lcmscmstypes.c 9
lcmscmspack.c 3
lcmscmscnvrt.c 3
lcmscmsgamma.c 3
lcmscmsopt.c 3
lcmscmsxform.c 5
lcmscmsnamed.c 22

Fuzzer: cmsIT8_load_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 58 16.4%
gold [1:9] 5 1.42%
yellow [10:29] 4 1.13%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 285 80.9%
All colors 352 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
10 265 HeaderSection call site: 00265 AddToList
7 317 WriteHeader call site: 00317 Writef
6 12 _cmsContextGetClientChunk call site: 00012 _cmsEnterCriticalSectionPrimitive
4 253 HeaderSection call site: 00253 InSymbol
3 294 cmsIT8SaveToFile call site: 00294 SynError
2 303 WriteStr call site: 00303 cmsSignalError
2 306 WriteHeader call site: 00306 Writef
2 310 Writef call site: 00310 WriteStr
1 7 _cmsMallocZero call site: 00007 cmsSignalError
1 10 cmsSignalError call site: 00010 __assert_fail
1 23 AllocBigBlock call site: 00023 _cmsFree
1 25 _cmsFree call site: 00025 SynError

Runtime coverage analysis

Covered functions
70
Functions that are reachable but not covered
26
Reachable functions
92
Percentage of reachable functions covered
71.74%
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
cmsIT8_load_fuzzer.c 1
lcmscmscgats.c 59
lcmscmserr.c 5
lcmscmsplugin.c 3
lcms./lcms2_internal.h 2

Fuzzer: cms_md5_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 66 30.2%
gold [1:9] 1 0.45%
yellow [10:29] 1 0.45%
greenyellow [30:49] 1 0.45%
lawngreen 50+ 149 68.3%
All colors 218 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
27 81 cmsOpenProfileFromMemTHR call site: 00081 cmsSaveProfileToFile
12 164 _cmsWriteAlignment call site: 00164 _cmsGetTagTypeHandler
6 10 _cmsContextGetClientChunk call site: 00010 _cmsEnterCriticalSectionPrimitive
4 34 cmsOpenIOhandlerFromMem call site: 00034 _cmsFree
4 183 cmsSaveProfileToIOhandler call site: 00183 _cmsUnlockMutex
3 30 _cmsMalloc call site: 00030 _cmsFree
2 115 cmsOpenIOhandlerFromNULL call site: 00115 _cmsFree
1 1 LLVMFuzzerTestOneInput call site: 00001 cmsOpenProfileFromMemTHR
1 5 _cmsMallocZero call site: 00005 cmsSignalError
1 8 cmsSignalError call site: 00008 __assert_fail
1 21 _cmsCreateMutex call site: 00021 _cmsFree
1 27 cmsOpenIOhandlerFromMem call site: 00027 cmsSignalError

Runtime coverage analysis

Covered functions
70
Functions that are reachable but not covered
22
Reachable functions
72
Percentage of reachable functions covered
69.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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
cms_md5_fuzzer.c 1
lcmscmsio0.c 24
lcmscmserr.c 10
lcmscmsplugin.c 14
lcms./lcms2_internal.h 2
lcmscmstypes.c 3
lcmscmswtpnt.c 1
lcmscmsmd5.c 5

Fuzzer: cms_cie_cam02_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 71 30.7%
gold [1:9] 7 3.03%
yellow [10:29] 137 59.3%
greenyellow [30:49] 3 1.29%
lawngreen 50+ 13 5.62%
All colors 231 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
16 144 cmsCreateContext call site: 00144 cmsDeleteContext
6 39 RegisterTypesPlugin call site: 00039 _cmsPluginMalloc
5 127 cmsCreateContext call site: 00127 DupPluginOptimizationList
4 6 _cmsMalloc call site: 00006 cmsSignalError
4 27 _cmsFree call site: 00027 cmsDeleteContext
4 96 _cmsAllocCurvesPluginChunk call site: 00096 DupPluginCurvesList
4 103 _cmsAllocFormattersPluginChunk call site: 00103 DupFormatterFactoryList
3 109 cmsCreateContext call site: 00109 DupTagTypeList
3 117 cmsCreateContext call site: 00117 DupTagList
3 122 cmsCreateContext call site: 00122 DupPluginIntentsList
3 134 cmsCreateContext call site: 00134 DupPluginTransformList
2 32 cmsUnregisterPluginsTHR call site: 00032 _cmsContextGetClientChunk

Runtime coverage analysis

Covered functions
69
Functions that are reachable but not covered
21
Reachable functions
87
Percentage of reachable functions covered
75.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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
cms_cie_cam02_fuzzer.c 1
lcmscmsplugin.c 10
lcmscmserr.c 17
lcms./lcms2_internal.h 2
lcmscmsintrp.c 2
lcmscmstypes.c 9
lcmscmspack.c 3
lcmscmscnvrt.c 3
lcmscmsgamma.c 3
lcmscmsopt.c 3
lcmscmsxform.c 5
lcmscmscam02.c 19

Fuzzer: cms_devicelink_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 190 51.3%
gold [1:9] 3 0.81%
yellow [10:29] 0 0.0%
greenyellow [30:49] 68 18.3%
lawngreen 50+ 109 29.4%
All colors 370 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
80 259 cmsPipelineFree call site: 00259 cmsCloseProfile
22 340 _cmsMalloc call site: 00340 SaveTags
8 123 AllocateToneCurveStruct call site: 00123 cmsFreeToneCurve
7 96 cmsStageAllocToneCurves call site: 00096 cmsEvalToneCurveFloat
6 8 _cmsContextGetClientChunk call site: 00008 _cmsEnterCriticalSectionPrimitive
6 216 _cmsGetTagTypeHandler call site: 00216 cmsSignalError
5 192 _cmsSearchTag call site: 00192 _cmsDeleteTagByPos
4 46 cmsStageAllocCLut16bitGranular call site: 00046 FromFloatTo16
4 64 _cmsSetInterpolationRoutine call site: 00064 _cmsFree
4 209 cmsWriteTag call site: 00209 cmsSignalError
4 241 cmsMLUsetASCII call site: 00241 AddMLUBlock
3 200 _cmsNewTag call site: 00200 _cmsDeleteTagByPos

Runtime coverage analysis

Covered functions
122
Functions that are reachable but not covered
43
Reachable functions
134
Percentage of reachable functions covered
67.91%
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
cms_devicelink_fuzzer.c 1
lcmscmsvirt.c 5
lcmscmserr.c 13
lcmscmsplugin.c 12
lcms./lcms2_internal.h 5
lcmscmsio0.c 26
lcmscmslut.c 23
lcmscmspcs.c 2
lcmscmsintrp.c 5
lcmscmsgamma.c 12
lcmscmsnamed.c 12
lcmscmstypes.c 3
lcmscmsio1.c 1
lcmscmswtpnt.c 1

Fuzzer: cms_transform_all_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 266 32.1%
gold [1:9] 7 0.84%
yellow [10:29] 8 0.96%
greenyellow [30:49] 15 1.81%
lawngreen 50+ 531 64.2%
All colors 827 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
41 119 _cmsUnlockMutex call site: 00119 SaveTags
29 82 cmsOpenProfileFromMemTHR call site: 00082 cmsSaveProfileToFile
29 594 cmsCreateRGBProfileTHR call site: 00594 cmsCloseProfile
25 798 _cmsCompileProfileSequence call site: 00798 cmsCreateTransformTHR
8 31 _cmsMalloc call site: 00031 _cmsFree
8 180 _cmsSearchTag call site: 00180 SaveTags
7 426 AllocateToneCurveStruct call site: 00426 _cmsFree
6 11 _cmsContextGetClientChunk call site: 00011 _cmsEnterCriticalSectionPrimitive
6 112 _cmsLockMutex call site: 00112 cmsOpenIOhandlerFromNULL
6 161 cmsGetProfileVersion call site: 00161 _cmsGetTagTypeHandler
6 566 cmsWriteTag call site: 00566 cmsSignalError
6 754 cmsIsMatrixShaper call site: 00754 cmsCreateExtendedTransform

Runtime coverage analysis

Covered functions
424
Functions that are reachable but not covered
41
Reachable functions
251
Percentage of reachable functions covered
83.67%
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
cms_transform_all_fuzzer.c 2
lcmscmsio0.c 43
lcmscmserr.c 13
lcmscmsplugin.c 15
lcms./lcms2_internal.h 5
lcmscmstypes.c 4
lcmscmswtpnt.c 6
lcmscmsxform.c 15
lcmscmslut.c 42
lcmscmspack.c 4
lcmscmsopt.c 19
lcmscmsmtrx.c 5
lcmscmspcs.c 10
lcmscmsgamma.c 20
lcmscmsintrp.c 5
lcmscmsnamed.c 16
lcmscmsgmt.c 3
lcmscmsvirt.c 4
lcmscmscnvrt.c 2
lcmscmsio1.c 3

Fuzzer: cms_universal_transform_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 376 45.5%
gold [1:9] 7 0.84%
yellow [10:29] 6 0.72%
greenyellow [30:49] 17 2.05%
lawngreen 50+ 420 50.8%
All colors 826 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
41 118 _cmsUnlockMutex call site: 00118 SaveTags
37 593 cmsCreateRGBProfileTHR call site: 00593 _cmsStageAllocIdentityCurves
29 81 cmsOpenProfileFromMemTHR call site: 00081 cmsSaveProfileToFile
28 794 cmsMLUdup call site: 00794 cmsCreateTransformTHR
20 724 cmsCreateExtendedTransform call site: 00724 _cmsCreateGamutCheckPipeline
16 366 OptimizeByResampling call site: 00366 PrelinOpt16alloc
13 779 cmsCreateExtendedTransform call site: 00779 _cmsCompileProfileSequence
10 669 cmsDoTransform call site: 00669 cmsCloseProfile
9 658 cmsStageAllocToneCurves call site: 00658 cmsCreateTransformTHR
8 30 _cmsMalloc call site: 00030 _cmsFree
8 179 _cmsSearchTag call site: 00179 SaveTags
7 425 AllocateToneCurveStruct call site: 00425 _cmsFree

Runtime coverage analysis

Covered functions
349
Functions that are reachable but not covered
60
Reachable functions
250
Percentage of reachable functions covered
76.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
cms_universal_transform_fuzzer.c 1
lcmscmsio0.c 43
lcmscmserr.c 13
lcmscmsplugin.c 15
lcms./lcms2_internal.h 5
lcmscmstypes.c 4
lcmscmswtpnt.c 6
lcmscmsxform.c 15
lcmscmslut.c 42
lcmscmspack.c 4
lcmscmsopt.c 19
lcmscmsmtrx.c 5
lcmscmspcs.c 10
lcmscmsgamma.c 20
lcmscmsintrp.c 5
lcmscmsnamed.c 16
lcmscmsgmt.c 3
lcmscmsvirt.c 4
lcmscmscnvrt.c 2
lcmscmsio1.c 3

Fuzzer: cms_transform_extended_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 362 31.3%
gold [1:9] 15 1.29%
yellow [10:29] 9 0.77%
greenyellow [30:49] 10 0.86%
lawngreen 50+ 758 65.6%
All colors 1154 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
41 119 _cmsUnlockMutex call site: 00119 SaveTags
29 82 cmsOpenProfileFromMemTHR call site: 00082 cmsSaveProfileToFile
25 1118 _cmsCompileProfileSequence call site: 01118 cmsCreateTransformTHR
16 783 cmsCreateContext call site: 00783 cmsDeleteContext
10 1006 cmsDoTransform call site: 01006 cmsCloseProfile
8 31 _cmsMalloc call site: 00031 _cmsFree
8 180 _cmsSearchTag call site: 00180 SaveTags
8 364 AllocateToneCurveStruct call site: 00364 cmsFreeToneCurve
8 996 cmsCreateExtendedTransform call site: 00996 cmsDetectRGBProfileGamma
7 585 run_test call site: 00585 cmsCreateBCHSWabstractProfileTHR
6 112 _cmsLockMutex call site: 00112 cmsOpenIOhandlerFromNULL
6 161 cmsGetProfileVersion call site: 00161 _cmsGetTagTypeHandler

Runtime coverage analysis

Covered functions
493
Functions that are reachable but not covered
50
Reachable functions
336
Percentage of reachable functions covered
85.12%
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
cms_transform_extended_fuzzer.c 2
lcmscmsio0.c 43
lcmscmserr.c 26
lcmscmsplugin.c 22
lcms./lcms2_internal.h 5
lcmscmstypes.c 13
lcmscmswtpnt.c 7
lcmscmsvirt.c 19
lcmscmspcs.c 25
lcmscmsnamed.c 16
lcmscmsmtrx.c 5
lcmscmslut.c 46
lcmscmsgamma.c 23
lcmscmsintrp.c 7
lcmscmspack.c 7
lcmscmscnvrt.c 5
lcmscmsopt.c 22
lcmscmsxform.c 19
lcmscmsgmt.c 3
lcmscmsio1.c 3

Fuzzer: cms_virtual_profile_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 351 36.1%
gold [1:9] 8 0.82%
yellow [10:29] 25 2.57%
greenyellow [30:49] 4 0.41%
lawngreen 50+ 582 60.0%
All colors 970 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
41 118 _cmsUnlockMutex call site: 00118 SaveTags
29 81 cmsOpenProfileFromMemTHR call site: 00081 cmsSaveProfileToFile
28 804 cmsMLUdup call site: 00804 cmsCreateTransformTHR
20 734 cmsCreateExtendedTransform call site: 00734 _cmsCreateGamutCheckPipeline
12 884 cmsTransform2DeviceLink call site: 00884 IsPCS
10 679 cmsDoTransform call site: 00679 cmsCloseProfile
9 668 cmsStageAllocToneCurves call site: 00668 cmsCreateTransformTHR
9 793 cmsAllocProfileSequenceDescription call site: 00793 GetMLUFromProfile
8 30 _cmsMalloc call site: 00030 _cmsFree
8 179 _cmsSearchTag call site: 00179 SaveTags
8 631 cmsD50_xyY call site: 00631 cmsCreateRGBProfileTHR
7 228 AllocateToneCurveStruct call site: 00228 _cmsFree

Runtime coverage analysis

Covered functions
412
Functions that are reachable but not covered
52
Reachable functions
274
Percentage of reachable functions covered
81.02%
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
cms_virtual_profile_fuzzer.c 1
lcmscmsio0.c 43
lcmscmserr.c 13
lcmscmsplugin.c 15
lcms./lcms2_internal.h 5
lcmscmstypes.c 4
lcmscmswtpnt.c 6
lcmscmsvirt.c 16
lcmscmsgamma.c 21
lcmscmsintrp.c 5
lcmscmsnamed.c 19
lcmscmspcs.c 10
lcmscmsmtrx.c 5
lcmscmsxform.c 17
lcmscmslut.c 46
lcmscmspack.c 4
lcmscmsopt.c 19
lcmscmsgmt.c 3
lcmscmscnvrt.c 2
lcmscmsio1.c 4

Fuzzer: cms_overwrite_transform_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 376 45.5%
gold [1:9] 6 0.72%
yellow [10:29] 17 2.05%
greenyellow [30:49] 6 0.72%
lawngreen 50+ 421 50.9%
All colors 826 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
41 118 _cmsUnlockMutex call site: 00118 SaveTags
37 593 cmsCreateRGBProfileTHR call site: 00593 _cmsStageAllocIdentityCurves
29 81 cmsOpenProfileFromMemTHR call site: 00081 cmsSaveProfileToFile
28 794 cmsMLUdup call site: 00794 cmsCreateTransformTHR
20 724 cmsCreateExtendedTransform call site: 00724 _cmsCreateGamutCheckPipeline
16 366 OptimizeByResampling call site: 00366 PrelinOpt16alloc
13 779 cmsCreateExtendedTransform call site: 00779 _cmsCompileProfileSequence
10 669 cmsDoTransform call site: 00669 cmsCloseProfile
9 658 cmsStageAllocToneCurves call site: 00658 cmsCreateTransformTHR
8 30 _cmsMalloc call site: 00030 _cmsFree
8 179 _cmsSearchTag call site: 00179 SaveTags
7 425 AllocateToneCurveStruct call site: 00425 _cmsFree

Runtime coverage analysis

Covered functions
349
Functions that are reachable but not covered
60
Reachable functions
250
Percentage of reachable functions covered
76.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
cms_overwrite_transform_fuzzer.c 1
lcmscmsio0.c 43
lcmscmserr.c 13
lcmscmsplugin.c 15
lcms./lcms2_internal.h 5
lcmscmstypes.c 4
lcmscmswtpnt.c 6
lcmscmsxform.c 15
lcmscmslut.c 42
lcmscmspack.c 4
lcmscmsopt.c 19
lcmscmsmtrx.c 5
lcmscmspcs.c 10
lcmscmsgamma.c 20
lcmscmsintrp.c 5
lcmscmsnamed.c 16
lcmscmsgmt.c 3
lcmscmsvirt.c 4
lcmscmscnvrt.c 2
lcmscmsio1.c 3

Fuzzer: cms_transform_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 372 44.3%
gold [1:9] 2 0.23%
yellow [10:29] 17 2.02%
greenyellow [30:49] 2 0.23%
lawngreen 50+ 445 53.1%
All colors 838 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
41 118 _cmsUnlockMutex call site: 00118 SaveTags
29 81 cmsOpenProfileFromMemTHR call site: 00081 cmsSaveProfileToFile
28 804 cmsMLUdup call site: 00804 cmsCreateTransformTHR
20 734 cmsCreateExtendedTransform call site: 00734 _cmsCreateGamutCheckPipeline
16 522 OptimizeByResampling call site: 00522 PrelinOpt16alloc
15 787 cmsCreateExtendedTransform call site: 00787 _cmsCompileProfileSequence
10 679 cmsDoTransform call site: 00679 cmsCloseProfile
9 559 cmsReverseToneCurveEx call site: 00559 cmsBuildTabulatedToneCurve16
9 631 cmsD50_xyY call site: 00631 cmsCreateRGBProfileTHR
9 668 cmsStageAllocToneCurves call site: 00668 cmsCreateTransformTHR
8 30 _cmsMalloc call site: 00030 _cmsFree
8 179 _cmsSearchTag call site: 00179 SaveTags

Runtime coverage analysis

Covered functions
366
Functions that are reachable but not covered
63
Reachable functions
253
Percentage of reachable functions covered
75.1%
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
cms_transform_fuzzer.c 1
lcmscmsio0.c 43
lcmscmserr.c 13
lcmscmsplugin.c 15
lcms./lcms2_internal.h 5
lcmscmstypes.c 4
lcmscmswtpnt.c 6
lcmscmsvirt.c 7
lcmscmsgamma.c 20
lcmscmsintrp.c 5
lcmscmsnamed.c 16
lcmscmspcs.c 10
lcmscmsmtrx.c 5
lcmscmsxform.c 15
lcmscmslut.c 42
lcmscmspack.c 4
lcmscmsopt.c 19
lcmscmsgmt.c 3
lcmscmscnvrt.c 2
lcmscmsio1.c 3

Fuzzer: cms_profile_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 42 14.5%
gold [1:9] 0 0.0%
yellow [10:29] 2 0.69%
greenyellow [30:49] 3 1.03%
lawngreen 50+ 242 83.7%
All colors 289 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
6 15 _cmsContextGetClientChunk call site: 00015 _cmsEnterCriticalSectionPrimitive
6 225 cmsOpenIOhandlerFromMem call site: 00225 _cmsFree
4 32 cmsOpenIOhandlerFromFile call site: 00032 _cmsFree
4 232 cmsOpenIOhandlerFromMem call site: 00232 _cmsFree
3 44 cmsfilelength call site: 00044 _cmsFree
3 48 cmsOpenIOhandlerFromFile call site: 00048 _cmsFree
2 37 cmsOpenIOhandlerFromFile call site: 00037 _cmsFree
2 106 cmsOpenIOhandlerFromNULL call site: 00106 _cmsFree
2 213 cmsReadTag call site: 00213 cmsSignalError
2 275 _cmsDeleteTagByPos call site: 00275 _cmsUnlockMutex
1 6 LLVMFuzzerTestOneInput call site: 00006 cmsOpenProfileFromFileTHR
1 10 _cmsMallocZero call site: 00010 cmsSignalError

Runtime coverage analysis

Covered functions
224
Functions that are reachable but not covered
19
Reachable functions
88
Percentage of reachable functions covered
78.41%
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
cms_profile_fuzzer.c 1
lcmscmsio0.c 33
lcmscmserr.c 11
lcmscmsplugin.c 15
lcms./lcms2_internal.h 2
lcmscmstypes.c 4
lcmscmswtpnt.c 1
lcmscmsio1.c 2
lcmscmsnamed.c 3

Fuzzer: cms_postscript_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 401 27.6%
gold [1:9] 23 1.58%
yellow [10:29] 21 1.44%
greenyellow [30:49] 12 0.82%
lawngreen 50+ 993 68.4%
All colors 1450 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
41 264 _cmsUnlockMutex call site: 00264 SaveTags
29 227 cmsOpenProfileFromMemTHR call site: 00227 cmsSaveProfileToFile
29 433 cmsCreateRGBProfileTHR call site: 00433 cmsCloseProfile
28 948 cmsMLUdup call site: 00948 cmsCreateTransformTHR
16 144 cmsCreateContext call site: 00144 cmsDeleteContext
13 933 cmsCreateExtendedTransform call site: 00933 _cmsCompileProfileSequence
9 606 _MultiplyMatrix call site: 00606 _RemoveElement
8 176 cmsOpenIOhandlerFromMem call site: 00176 _cmsFree
8 325 _cmsSearchTag call site: 00325 SaveTags
8 516 AllocateToneCurveStruct call site: 00516 cmsFreeToneCurve
6 39 RegisterTypesPlugin call site: 00039 _cmsPluginMalloc
6 306 cmsGetProfileVersion call site: 00306 _cmsGetTagTypeHandler

Runtime coverage analysis

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

Files reached

filename functions hit
cms_postscript_fuzzer.c 1
lcmscmsplugin.c 23
lcmscmserr.c 26
lcms./lcms2_internal.h 5
lcmscmsintrp.c 7
lcmscmstypes.c 13
lcmscmspack.c 8
lcmscmscnvrt.c 5
lcmscmsgamma.c 23
lcmscmsopt.c 22
lcmscmsxform.c 21
lcmscmsio0.c 45
lcmscmswtpnt.c 6
lcmscmsps2.c 32
lcmscmsvirt.c 6
lcmscmspcs.c 14
lcmscmsnamed.c 24
lcmscmsmtrx.c 5
lcmscmslut.c 53
lcmscmsgmt.c 3
lcmscmsio1.c 11
lcmscmssamp.c 5

Fuzzer: cms_cgats_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 141 33.6%
gold [1:9] 1 0.23%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 0.71%
lawngreen 50+ 274 65.3%
All colors 419 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
20 273 InStringSymbol call site: 00273 InSymbol
12 249 InSymbol call site: 00249 StringCat
12 334 DataSection call site: 00334 SkipEOLN
10 363 HeaderSection call site: 00363 AddToList
8 347 ParseIT8 call site: 00347 InSymbol
6 8 _cmsContextGetClientChunk call site: 00008 _cmsEnterCriticalSectionPrimitive
6 240 ReadReal call site: 00240 NextCh
5 142 WriteHeader call site: 00142 Writef
4 40 cmsstrcasecmp call site: 00040 SynError
3 117 cmsIT8SaveToFile call site: 00117 SynError
3 165 WriteData call site: 00165 WriteStr
3 227 InSymbol call site: 00227 SynError

Runtime coverage analysis

Covered functions
83
Functions that are reachable but not covered
30
Reachable functions
108
Percentage of reachable functions covered
72.22%
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
cms_cgats_fuzzer.c 1
lcmscmscgats.c 76
lcmscmserr.c 4
lcmscmsplugin.c 3
lcms./lcms2_internal.h 2

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
BlackPreservingKPlaneIntents /src/lcms/src/cmscnvrt.c 7 ['N/A', 'int', 'N/A', 'N/A', 'N/A', 'N/A', 'int'] 17 0 427 69 27 319 0 2025 408
Type_Dictionary_Read /src/lcms/src/cmstypes.c 4 ['N/A', 'N/A', 'N/A', 'int'] 10 0 379 67 27 42 0 212 127
Type_LUTB2A_Read /src/lcms/src/cmstypes.c 4 ['N/A', 'N/A', 'N/A', 'int'] 13 0 333 58 25 76 0 415 109
OptimizeMatrixShaper /src/lcms/src/cmsopt.c 5 ['N/A', 'int', 'N/A', 'N/A', 'N/A'] 9 0 354 58 24 87 0 422 108
OptimizeByComputingLinearization /src/lcms/src/cmsopt.c 5 ['N/A', 'int', 'N/A', 'N/A', 'N/A'] 10 0 874 141 51 95 0 646 92
Type_LUTA2B_Write /src/lcms/src/cmstypes.c 4 ['N/A', 'N/A', 'N/A', 'int'] 6 0 488 73 32 33 0 159 82
cmsCreateDeviceLinkFromCubeFile /src/lcms/src/cmscgats.c 1 ['N/A'] 12 0 15 3 2 140 0 684 78
FloatXFORM /src/lcms/src/cmsxform.c 6 ['N/A', 'N/A', 'N/A', 'int', 'int', 'N/A'] 7 0 199 21 7 18 0 101 73
Type_ProfileSequenceId_Write /src/lcms/src/cmstypes.c 4 ['N/A', 'N/A', 'N/A', 'int'] 10 0 70 8 4 30 0 149 73
Eval15InputsFloat /src/lcms/src/cmsintrp.c 3 ['N/A', 'N/A', 'N/A'] 13 0 157 10 4 14 0 72 70

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

Functions statically reachable by fuzzers
56.9%
689 / 1208
Cyclomatic complexity statically reachable by fuzzers
63.0%
4326 / 6860

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

cms_gdb_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsContextGetClientChunk', '_cmsMallocZero', 'ToSpherical', 'GetPoint']

cms_dict_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cmsCreateContext', 'RegisterTypesPlugin', '_cmsMalloc', '_cmsFree', '_cmsAllocCurvesPluginChunk', '_cmsAllocFormattersPluginChunk']

cmsIT8_load_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['HeaderSection', 'WriteHeader', '_cmsContextGetClientChunk', 'cmsIT8SaveToFile', 'WriteStr', 'Writef', '_cmsMallocZero', 'cmsSignalError']

cms_md5_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cmsOpenProfileFromMemTHR', '_cmsWriteAlignment', '_cmsContextGetClientChunk', 'cmsOpenIOhandlerFromMem', 'cmsSaveProfileToIOhandler', '_cmsMalloc', 'cmsOpenIOhandlerFromNULL', 'LLVMFuzzerTestOneInput', '_cmsMallocZero', 'cmsSignalError']

cms_cie_cam02_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cmsCreateContext', 'RegisterTypesPlugin', '_cmsMalloc', '_cmsFree', '_cmsAllocCurvesPluginChunk', '_cmsAllocFormattersPluginChunk']

cms_devicelink_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cmsPipelineFree', '_cmsMalloc', 'AllocateToneCurveStruct', 'cmsStageAllocToneCurves', '_cmsContextGetClientChunk', '_cmsGetTagTypeHandler', '_cmsSearchTag', 'cmsStageAllocCLut16bitGranular', '_cmsSetInterpolationRoutine', 'cmsWriteTag']

cms_transform_all_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsUnlockMutex', 'cmsOpenProfileFromMemTHR', 'cmsCreateRGBProfileTHR', '_cmsCompileProfileSequence', '_cmsMalloc', '_cmsSearchTag', 'AllocateToneCurveStruct', '_cmsContextGetClientChunk', '_cmsLockMutex', 'cmsGetProfileVersion']

cms_universal_transform_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsUnlockMutex', 'cmsCreateRGBProfileTHR', 'cmsOpenProfileFromMemTHR', 'cmsMLUdup', 'cmsCreateExtendedTransform', 'OptimizeByResampling', 'cmsDoTransform', 'cmsStageAllocToneCurves', '_cmsMalloc']

cms_transform_extended_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsUnlockMutex', 'cmsOpenProfileFromMemTHR', '_cmsCompileProfileSequence', 'cmsCreateContext', 'cmsDoTransform', '_cmsMalloc', '_cmsSearchTag', 'AllocateToneCurveStruct', 'cmsCreateExtendedTransform', 'run_test']

cms_virtual_profile_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsUnlockMutex', 'cmsOpenProfileFromMemTHR', 'cmsMLUdup', 'cmsCreateExtendedTransform', 'cmsTransform2DeviceLink', 'cmsDoTransform', 'cmsStageAllocToneCurves', 'cmsAllocProfileSequenceDescription', '_cmsMalloc', '_cmsSearchTag']

cms_overwrite_transform_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsUnlockMutex', 'cmsCreateRGBProfileTHR', 'cmsOpenProfileFromMemTHR', 'cmsMLUdup', 'cmsCreateExtendedTransform', 'OptimizeByResampling', 'cmsDoTransform', 'cmsStageAllocToneCurves', '_cmsMalloc']

cms_transform_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsUnlockMutex', 'cmsOpenProfileFromMemTHR', 'cmsMLUdup', 'cmsCreateExtendedTransform', 'OptimizeByResampling', 'cmsDoTransform', 'cmsReverseToneCurveEx', 'cmsD50_xyY', 'cmsStageAllocToneCurves']

cms_profile_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsContextGetClientChunk', 'cmsOpenIOhandlerFromMem', 'cmsOpenIOhandlerFromFile', 'cmsfilelength', 'cmsOpenIOhandlerFromNULL', 'cmsReadTag', '_cmsDeleteTagByPos']

cms_postscript_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['_cmsUnlockMutex', 'cmsOpenProfileFromMemTHR', 'cmsCreateRGBProfileTHR', 'cmsMLUdup', 'cmsCreateContext', 'cmsCreateExtendedTransform', '_MultiplyMatrix', 'cmsOpenIOhandlerFromMem', '_cmsSearchTag', 'AllocateToneCurveStruct']

cms_cgats_fuzzer.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['InStringSymbol', 'InSymbol', 'DataSection', 'HeaderSection', 'ParseIT8', '_cmsContextGetClientChunk', 'ReadReal', 'WriteHeader', 'cmsstrcasecmp', 'cmsIT8SaveToFile']

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/lcms/src/cmsnamed.c ['cms_dict_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer'] ['cms_dict_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer']
/src/lcms/src/cmsintrp.c ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/cms_transform_extended_fuzzer.c ['cms_transform_extended_fuzzer'] ['cms_transform_extended_fuzzer']
/src/lcms/src/cmsmtrx.c ['cms_gdb_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_gdb_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/lcms/src/cmscnvrt.c ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/cmsIT8_load_fuzzer.c ['cmsIT8_load_fuzzer'] ['cmsIT8_load_fuzzer']
/src/cms_md5_fuzzer.c ['cms_md5_fuzzer'] ['cms_md5_fuzzer']
/src/lcms/src/cmspack.c ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/cms_devicelink_fuzzer.c ['cms_devicelink_fuzzer'] ['cms_devicelink_fuzzer']
/src/lcms/src/cmserr.c ['cms_gdb_fuzzer', 'cms_dict_fuzzer', 'cmsIT8_load_fuzzer', 'cms_md5_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer', 'cms_cgats_fuzzer'] ['cms_gdb_fuzzer', 'cms_dict_fuzzer', 'cmsIT8_load_fuzzer', 'cms_md5_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer', 'cms_cgats_fuzzer']
/src/lcms/src/cmsgmt.c ['cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_transform_all_fuzzer', 'cms_transform_extended_fuzzer', 'cms_postscript_fuzzer']
/src/lcms/src/cmscgats.c ['cmsIT8_load_fuzzer', 'cms_cgats_fuzzer'] ['cmsIT8_load_fuzzer', 'cms_cgats_fuzzer']
/src/cms_virtual_profile_fuzzer.c ['cms_virtual_profile_fuzzer'] ['cms_virtual_profile_fuzzer']
/src/cms_postscript_fuzzer.c ['cms_postscript_fuzzer'] ['cms_postscript_fuzzer']
/src/lcms/src/cmsalpha.c [] []
/src/lcms/src/cmsio1.c ['cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer'] ['cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer']
/src/lcms/src/cmsxform.c ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/cms_dict_fuzzer.c ['cms_dict_fuzzer'] ['cms_dict_fuzzer']
/src/cms_gdb_fuzzer.c ['cms_gdb_fuzzer'] ['cms_gdb_fuzzer']
/src/lcms/src/cmsgamma.c ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/cms_transform_fuzzer.c ['cms_transform_fuzzer'] ['cms_transform_fuzzer']
/src/cms_cgats_fuzzer.c ['cms_cgats_fuzzer'] ['cms_cgats_fuzzer']
/src/cms_cie_cam02_fuzzer.c ['cms_cie_cam02_fuzzer'] ['cms_cie_cam02_fuzzer']
/src/lcms/src/cmsopt.c ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_dict_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/lcms/src/cmslut.c ['cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/cms_transform_all_fuzzer.c ['cms_transform_all_fuzzer'] ['cms_transform_all_fuzzer']
/src/lcms/src/cmstypes.c ['cms_dict_fuzzer', 'cms_md5_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer'] ['cms_dict_fuzzer', 'cms_md5_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer']
/src/lcms/src/cmshalf.c [] []
/src/lcms/src/cmssamp.c ['cms_postscript_fuzzer'] ['cms_postscript_fuzzer']
/src/lcms/src/./lcms2_internal.h ['cms_gdb_fuzzer', 'cms_dict_fuzzer', 'cmsIT8_load_fuzzer', 'cms_md5_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer', 'cms_cgats_fuzzer'] []
/src/lcms/src/cmssm.c ['cms_gdb_fuzzer'] ['cms_gdb_fuzzer']
/src/lcms/src/cmsmd5.c ['cms_md5_fuzzer'] ['cms_md5_fuzzer']
/src/lcms/src/cmsplugin.c ['cms_gdb_fuzzer', 'cms_dict_fuzzer', 'cmsIT8_load_fuzzer', 'cms_md5_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer', 'cms_cgats_fuzzer'] ['cms_gdb_fuzzer', 'cms_dict_fuzzer', 'cmsIT8_load_fuzzer', 'cms_md5_fuzzer', 'cms_cie_cam02_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer', 'cms_cgats_fuzzer']
/src/lcms/src/cmsio0.c ['cms_md5_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer'] ['cms_md5_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer']
/src/cms_universal_transform_fuzzer.c ['cms_universal_transform_fuzzer'] ['cms_universal_transform_fuzzer']
/src/lcms/src/cmspcs.c ['cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/cms_overwrite_transform_fuzzer.c ['cms_overwrite_transform_fuzzer'] ['cms_overwrite_transform_fuzzer']
/src/lcms/src/cmsps2.c ['cms_postscript_fuzzer'] ['cms_postscript_fuzzer']
/src/lcms/src/cmsvirt.c ['cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer'] ['cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_postscript_fuzzer']
/src/cms_profile_fuzzer.c ['cms_profile_fuzzer'] ['cms_profile_fuzzer']
/src/lcms/src/cmswtpnt.c ['cms_md5_fuzzer', 'cms_devicelink_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer'] ['cms_md5_fuzzer', 'cms_transform_all_fuzzer', 'cms_universal_transform_fuzzer', 'cms_transform_extended_fuzzer', 'cms_virtual_profile_fuzzer', 'cms_overwrite_transform_fuzzer', 'cms_transform_fuzzer', 'cms_profile_fuzzer', 'cms_postscript_fuzzer']
/src/lcms/src/cmscam02.c ['cms_cie_cam02_fuzzer'] ['cms_cie_cam02_fuzzer']

Directories in report

Directory
/src/
/src/lcms/src/
/src/lcms/src/./

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
cms_gdb_fuzzer fuzzerLogFile-0-WI9eVq0qAi.data fuzzerLogFile-0-WI9eVq0qAi.data.yaml cms_gdb_fuzzer.covreport
cms_dict_fuzzer fuzzerLogFile-0-KEYmBCOPm1.data fuzzerLogFile-0-KEYmBCOPm1.data.yaml cms_dict_fuzzer.covreport
cmsIT8_load_fuzzer fuzzerLogFile-0-9gxnDyCCLB.data fuzzerLogFile-0-9gxnDyCCLB.data.yaml cmsIT8_load_fuzzer.covreport
cms_md5_fuzzer fuzzerLogFile-0-9XJMgIlLIZ.data fuzzerLogFile-0-9XJMgIlLIZ.data.yaml cms_md5_fuzzer.covreport
cms_cie_cam02_fuzzer fuzzerLogFile-0-P2N2Zc4r9G.data fuzzerLogFile-0-P2N2Zc4r9G.data.yaml cms_cie_cam02_fuzzer.covreport
cms_devicelink_fuzzer fuzzerLogFile-0-I0MVKCMsLp.data fuzzerLogFile-0-I0MVKCMsLp.data.yaml cms_devicelink_fuzzer.covreport
cms_transform_all_fuzzer fuzzerLogFile-0-WCGDDroDh4.data fuzzerLogFile-0-WCGDDroDh4.data.yaml cms_transform_all_fuzzer.covreport
cms_universal_transform_fuzzer fuzzerLogFile-0-VlC2SffWAp.data fuzzerLogFile-0-VlC2SffWAp.data.yaml cms_universal_transform_fuzzer.covreport
cms_transform_extended_fuzzer fuzzerLogFile-0-Nu2ahexvPE.data fuzzerLogFile-0-Nu2ahexvPE.data.yaml cms_transform_extended_fuzzer.covreport
cms_virtual_profile_fuzzer fuzzerLogFile-0-qCMHmcuUXO.data fuzzerLogFile-0-qCMHmcuUXO.data.yaml cms_virtual_profile_fuzzer.covreport
cms_overwrite_transform_fuzzer fuzzerLogFile-0-7R31zuXmC2.data fuzzerLogFile-0-7R31zuXmC2.data.yaml cms_overwrite_transform_fuzzer.covreport
cms_transform_fuzzer fuzzerLogFile-0-8tv0n0KuKb.data fuzzerLogFile-0-8tv0n0KuKb.data.yaml cms_transform_fuzzer.covreport
cms_profile_fuzzer fuzzerLogFile-0-rntImgRwm5.data fuzzerLogFile-0-rntImgRwm5.data.yaml cms_profile_fuzzer.covreport
cms_postscript_fuzzer fuzzerLogFile-0-5cIElB9ejf.data fuzzerLogFile-0-5cIElB9ejf.data.yaml cms_postscript_fuzzer.covreport
cms_cgats_fuzzer fuzzerLogFile-0-0LMtQUBBZj.data fuzzerLogFile-0-0LMtQUBBZj.data.yaml cms_cgats_fuzzer.covreport