Task #1972 - shaderc-2023.8-1.fc40/scan-results.err

back to task #1972
download
Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/glslc/src/dependency_info.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/glslc/src/file.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/glslc/src/file_compiler.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/glslc/src/file_includer.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING (CWE-401):
shaderc-2023.8-build/shaderc-2023.8/glslc/src/file_includer.cc:49: error[memleak]: Memory leak: new_file_info
#   47|     FileInfo* new_file_info = new FileInfo{full_path, {}};
#   48|     if (!shaderc_util::ReadFile(full_path, &(new_file_info->contents))) {
#   49|->     return MakeErrorIncludeResult("Cannot read file");
#   50|     }
#   51|   

Error: CPPCHECK_WARNING (CWE-401):
shaderc-2023.8-build/shaderc-2023.8/glslc/src/file_includer.cc:54: error[memleak]: Memory leak: new_file_info
#   52|     included_files_.insert(full_path);
#   53|   
#   54|->   return new shaderc_include_result{
#   55|         new_file_info->full_path.data(), new_file_info->full_path.length(),
#   56|         new_file_info->contents.data(), new_file_info->contents.size(),

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/glslc/src/main.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
shaderc-2023.8-build/shaderc-2023.8/glslc/src/main.cc:461:9: warning[deadcode.DeadStores]: Value stored to 'target_env' is never read
#  459|           version = shaderc_env_version_opengl_4_5;
#  460|         } else if (target_env_str == "opengl_compat") {
#  461|->         target_env = shaderc_target_env_opengl_compat;
#  462|           std::cerr << "glslc: error: opengl_compat is no longer supported"
#  463|                     << std::endl;

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/glslc/src/resource_parse.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/glslc/src/shader_stage.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/libshaderc/src/shaderc.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/libshaderc_util/src/args.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/libshaderc_util/src/compiler.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/libshaderc_util/src/file_finder.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/libshaderc_util/src/io_shaderc.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/libshaderc_util/src/message.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/libshaderc_util/src/shader_stage.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
shaderc-2023.8-build/shaderc-2023.8/libshaderc_util/src/spirv_tools_wrapper.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.