Project: spirv-tools

Language c++
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 7
Lines of code 81379
Lines covered 38099
Code coverage 46.82%
Code coverage report Report link
Static reachability 38.85%
Fuzz Introspector report Report link (from 2024-11-19)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
spvtools::Optimizer::Run(unsignedintconst*,unsignedlong,std::__1::vector<unsignedint,std::__1::allocator<unsignedint>>*,spvtools::ValidatorOptionsconst&,bool)const /src/spirv-tools/source/opt/optimizer.cpp 10270 0.0%
spvtools::Optimizer::Run(unsignedintconst*,unsignedlong,std::__1::vector<unsignedint,std::__1::allocator<unsignedint>>*)const /src/spirv-tools/source/opt/optimizer.cpp 10260 0.0%
spvOptimizerRun /src/spirv-tools/source/opt/optimizer.cpp 10247 0.0%
spvValidate /src/spirv-tools/source/val/validate.cpp 9370 0.0%
spvtools::val::ValidateBinaryAndKeepValidationState(spv_context_tconst*,spv_validator_options_tconst*,unsignedintconst*,unsignedlong,spv_diagnostic_t**,std::__1::unique_ptr<spvtools::val::ValidationState_t,std::__1::default_delete<spvtools::val::ValidationState_t>>*) /src/spirv-tools/source/val/validate.cpp 9357 0.0%
spvtools::opt::LoopFissionPass::Process() /src/spirv-tools/source/opt/loop_fission.cpp 3712 0.0%
spvtools::opt::LoopFusionPass::ProcessFunction(spvtools::opt::Function*) /src/spirv-tools/source/opt/loop_fusion_pass.cpp 3578 0.0%
spvtools::opt::LoopFusionPass::Process() /src/spirv-tools/source/opt/loop_fusion_pass.cpp 3578 0.0%
spvtools::opt::LoopPeelingPass::Process() /src/spirv-tools/source/opt/loop_peeling.cpp 3337 0.0%
spvtools::opt::LoopPeelingPass::ProcessFunction(spvtools::opt::Function*) /src/spirv-tools/source/opt/loop_peeling.cpp 3334 0.0%